-
-
Notifications
You must be signed in to change notification settings - Fork 23
Resources: Sphinx and Docutils
mmcky edited this page Oct 22, 2019
·
5 revisions
The main resource for writing sphinx extensions:
https://www.sphinx-doc.org/en/master/extdev/index.html#dev-extensions
The API's are also documented:
https://www.sphinx-doc.org/en/master/extdev/index.html#apis-used-for-writing-extensions
Sphinx is based on:
The nbsphinx project looks like it allows for ipynb
as sources to the sphinx compilation system. It may be a useful resource when figuring out best default behaviours from rst
to ipynb
conversions.