Update How to document your python package authored by Andi Gerken's avatar Andi Gerken
# How to document your python packages
1. Add docstrings to your python code 1. Add docstrings to your python code
2. Use pdoc3 `pip install pdoc3` to create docs from the docstrings 2. Use pdoc3 `pip install pdoc3` to create docs from the docstrings
3. Upload the docs to your userpage 3. Upload the docs to your userpage
... ...
......