Skip to content

Commit

Permalink
Change link to community practices and a few other minor and necessar…
Browse files Browse the repository at this point in the history
…y tweaks
  • Loading branch information
smoia committed Feb 13, 2024
1 parent 9b66c77 commit 2ec716c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
python-version: 3.8
- name: Setup Git & Install dependencies
run: |
git config --global user.email "[email protected]"
git config --global user.name "eurunuela"
python -m pip install --upgrade pip
pip install -r mkdocs/requirements.txt
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions docs/community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
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!

### When do we meet?
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.
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.


### How to get involved?
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.
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.


2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Home
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]).
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).

<p align="center">
<img src="https://github.com/physiopy/phys2bids/blob/master/docs/_static/physiopy_logo_1280x640.png?raw=true" width="400">
Expand Down
5 changes: 2 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ site_name: Physiopy
site_description: Physiopy
site_author: The Physiopy developers
site_url: https://physiopy.github.io
#google_analytics: ['UA-170131052-1', 'www.nipreps.org']

# Copyright
copyright: Copyright &copy; 2020
copyright: Copyright &copy; 2020-2024, The Physiopy Community

nav:
- Home: index.md
Expand All @@ -14,7 +13,7 @@ nav:
- phys2bids: libraries/phys2bids.md
- phys2denoise: libraries/phys2denoise.md
- peakdet: libraries/peakdet.md
- Best Practices: best_practices.md
- Community Practices: https://physiopy-community-guidelines.readthedocs.io/en/latest/index.html
- Community:
- Welcome: community/index.md
- Getting Started: community/gettingstarted.md
Expand Down

0 comments on commit 2ec716c

Please sign in to comment.