From c1f16bb1c60cd3698d6012ae0f5264af640a216d Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Fri, 18 Nov 2016 08:12:15 -0800 Subject: [PATCH] add readme info for tools --- tools/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/README.md diff --git a/tools/README.md b/tools/README.md new file mode 100644 index 000000000..ea72dfbf0 --- /dev/null +++ b/tools/README.md @@ -0,0 +1,7 @@ +# Tools + +These are tools for managing the notebooks in this repository. + +- ``generate_contents.py``: this will generate a markdown table of contents for use in the README and in the Index.ipynb notebook + +- ``add_navigation.py``: this script adds navigation links at the top and bottom of each notebook. \ No newline at end of file