How to auto make docs with docstrings in python using Sphinx
Explanations on docstrings - vide pep 257
Docstrings in Python Tutorial - Datacamp
Auto generate docstrings on python with extension on vscode:
VSCode docstrings extension - Marketplace
Sphinx quick setup - TowardsDataScience
To push to ghpages and avoid jekyll problem Echorand.me
if __name__ == "__main__":
main()
Put it on the main file so it doesn't run your code on make html
, because of the imports