Skip to content

Porting examples to sphinx-gallery

Philip Loche requested to merge (removed):sphinx-gallery into main

Fixes #100 (closed)

This MR converts the rendering from our examples from nbconvert to sphinx-galleries. The advantages are that the input files are plain python files and sphinx-galleries will generate notebooks for download and rst for the docs. Plain Python files are mhuch easier to maintain than notebooks. Also we can more easily link between the docs in the examples and all objects in code snippets are directly linked to the documentation.

Edited by Philip Loche

Merge request reports