Skip to content

Implementation Details

Sascha Spors edited this page Dec 10, 2019 · 8 revisions

Common Plotting Style

  • set in ipython_kernel_config.py in top-level directory
  • symbolic links from subdirectories
  • figures are stored in two formats
    1. SVG for online viewing
    2. PDF for export of notebooks

Continuous Integration

Is realised by building a PDF using sphinx with the nbsphinx extension

  • sphinx configuration: conf.py
Clone this wiki locally