Skip to content

Commit

Permalink
FIX: Links
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Dec 4, 2023
1 parent 4a1674c commit b2ced04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mne/datasets/_fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def fetch_dataset(
What to do after downloading the file. ``"unzip"`` and ``"untar"`` will
decompress the downloaded file in place; for custom extraction (e.g.,
only extracting certain files from the archive) pass an instance of
:class:`pooch.Unzip` or :class:`pooch.Untar`. If ``None`` (the
``pooch.Unzip`` or ``pooch.Untar``. If ``None`` (the
default), the files are left as-is.
path : None | str
Directory in which to put the dataset. If ``None``, the dataset
Expand Down Expand Up @@ -87,10 +87,10 @@ def fetch_dataset(
Default is ``False``.
auth : tuple | None
Optional authentication tuple containing the username and
password/token, passed to :class:`pooch.HTTPDownloader` (e.g.,
password/token, passed to ``pooch.HTTPDownloader`` (e.g.,
``auth=('foo', 012345)``).
token : str | None
Optional authentication token passed to :class:`pooch.HTTPDownloader`.
Optional authentication token passed to ``pooch.HTTPDownloader``.
Returns
-------
Expand Down
2 changes: 1 addition & 1 deletion mne/forward/_make_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ def make_forward_solution(
followed by :func:`mne.convert_forward_solution`.
.. note::
If the BEM solution was computed with :doc:`OpenMEEG <openmeeg:index>`
If the BEM solution was computed with `OpenMEEG <https://openmeeg.github.io>`__
in :func:`mne.make_bem_solution`, then OpenMEEG will automatically
be used to compute the forward solution.
Expand Down

0 comments on commit b2ced04

Please sign in to comment.