1 | initial version |
I got it. It was indeed on the forum. One has to launch make html
inside a sage bash shell.
Mini tutorial :
sphinx-quickstart
and answer the questions.index.rst
sage -sh
and then make html
in the new shell.That'it. Hope it will help the next one.
2 | No.2 Revision |
I got it. It was indeed on the forum. One has to launch make html
inside a sage bash shell.
Mini tutorial :
sphinx-quickstart
and answer the autodoc: automatically insert docstrings from modules (y/N) [n]:
index.rst
sage -sh
and then make html
in the new shell.That'it. Hope it will help the next one.
3 | No.3 Revision |
I got it. It was indeed on the forum. One has to launch make html
inside a sage bash shell.
Mini tutorial :
sphinx-quickstart
and answer the questions. The key question on which you have to answer "yes" isautodoc: automatically insert docstrings from modules (y/N) [n]:
index.rst
sage -sh
and then make html
in the new shell.That'it. Hope it will help the next one.