I would like to write a documentation for one of my Django based project. I found that Django people uses reStructureText and Sphinx for this purpose. I have following queries.
- How do I get started with writing documentations using reStructureText and Sphinx?
- What best practices should I follow so that documentation remain well-organized, versioned easy to understand and easy to manage?
Documentation of sphinx is here: https://www.sphinx-doc.org
sphinx-quickstart.