Skip to content

Commit 2ec716c

Browse files
committed
Change link to community practices and a few other minor and necessary tweaks
1 parent 9b66c77 commit 2ec716c

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
python-version: 3.8
2020
- name: Setup Git & Install dependencies
2121
run: |
22-
git config --global user.email "[email protected]"
23-
git config --global user.name "eurunuela"
2422
python -m pip install --upgrade pip
2523
pip install -r mkdocs/requirements.txt
2624
- uses: actions/checkout@v2

docs/community/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Welcome to physiopy! We are an international community of volunteers that meet monthly to discuss methods development of our tools and packages and to host discussions of best practices for physiological data acquisition, preprocessing, and analysis. We are always looking for new members and contributors so if interested, please reach out!
33

44
### When do we meet?
5-
We meet virtually on zoom the third Thursday of every month at 16:00 UTC. To join please email [[email protected]](mailto:[email protected]) for the link.
5+
We meet virtually on zoom the third Thursday of every month at 16:00 UTC. To join please email [physiopy.community@gmail.com](mailto:physiopy.community@gmail.com) for the link.
66

77

88
### How to get involved?
9-
To receive emails about our monthly meetings and planning surveys for topics to be covered please email [[email protected]](mailto:[email protected]) and join our [mattermost channel](https://mattermost.brainhack.org/brainhack/channels/physiopy) on the Brainhack Global space for the most up-to-date information.
9+
To receive emails about our monthly meetings and planning surveys for topics to be covered please email [physiopy.community@gmail.com](mailto:physiopy.community@gmail.com) and join our [mattermost channel](https://mattermost.brainhack.org/brainhack/channels/physiopy) on the Brainhack Global space for the most up-to-date information.
1010

1111

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Home
2-
Welcome to the main documentation site for the physiopy community and python package! Please also check out the package's [Github Page](https://github.com/physiopy). For questions, you can always contact the project manager at [[email protected]](mailto:[email protected]).
2+
Welcome to the main documentation site for the physiopy community and python package! Please also check out the package's [Github Page](https://github.com/physiopy). For questions, you can always contact the project manager at [physiopy.community@gmail.com](mailto:physiopy.community@gmail.com).
33

44
<p align="center">
55
<img src="https://github.com/physiopy/phys2bids/blob/master/docs/_static/physiopy_logo_1280x640.png?raw=true" width="400">

mkdocs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ site_name: Physiopy
22
site_description: Physiopy
33
site_author: The Physiopy developers
44
site_url: https://physiopy.github.io
5-
#google_analytics: ['UA-170131052-1', 'www.nipreps.org']
65

76
# Copyright
8-
copyright: Copyright &copy; 2020
7+
copyright: Copyright &copy; 2020-2024, The Physiopy Community
98

109
nav:
1110
- Home: index.md
@@ -14,7 +13,7 @@ nav:
1413
- phys2bids: libraries/phys2bids.md
1514
- phys2denoise: libraries/phys2denoise.md
1615
- peakdet: libraries/peakdet.md
17-
- Best Practices: best_practices.md
16+
- Community Practices: https://physiopy-community-guidelines.readthedocs.io/en/latest/index.html
1817
- Community:
1918
- Welcome: community/index.md
2019
- Getting Started: community/gettingstarted.md

0 commit comments

Comments
 (0)