Standardised docstrings, preferably in a good docstring format such as the Numpy format, for all public library functions, methods and callables, from which Sphinx can automatically generate an API reference (for the libraries) using the autodoc extension.
Standardised docstrings, preferably in a good docstring format such as the Numpy format, for all public library functions, methods and callables, from which Sphinx can automatically generate an API reference (for the libraries) using the
autodocextension.