-
Notifications
You must be signed in to change notification settings - Fork 203
Implementation Details
Sascha Spors edited this page Dec 10, 2019
·
8 revisions
- set in
./ipython_kernel_config.py
in top-level directory - symbolic links from subdirectories to top-level file
- figures are stored in two formats
- SVG for online viewing
- PDF for export of notebooks
Is realised by executing all notebooks using sphinx with the nbsphinx extension
-
./conf.py
sphinx configuration -
./.travis.yml
configuration of travis CI environment -
./requirements.txt
required python packages for execution of notebooks -
./ci/requirements.txt
required python packages for CI (sphinx environment)