How do I contribute to the documentation

faq
Author

Steve Harris

We welcome new contributions, edits to existing material, and ad hoc supporting material. The latter category could include example notebooks or vignettes showing how something works, or a quick note.

Both will be automatically indexed when the site is deployed. The documentation is deployed using Quarto, and the documentation is built from the ./docs/ directory. Please fork or clone .

You will need to have

Workflow

cd docs
quarto preview

Then create your content and review before making a pull request. Don’t forget that changes to config (e.g. _quarto.yml may need you to rerun quarto render to ensure the whole site is correctly rebuilt) When you push to either dev or main branches, then a GitHub Action (see .github/workflows/publish.yml) will be triggered that should publish the current documentation to https://hylode.github.io/HyUi/.