Skip to content

Commit 6ac3c2d

Browse files
authored
ENH: Update related software list (#13202)
1 parent 729bdf3 commit 6ac3c2d

File tree

3 files changed

+3
-30
lines changed

3 files changed

+3
-30
lines changed

doc/install/mne_tools_suite.rst

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -67,24 +67,4 @@ Getting help
6767
Help with installation is available through the `MNE Forum`_. See the
6868
:ref:`help` page for more information.
6969

70-
71-
.. LINKS:
72-
73-
.. _MNELAB: https://github.com/cbrnr/mnelab
74-
.. _autoreject: https://autoreject.github.io/
75-
.. _alphaCSC: https://alphacsc.github.io/
76-
.. _pactools: https://pactools.github.io/
77-
.. _rsa: https://github.com/wmvanvliet/mne-rsa
78-
.. _microstate: https://github.com/wmvanvliet/mne_microstates
79-
.. _conpy: https://aaltoimaginglanguage.github.io/conpy/
80-
.. _eelbrain: https://eelbrain.readthedocs.io/en/stable/index.html
81-
.. _posthoc: https://users.aalto.fi/~vanvlm1/posthoc/python/
82-
.. _pyprep: https://github.com/sappelhoff/pyprep
83-
.. _sesameeg: https://pybees.github.io/sesameeg
84-
.. _invertmeeg: https://github.com/LukeTheHecker/invert
85-
.. _MNE-ARI: https://github.com/john-veillette/mne_ari
86-
.. _niseq: https://github.com/john-veillette/niseq
87-
.. _Meggie: https://github.com/cibr-jyu/meggie
88-
.. _MEM: https://github.com/multifunkim/best-python
89-
9070
.. include:: ../links.inc

doc/sphinxext/related_software.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929

3030
# If it's available on PyPI, add it to this set:
3131
PYPI_PACKAGES = {
32-
"alphaCSC",
3332
"meggie",
3433
"niseq",
3534
"sesameeg",
35+
"invertmeeg",
3636
}
3737

3838
# If it's not available on PyPI, add it to this dict:
@@ -73,13 +73,6 @@
7373
"Home-page": "https://github.com/rordenlab/dcm2niix",
7474
"Summary": "DICOM to NIfTI converter",
7575
},
76-
# TODO: mnelab forces PySide6, it can be added to `tools/circleci_dependencies.sh`
77-
# when we use PySide6 for doc building. Also its package does not set the Home-page
78-
# property.
79-
"mnelab": {
80-
"Home-page": "https://github.com/cbrnr/mnelab",
81-
"Summary": "A graphical user interface for MNE",
82-
},
8376
# TODO: these do not set a valid homepage or documentation page on PyPI
8477
"eeg_positions": {
8578
"Home-page": "https://eeg-positions.readthedocs.io",

tools/circleci_dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ python -m pip install --upgrade --progress-bar off \
1212
alphaCSC autoreject bycycle conpy emd fooof meggie \
1313
mne-ari mne-bids-pipeline mne-faster mne-features \
1414
mne-icalabel mne-lsl mne-microstates mne-nirs mne-rsa \
15-
neurodsp neurokit2 niseq nitime pactools \
15+
neurodsp neurokit2 niseq nitime pactools mnelab \
1616
plotly pycrostates pyprep pyriemann python-picard sesameeg \
17-
sleepecg tensorpac yasa meegkit eeg_positions wfdb
17+
sleepecg tensorpac yasa meegkit eeg_positions wfdb invertmeeg

0 commit comments

Comments
 (0)