4. Code DocumentationΒΆ
Here comes the semi-automatically generated code documentation. For now the commands used are :
sphinx-apidoc -f -o source/code ../MatrixGUI
sphinx-apidoc -f -o source/code/Python ../MatrixGUI/Components/Python
sphinx-apidoc -f -o source/code/PyQt ../MatrixGUI/Components/PyQt
Note
In order to understand Google docstring format you have to use napoleon
(see http://sphinx-doc.org/ext/napoleon.html#module-sphinx.ext.napoleon)
This requires Sphinx 1.3.