Skip to content

Use plot directive to build CLI examples for online docs

Thus PR updates the sphinx conf.py to render the CLI examples to use the matplotlib .. plot directive to actually execute the example and generate the plot, which means that the examples are now executed as part of the main build in the same way as every other plot, rather than as part of the pre-processor function.

Merge request reports