InstituteforDiseaseModeling / cookiecutter-python-library

0 stars 3 forks source link

fixed error with sphinx-apidoc, added support for notebooks and MD … #15

Open JSchripsema-IDM opened 1 year ago

JSchripsema-IDM commented 1 year ago

…source files

The options -M and -o were out of order in sphinx-apidoc, fixed.

Added the myst-parser and config settings to enable Markdown source files with semantic markup.

Add the nbsphinx extension to enable execution of Jupyter notebooks in the docs.