This document can be read at http://linuxmint-developer-guide.readthedocs.io.
The docs are written in reStructuredText.
To build locally, install python3-sphinx and python3-sphinx-rtd-theme
sudo apt-get install python3-sphinx python3-sphinx-rtd-themeIf you don't have``python`` installed, it will install for you.
And run make html in the docs directory.
The final result will be in the _build directory.
Alternatively, you can use pip3 to complete the process, but pay attention that this should be done only if you are in a virtual environment.
sudo apt install python3-pipand using pip3 you will install the sphinx and sphinx_rtd_them
pip3 install sphinx sphinx_rtd_themand then, run make html in the docs directory to get the same result.
- https://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html
- http://www.sphinx-doc.org/en/stable/markup/inline.html
- http://www.writethedocs.org/guide/
- https://developers.google.com/style/highlights