Replies: 1 comment
-
This was the section I was looking for: https://jupyterbook.org/en/stable/sphinx/index.html#convert-your-jupyter-book-into-a-sphinx-website I would recommend that this section is promoted as "automated documentation tools" rather than "sphinx usage and customization". The reason is that an newcomer will not know what sphinx is, but will have seen automated documentation of code from modules such as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I'm stuck trying to get autodoc to work on this error message:
after following the instructions on:
https://jupyterbook.org/en/stable/advanced/developers.html
The repo is committed here with everything included:
https://github.com/root-11/tablite/tree/autodoc
(Notice that this is the autodoc branch, not master)
Any hints to what I'm missing? Is the folder structure the issue?
** I searched SO and here for
autodoc import missing module
. Most pointed towards the requirement for creating aconf.py
which I've added, although it doesn't seem to have any effect.Beta Was this translation helpful? Give feedback.
All reactions