If your are looking for Pisound documentation, head straight to the Pisound Docs page!
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting an issue
- Discussing the current state of the docs and the code
- Submitting a fix
- Proposing new features
We use public GitHub issues to track bugs and requests. Just open a new issue - it's that easy!
GitHub Pull requests are the best way to propose changes to the docs and the codebase. We actively welcome your pull requests! You can find an extensive contribution guide here, but in short:
- Fork this repo and create your branch from master.
- Make your changes.
- Issue that pull request!
$ python --version
Python 3.5+
pip install mkdocs==1.1.2 pymdown-extensions==8.0 mkdocs-redirects==1.0.1 mkdocs-material==5.5.12
cd pisound-docs
git submodule init
git submodule update
mkdocs serve