Slide 24
Slide 24 text
Jupyter notebooks: use
Jupyter notebooks: use nbsphinx
nbsphinx extension
extension
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
'sphinx.ext.autosummary',
'sphinx.ext.mathjax',
'nbsphinx',
]
# Add type of source files
source_suffix = ['.rst', '.md', '.ipynb']
conf.py
24