Skip to content

Commit

Permalink
updated readme with links I need to reference
Browse files Browse the repository at this point in the history
  • Loading branch information
cweber committed Aug 20, 2014
1 parent 0b48836 commit f890d33
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ cookbook
========

Translating recipes from .csv to .html for import into InDesign. Recipes are rough.


Referencing:
http://digitalpublishingtoolkit.org/2014/05/import-html-into-indesign-via-xml/
https://docs.python.org/2/library/csv.html
http://www.pythonforbeginners.com/systems-programming/using-the-csv-module-in-python/
4 changes: 4 additions & 0 deletions cookbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
for col in row:
print '%s: %s' % (header[colnum], col)
colnum += 1




#else:
# colnum = 0
# for col in row:
Expand Down

0 comments on commit f890d33

Please sign in to comment.