Add list of command file commands

This commit is contained in:
Magne Sjaastad
2020-03-23 11:34:11 +01:00
parent aaf0af30ef
commit f6c537f5fe
5 changed files with 370 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ release = '2020.04'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.napoleon'
'sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.napoleon', 'm2r'
]
master_doc = 'index'