I'd love your input, whether it's to add new content or report a problem.
This website is built using JupyterBook. You are welcome to suggest edits to the content, and to submit your own content, by opening a pull request. Once approved and merged by a maintainer, the changes will be automatically published to the site via CI/CD.
If you aren't comfortable opening a pull request, you can also submit an issue or send an email to Quentin, K7DRQ.
- Clone the repo and install the required packages with
pip install -r requirements.txt
. You'll need Python 3.10 or later. - Make your changes to the Markdown files in the
site
directory; if you create a new page, you'll need to add it to the table of contents. - Build the site using
make build
and check your changes by opening thesite/_build/index.html
file in your browser. - Open a pull request.