forked from academicpages/academicpages.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to reflect completed documentation
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# Jupyter notebook markdown generator | ||
|
||
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. | ||
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. | ||
|
||
|
||
|
||
|