pdoc — Intermediate Playground
Auto-generate API docs from Python docstrings (simple alternative to Sphinx)
Using pdoc effectivelyRun locally
Install
pip install pdocPython CodeRun locally
Following best practices with pdoc ensures a productive development workflow.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?