Closed AndreiRoibu closed 3 years ago
Good explanations on how to use Sphinx and produce docstrings.
https://medium.com/@eikonomega/getting-started-with-sphinx-autodoc-part-1-2cebbbca5365
All code has now been commented and docstrings added to all functions. The code was also reformatted to align to Pep8 standards. Work is currently in the pep8&docs branch, to be merged with the master at a later date.
pep8&docs has been merged into master. Currently working on generating documentation.
Is your feature request related to a problem? Please describe. Better documentation is required for the code, in particular better docstrings.
Describe the solution you'd like Docstrings need to be created for the code, in a standardised format. Better explanations on what each function/script does needs to be put in place. Sphynx can also be used to generate the documentation required for the code automatically, which can then be used to generate the documentation/wiki.