Entalpic's Development Guidelines
Use entaldocs
to initialize a documentation infrastructure in your current codebase. Refer to the docs for usage [WIP].
uv tool install git+ssh://[email protected]/entalpic/entaldocs.git
uv tool upgrade entaldocs
See Usage instructions in the online docs.
Using uv
:
-
Clone this repository
git clone git+ssh://[email protected]/entalpic/entaldocs.git # or gh repo clone entalpic/entaldocs # then cd entaldocs
-
$ uv sync
-
Build docs locally with
entaldocs build-docs
-
Open
docs/build/html/index.html
That's it 🤓
This is still very WIP. In particular, next steps:
- Document
entaldocs
usage - Update Contribution Guide
- Add ReadTheDocs deployment instructions