Python project template
This project is a template for new python projects. It contains up-to-date tooling for tests, docs, versioning, and dependency management.
In a nutshell, the idea is that you clone/fork this project, and then modify it to suit your new project. The Getting Started page provides a step-by-step guide.
Documentation
To view the documentation, run:
and go to localhost:8000 in your browser.The documentation provides a detailed guide to the project. It is structured using the Diátaxis framework to help you navigate and understand the project effectively. This framework consists of 4 categories:
- Tutorials: Guides that teach a concept.
- How-To Guides: Step-by-step instructions to achieve specific goals or tasks.
- Reference: Technical descriptions of the project's components and APIs.
- Explanations: In-depth discussions of concepts and motivations.