mirror of https://github.com/avast/PurpleDome
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
431 B
ReStructuredText
22 lines
431 B
ReStructuredText
4 years ago
|
===========================
|
||
|
Extending the documentation
|
||
|
===========================
|
||
|
|
||
|
Tools being used are:
|
||
|
|
||
|
|
||
|
* Argparse for my command line tools
|
||
|
|
||
|
- https://github.com/alex-rudakov/sphinx-argparse
|
||
|
|
||
|
* Standard "autodoc" for python code
|
||
|
|
||
|
- https://www.sphinx-doc.org/en/master/usage/quickstart.html#autodoc
|
||
|
|
||
|
* Pyreverse
|
||
|
|
||
|
- https://pypi.org/project/sphinx-pyreverse/
|
||
|
|
||
|
* Autoyaml
|
||
|
|
||
|
- https://github.com/Jakski/sphinxcontrib-autoyaml
|