Entalpic's Development Guidelines
Use entaldocs
to initialize a documentation infrastructure in your current codebase. Refer to the docs for usage [WIP].
Using uv
:
- Clone this repository
$ uv sync
- Build docs locally with
cd docs; make clean && make html
- Open
docs/build/html/index.html
(Read The Docs to come)
That's it 🤓
This is still very WIP. In particular, next steps:
- Document
entaldocs
usage - Update Contribution Guide
- Add ReadTheDocs deployment instructions