my_package ========== .. py:module:: my_package .. autoapi-nested-parse:: Placeholder package — rename and replace with your own code. This is scaffolding shipped by the python-workspace template. The ``cli`` and ``utils`` modules exist only to exercise the toolchain (pytest, ruff, mypy, Sphinx). To adopt: grep for ``my_package`` (import name) and ``python-workspace`` (distribution name) across the repo and replace as needed. Import-name rename is cheap and always worthwhile; distribution-name rename additionally requires repo/PyPI/URL updates and is optional. Submodules ---------- .. toctree:: :maxdepth: 1 /api/my_package/cli/index /api/my_package/utils/index