You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Python package for performing representational similarity analysis (RSA) using [MNE-Python](https://martinos.org/mne/stable/index.html>) data structures.
@@ -98,18 +98,18 @@ However, there is also some integration with [nipy](https://nipy.org) for fMRI t
98
98
## Support
99
99
100
100
This free software comes without any form of official support.
101
-
However, if you think you have encountered a bug or have a particularly great idea for improvements, please open an [issue on Github](https://github.com/wmvanvliet/mne-rsa/issues).
101
+
However, if you think you have encountered a bug or have a particularly great idea for improvements, please open an [issue on Github](https://github.com/mne-tools/mne-rsa/issues).
102
102
For questions and help with your analysis, you are welcome to post on the [MNE forum](https://mne.discourse.group/).
103
103
104
104
## Contributing
105
105
106
-
Development of the package happens on [Github](https://github.com/wmvanvliet/mne-rsa).
107
-
Everyone is welcome to raise [issues](https://github.com/wmvanvliet/mne-rsa/issues) or contribute [pull requests](https://github.com/wmvanvliet/mne-rsa/pulls).
106
+
Development of the package happens on [Github](https://github.com/mne-tools/mne-rsa).
107
+
Everyone is welcome to raise [issues](https://github.com/mne-tools/mne-rsa/issues) or contribute [pull requests](https://github.com/mne-tools/mne-rsa/pulls).
108
108
109
109
Here is how to install the additional required packages for developing MNE-RSA and set up the package in development mode:
110
110
111
111
```bash
112
-
git clone git@github.com:wmvanvliet/mne-rsa.git
112
+
git clone git@github.com:mne-tools/mne-rsa.git
113
113
cd mne-rsa
114
114
pip install -r requirements-dev.txt
115
115
pip install -e .
@@ -124,5 +124,5 @@ If you end up using this package for the data analysis that is part of a scienti
124
124
article, please cite:
125
125
126
126
Marijn van Vliet, Takao Shimizu, Stefan Appelhoff, Yuan-Fang Zhao, & Richard
127
-
Höchenberger. (2024). wmvanvliet/mne-rsa: Version 0.9.1 (0.9.1). Zenodo.
127
+
Höchenberger. (2024). mne-tools/mne-rsa: Version 0.9.1 (0.9.1). Zenodo.
Copy file name to clipboardExpand all lines: doc/index.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,21 +115,21 @@ Support
115
115
^^^^^^^
116
116
117
117
This free software comes without any form of official support.
118
-
However, if you think you have encountered a bug or have a particularly great idea for improvements, please open an `issue on Github <https://github.com/wmvanvliet/mne-rsa/issues>`_.
118
+
However, if you think you have encountered a bug or have a particularly great idea for improvements, please open an `issue on Github <https://github.com/mne-tools/mne-rsa/issues>`_.
119
119
For questions and help with your analysis, you are welcome to post on the `MNE forum <https://mne.discourse.group/>`_.
120
120
121
121
122
122
Contributing
123
123
^^^^^^^^^^^^
124
124
125
-
Development of the package happens on `Github <https://github.com/wmvanvliet/mne-rsa>`_.
126
-
Everyone is welcome to raise `issues <https://github.com/wmvanvliet/mne-rsa/issues>`_ or contribute `pull requests <https://github.com/wmvanvliet/mne-rsa/pulls>`_.
125
+
Development of the package happens on `Github <https://github.com/mne-tools/mne-rsa>`_.
126
+
Everyone is welcome to raise `issues <https://github.com/mne-tools/mne-rsa/issues>`_ or contribute `pull requests <https://github.com/mne-tools/mne-rsa/pulls>`_.
127
127
128
128
Here is how to install the additional required packages for developing MNE-RSA and set up the package in development mode:
129
129
130
130
.. code:: bash
131
131
132
-
git clone git@github.com:wmvanvliet/mne-rsa.git
132
+
git clone git@github.com:mne-tools/mne-rsa.git
133
133
cd mne-rsa
134
134
pip install -r requirements-dev.txt
135
135
pip install -e .
@@ -144,7 +144,7 @@ If you end up using this package for the data analysis that is part of a scienti
144
144
article, please cite:
145
145
146
146
Marijn van Vliet, Takao Shimizu, Stefan Appelhoff, Yuan-Fang Zhao, & Richard
147
-
Höchenberger. (2024). wmvanvliet/mne-rsa: Version 0.9.1 (0.9.1). Zenodo.
147
+
Höchenberger. (2024). mne-tools/mne-rsa: Version 0.9.1 (0.9.1). Zenodo.
0 commit comments