-
-
Notifications
You must be signed in to change notification settings - Fork 650
Documentation
Enno G edited this page Jul 12, 2022
·
2 revisions
We are using Sphinx and are publishing the docs to Readthedocs. The source can be
found in the docs
folder.
We want to try to use the following rules:
- For first level headings should use
*
over and under the text. - For second level headings should use
#
under the text. - For third level headings should use
=
under the text. - For forth level headings should use
-
under the text.
- Sphinx
- Sphinx-apidoc
cd docs
rm code-autodoc/*
sphinx-apidoc -o code-autodoc ../cobbler
Website: https://cobbler.github.io - Dokumentation: https://cobbler.readthedocs.io