Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 617 Bytes

CONTRIBUTING.rst

File metadata and controls

23 lines (14 loc) · 617 Bytes

Contributing

If you find errors, omissions, inconsistencies or other things that need improvement, please create an issue or a pull request at https://github.com/spatialaudio/sfa-numpy.

Contributions are always welcome!

If you make changes to the documentation, you can re-create the HTML pages using Sphinx. You can install it and a few other necessary packages with:

pip install -r doc/requirements.txt --user

To create the HTML pages, use:

python setup.py build_sphinx

The generated files will be available in the directory build/sphinx/html/.