<– Return to home page
Documentation techniques
Best practises
- Describe our code.
- Adopt a unified style
- Create docstrings for all public classes, methods, functions, and modules.
- Incorporate illustrations in the writing
- Maintain a changelog.
- Describe limitations
- Don’t document internal information
- Create appealing documentation with Sphinx.
- Store our records online
- Ensure that all of our documentation is current.
Click here for detailed information on best practises.
Creation of documentation
The code document in PAMI is done using reStructuredText markup language. The documentation is generated using Sphinx.
Click here to check the reStructuredText markup language.