Skip to content

Commit bac6873

Browse files
authored
update to reflect completed documentation
1 parent 6807fe5 commit bac6873

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

markdown_generator/readme.md

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

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.
3+
These .ipynb files are Jupyter notebook files that convert a TSV containing structured data about talks (`talks.tsv`) or presentations (`presentations.tsv`) into individual markdown files that will be properly formatted for the academicpages template. The notebooks contain a lot of documentation about the process. The .py files are pure python that do the same things if they are executed in a terminal, they just don't have pretty documentation.
4+
5+
6+
7+

0 commit comments

Comments
 (0)