################################################### The Official Documentation for the hfkpy Package ################################################### This `repository `_ serves as an example and template for Python development. Questions this repository answers in regard to Python packages: - How to design a `logical structure `_ - How to auto document `functions `_ - How to version for stable `releases `_ - How to set up `unit tests `_ - How to set up CICD via `GitHub Actions `_ - How to create `vignettes to illustrate usage `_ - How to `install from GitHub `_ - How to leverage APIs in Python, like the `Fitbit API `_ Documentation ============= .. toctree:: :maxdepth: 2 documentation/index Examples ========== .. toctree:: :maxdepth: 2 examples/index Continuous Integration Continuous Deployment (CICD) =================================================== .. toctree:: :maxdepth: 2 cicd/index Versioning ========== .. toctree:: :maxdepth: 2 versioning/index Documenting =========== .. toctree:: :maxdepth: 2 documenting/index Resources ========= .. toctree:: :maxdepth: 2 resources/index