Python Docs

Python documentation conventions — a Google-style docstring on every public module, class, and function, enforced by ruff's pydocstyle (D) rules with the google convention, and LLM-ready markdown CLI reference generation for Click or Typer tools via a reproducible docgen helper. Use when writing or reviewing docstrings, choosing or enforcing a docstring style, configuring ruff's D rules, deciding where module or package docstrings belong, or generating markdown CLI documentation for a Click/Typer-based Python tool.

bitwise-media-group c42414c 2 files · 7.3 KB Updated

File contents

bitwise-media-group/skills/tree/main/plugins/python/skills/python-docs commit c42414c4d7

Frequently asked questions

npx skillmds@latest add bitwise-media-group/python-docs