-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move contribute section from README to docs (#612)
- Loading branch information
1 parent
5c5320e
commit dc5e1d8
Showing
4 changed files
with
19 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
How To Contibute | ||
================ | ||
|
||
Feel free to clone the `repository <https://github.com/kahst/BirdNET-Analyzer>`_ and contribute to the project. We are always looking for new ideas and improvements. If you have any questions, please don't hesitate to ask. | ||
|
||
Let us know if you have any ideas for new features or improvements or submit a pull request. | ||
|
||
**Help us to improve the documentation!** | ||
|
||
Install `sphinx` and all required themes + plugins with `pip install sphinx sphinx_rtd_theme sphinx-argparse`. | ||
|
||
Run `sphinx-build docs docs/_build`. | ||
|
||
Navigate to `BirdNET-Analyzer/docs/_build` and open `index.html` with a browser of your choice. | ||
|
||
Make your changes to the `.rst` files in the `docs` directory and submit a pull request. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters