This repository contains the manual for DAVx⁵ (Github).
Published version (updated automatically from main branch): https://www.davx5.com/manual/
Thanks for your interest in contributing to this manual! To contribute:
- Fork the repository.
- Make the changes in the repo.
- Send a pull request.
For your first contribution, our CLA bot will ask you to sign the Contributor License Agreement.
First, install the required packages (needs Python3 with venv support):
python3 -mvenv .venv
source .venv/bin/activate
pip install -r requirements.txt
Then clone the repository and do your changes. To compile:
make html
Then you can see your compiled version in the _build
directory.
When you have finished your changes and are satisifed with the preview, create a pull request with your changes.