Skip to content

Commit 16f3552

Browse files
authored
DOC: Advertise nipreps community pages, add section on contributions (#242)
* DOC: Advertise nipreps community pages, add section on contributions * DOC: Update documentation link to stable [skip ci]
1 parent 444e06f commit 16f3552

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ A member of the [NeuroImaging PREProcessing toolS (NiPreps)](https://www.nipreps
1818

1919
## Getting Started
2020

21-
For comprehensive information on *NiBabies*, including installation and usage, visit [our documentation](https://nibabies.readthedocs.io/en/latest).
21+
For comprehensive information on *NiBabies*, including installation and usage, visit [our documentation](https://nibabies.readthedocs.io/en/stable/).

docs/community.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## NiPreps Community
2+
3+
Check out the [official NiPreps community page](https://www.nipreps.org/community/), where topics such as contributing, code of coduct, and licensing are outlined.
4+
5+
6+
## NiBabies Coding Style
7+
8+
### Pre-commit
9+
10+
In addition to the [NiPreps coding style](https://www.nipreps.org/community/CONTRIBUTING/#nipreps-coding-style-guide), *NiBabies* leverages [`pre-commit`](https://pre-commit.com/#1-install-pre-commit) to ensure consistent code across contributors.
11+
To enable `pre-commit` checks, first [install](https://pre-commit.com/#1-install-pre-commit) the Python package and then run `pre-commit install` in the root of the *NiBabies* source tree.

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ installation
1212
usage
1313
faqs
1414
outputs
15+
community
1516
```

0 commit comments

Comments
 (0)