diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f45990d..bcd628b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,8 +19,6 @@ jobs: python-version: 3.8 - name: Setup Git & Install dependencies run: | - git config --global user.email "e.urunuela@bcbl.eu" - git config --global user.name "eurunuela" python -m pip install --upgrade pip pip install -r mkdocs/requirements.txt - uses: actions/checkout@v2 diff --git a/docs/community/index.md b/docs/community/index.md index 0faccf0..b38332e 100644 --- a/docs/community/index.md +++ b/docs/community/index.md @@ -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 [physiopy@gmail.com](mailto:physiopy@gmail.com) 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 [physiopy@gmail.com](mailto:physiopy@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. +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. diff --git a/docs/index.md b/docs/index.md index 095f219..233e346 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 [physiopy@gmail.com](mailto:physiopy@gmail.com). +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).
diff --git a/mkdocs.yml b/mkdocs.yml index 0f89b11..ce1b5ae 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 © 2020 +copyright: Copyright © 2020-2024, The Physiopy Community nav: - Home: index.md @@ -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