Template documentation¶
Everything under docs/template_documentation/ explains what this GitHub
template gives you: onboarding after Use this template, how the repository
is laid out, and how CI, packaging, docs, tests, and quality tools are wired.
It is separate from the pages you will keep for your real package at the
root of docs/ (for example the home page, API, Contributing, and
Security). Those are placeholders you evolve while you ship your library.
When you can remove this directory¶
Once you no longer need the walkthroughs:
- Delete
docs/template_documentation/entirely. - In
zensical.toml, remove theTemplate documentationentry from thenavlist (the whole nested block).
Your published site will then only show the durable docs you maintain for your package.
Contents¶
Onboarding¶
For the first hours after creating a repo from the template:
User guide¶
How this repository is set up and how to work with it:
- Installation
- Quick start
- Project structure
- Development tools
- Testing
- Documentation (Zensical)
- CI/CD and releases
- Packaging
- Customization
Development notes¶
Deeper detail on quality and releases: