How to Update This Markdown Book
Setup
If not already done, install mdbook
Serving locally
Run th following in the repository root directory:
- If any python files were modified,
- Install pipx
- Install pydoc-markdown
- Install mdbook-toc
- run
pydoc-markdown -I python/ -p altrios --render-toc > docs/src/python_docs.md
. Do not modify this file manually.
- Run
mdbook serve --open docs/
Publishing
- Update
book.toml
or files indocs/src/
- Make sure the docs look good locally by running the steps in Serving Locally
- Commit files and push to
main
branch
After that, a GitHub action will build the book and publish it.