Using this GitHub template¶
This section is for people who created a repository from the python-package-template on GitHub. It covers the first steps after the fork.
The rest of the template’s explanations (tooling, CI, packaging, and troubleshooting) sit alongside this folder under Template documentation.
Removing all template explanations¶
When you are done with these guides, delete the entire directory
docs/template_documentation/ and remove the Template documentation
block from nav in zensical.toml. See
Template documentation — overview.
Pages in this section¶
- Template quick start — clone, install with
uv, run tests and docs locally - Customize and clean up — rename the package, adjust URLs, and optional feature removal