Skip to content

Commit

Permalink
move contribute section from README to docs (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef-Haupt authored Mar 5, 2025
1 parent 5c5320e commit dc5e1d8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 16 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,6 @@ Please ensure you review and adhere to the specific license terms provided with

*Please note that all educational and research purposes are considered non-commercial use and it is therefore freely permitted to use BirdNET models in any way.*

## Contribute

Feel free to clone this repository 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.

## Funding

This project is supported by Jake Holshuh (Cornell class of ´69) and The Arthur Vining Davis Foundations.
Expand Down
16 changes: 16 additions & 0 deletions docs/contribute.rst
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.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Welcome to the BirdNET-Analyzer documentation! This guide provides detailed info
showroom
birdnetr
birdnet-tiny
contribute

Introduction
------------
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ Install the packages
If you also want to use the GUI, you need to install the additional packages with: ``pip install .[gui]``.
Same goes for server and training tools: ``pip install .[server]`` and ``pip install .[train]``.

Use ``pip install .[gui,server,train]`` to install all packages.
Use ``pip install .[all]`` to install all packages.

Verify the installation

.. code-block:: bash
python -m birdnet_analyzer.analyze
python -m birdnet_analyzer.analyze <some-audio-file.wav>

0 comments on commit dc5e1d8

Please sign in to comment.