Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Sep 11, 2024
1 parent faa3145 commit 0af1c6f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![codecov](https://codecov.io/gh/fcbg-hnp-meeg/nmod-wiki/graph/badge.svg?token=5FRpE1NrCQ)](https://codecov.io/gh/fcbg-hnp-meeg/nmod-wiki)
[![tests](https://github.com/fcbg-hnp-meeg/nmod-wiki/actions/workflows/pytest.yaml/badge.svg?branch=main)](https://github.com/fcbg-hnp-meeg/nmod-wiki/actions/workflows/pytest.yaml)
[![doc](https://github.com/fcbg-hnp-meeg/nmod-wiki/actions/workflows/doc.yaml/badge.svg?branch=main)](https://github.com/fcbg-hnp-meeg/nmod-wiki/actions/workflows/doc.yaml)
[![codecov](https://codecov.io/gh/fcbg-platforms/nmod-wiki/graph/badge.svg?token=5FRpE1NrCQ)](https://codecov.io/gh/fcbg-platforms/nmod-wiki)
[![tests](https://github.com/fcbg-platforms/nmod-wiki/actions/workflows/pytest.yaml/badge.svg?branch=main)](https://github.com/fcbg-platforms/nmod-wiki/actions/workflows/pytest.yaml)
[![doc](https://github.com/fcbg-platforms/nmod-wiki/actions/workflows/doc.yaml/badge.svg?branch=main)](https://github.com/fcbg-platforms/nmod-wiki/actions/workflows/doc.yaml)

# Neuromod wiki

The Neuromod-wiki is available at the address: https://nmod-wiki.hnp.fcbg.ch
The Neuromod-wiki is available at the address: https://nmod-wiki.fcbg.ch
Contributions in all forms are welcome. Please use the
[issue tracker](https://github.com/fcbg-hnp-meeg/nmod-wiki/issues) to propose changes,
[issue tracker](https://github.com/fcbg-platforms/nmod-wiki/issues) to propose changes,
additions and report issues and solutions found when working with neuromodulation data
and equipment from our site.

Expand All @@ -20,7 +20,7 @@ and equipment from our site.
Pull request to the repository are welcome. The wiki is organized as a python project
with a sphinx documentation. The documentation, used to generate the website HTML pages,
is written in reStructuredText format in the
[doc](https://github.com/fcbg-hnp-meeg/nmod-wiki/tree/main/doc) folder.
[doc](https://github.com/fcbg-platforms/nmod-wiki/tree/main/doc) folder.

In a pull request, the automatic workflows will build the documentation and check for
conformity. Any warnings and errors during the build process must be resolved before the
Expand Down Expand Up @@ -54,4 +54,4 @@ The documentation can be build from the `nmod-wiki/doc` folder with `make` comma
## Additional information

Additional information can be found on the
[contributing guide](https://nmod-wiki.hnp.fcbg.ch/contributing.html).
[contributing guide](https://nmod-wiki.fcbg.ch/contributing.html).
2 changes: 1 addition & 1 deletion doc/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ installed with ``pip`` from source:

.. code-block:: bash
$ pip install git+https://github.com/fcbg-hnp-meeg/nmod-wiki
$ pip install git+https://github.com/fcbg-platforms/nmod-wiki
.. toctree::
:maxdepth: 2
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
copyright = f"{date.today().year}, {author}" # noqa: A001
release = nmod_wiki.__version__
package = nmod_wiki.__name__
gh_url = "https://github.com/fcbg-hnp-meeg/nmod-wiki"
gh_url = "https://github.com/fcbg-platforms/nmod-wiki"

# -- general configuration -------------------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
8 changes: 4 additions & 4 deletions doc/links.inc
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
.. project
.. _MIT license: https://opensource.org/licenses/MIT
.. _project github: https://github.com/fcbg-hnp-meeg/nmod-wiki
.. _project github doc: https://github.com/fcbg-hnp-meeg/nmod-wiki/tree/main/doc
.. _project issue tracker: https://github.com/fcbg-hnp-meeg/nmod-wiki/issues
.. _project license: https://github.com/fcbg-hnp-meeg/nmod-wiki/blob/main/LICENSE
.. _project github: https://github.com/fcbg-platforms/nmod-wiki
.. _project github doc: https://github.com/fcbg-platforms/nmod-wiki/tree/main/doc
.. _project issue tracker: https://github.com/fcbg-platforms/nmod-wiki/issues
.. _project license: https://github.com/fcbg-platforms/nmod-wiki/blob/main/LICENSE


.. software
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ test = [
nmod-wiki = 'nmod_wiki.commands.main:run'

[project.urls]
documentation = 'https://github.com/fcbg-hnp-meeg/nmod-wiki'
homepage = 'https://github.com/fcbg-hnp-meeg/nmod-wiki'
source = 'https://github.com/fcbg-hnp-meeg/nmod-wiki'
tracker = 'https://github.com/fcbg-hnp-meeg/nmod-wiki/issues'
documentation = 'https://nmod-wiki.fcbg.ch'
homepage = 'https://nmod-wiki.fcbg.ch'
source = 'https://github.com/fcbg-platforms/nmod-wiki'
tracker = 'https://github.com/fcbg-platforms/nmod-wiki/issues'

[tool.codespell]
check-filenames = true
Expand Down

0 comments on commit 0af1c6f

Please sign in to comment.