-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
59 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Contribution Guide | ||
================== | ||
|
||
Welcome to the contributing guide of py_neuromodulation! We are very happy that you are interested in our project. | ||
|
||
In general we recommend placing questions and issues in the `GitHub issue tracker <https://github.com/neuromodulation/py_neuromodulation/issues>`_. | ||
|
||
For code formatting we use `ruff <https://docs.astral.sh/ruff/formatter/>`_. | ||
|
||
For code development, we recommend using the package manager `rye <https://rye.astral.sh/>`_. | ||
|
||
To setup the python environment, type | ||
|
||
:: | ||
|
||
rye pin 3.12 | ||
|
||
then sync the environment with | ||
|
||
:: | ||
|
||
rye sync | ||
|
||
Depending on your operating system, activate the rye virtual environment: | ||
|
||
:: | ||
|
||
. .venv/bin/activate | ||
|
||
To install the documentation dependencies use pip: | ||
|
||
:: | ||
|
||
python -m pip install .[docs] | ||
|
||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
nm_analysis.py | ||
============== | ||
|
||
.. automodule:: nm_analysis.Feature_Reader | ||
.. automodule:: nm_analysis | ||
:members: |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
nm_stream.py | ||
==================== | ||
============ | ||
|
||
.. automodule:: nm_stream | ||
:members: |
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
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