Skip to content

Commit 879053a

Browse files
committed
2 parents 81c8f1a + 1e0d09c commit 879053a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown_generator/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Jupyter notebook markdown generator
22

3-
These .ipynb files are Jupyter notebook files that convert a CSV containing structured data about talks or presentations into individual markdown files that will be properly formatted for the academicpages template. The sample CSVs are the ones I used to create my own personal website at [stuartgeiger.com](http://stuartgeiger.com). I keep a spreadsheet of my publications and talks, then run the code in these notebooks to generate the markdown files. `publications.ipynb` is up to date and well documented, and the code in this notebook is also in `publications.py`. Talks is not up to date and needs to be updated and documented.
3+
These .ipynb files are Jupyter notebook files that convert a TSV containing structured data about talks or presentations into individual markdown files that will be properly formatted for the academicpages template. `publications.ipynb` is up to date and well documented, and it contains info about the proper format for the TSV. The code in this notebook is also in `publications.py`. Talks is not up to date and needs to be updated and documented.

0 commit comments

Comments
 (0)