Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Group
R
robofish
Manage
Activity
Members
Labels
Plan
Issues
Epics
Issue boards
Epic boards
Roadmap
Milestones
Iterations
Wiki
Code
Merge requests
Deploy
Package registry
Operate
Terraform modules
Analyze
Insights
Issue analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bioroboticslab
robofish
Wiki
How to document your python package
Changes
Page history
Wiki actions
New page
Templates
Clone repository
Update How to document your python package
authored
Feb 7, 2023
by
Andi Gerken
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
How-to-document-your-python-package.md
+0
-2
0 additions, 2 deletions
How-to-document-your-python-package.md
with
0 additions
and
2 deletions
How-to-document-your-python-package.md
View page @
a5731a53
# 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
...
...
This diff is collapsed.
Click to expand it.