Skip to content

Commit

Permalink
ENH: add table of contents (#4)
Browse files Browse the repository at this point in the history
* BLD: continue writing...

* MAINT: publish

* MAINT: run -> publish

* MAINT: add jupyter-book as requirement

* ENH: add python script to make toc

* BLD: add table of contents

* REV: remove jupyter book from requirements

* MAINT: number pages

* MAINT: publish

* MAINT: add toc dynamically
  • Loading branch information
eigenfoo authored Jun 24, 2019
1 parent dcbacbb commit 06e3d05
Show file tree
Hide file tree
Showing 4 changed files with 916 additions and 266 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: help venv test run clean
.PHONY: help venv test publish clean
.DEFAULT_GOAL = help

PYTHON = python3
Expand All @@ -24,7 +24,7 @@ venv: # Set up Python virtual environment.
test: # Run test scripts.
${SHELL} scripts/test.sh

run: # Run notebook in-place and generate HTML files.
publish: # Run notebook in-place and generate HTML files.
jupyter nbconvert --to notebook --inplace --execute tests-as-linear.ipynb
jupyter nbconvert --to html tests-as-linear.ipynb
mv tests-as-linear.html index.html
Expand Down
Loading

0 comments on commit 06e3d05

Please sign in to comment.