diff --git a/doc/changes/latest.inc b/doc/changes/latest.inc index 59fa856e492..cb7e526a0ff 100644 --- a/doc/changes/latest.inc +++ b/doc/changes/latest.inc @@ -95,7 +95,7 @@ Changelog - Add support for reading and writing surfaces in Wavefront .obj format to the :func:`mne.read_surface` and :func:`mne.write_surface` by `Marijn van Vliet`_ -- Add tutorial on how to manually fix BEM meshes in Blender by `Marijn van Vliet`_ +- Add tutorial on how to manually fix BEM meshes in Blender by `Marijn van Vliet`_ and `Ezequiel Mikulan`_ Bug ~~~ diff --git a/doc/changes/names.inc b/doc/changes/names.inc index 063d340c796..04ff24602e3 100644 --- a/doc/changes/names.inc +++ b/doc/changes/names.inc @@ -305,3 +305,5 @@ .. _Lx37: https://github.com/Lx37 .. _Kyle Mathewson: https://github.com/kylemath + +.. _Ezequiel Mikulan: https://github.com/ezemikulan diff --git a/doc/overview/faq.rst b/doc/overview/faq.rst index c028af604e7..6fa1d5e775c 100644 --- a/doc/overview/faq.rst +++ b/doc/overview/faq.rst @@ -383,8 +383,8 @@ order of difficulty): :ref:`mne watershed_bem`. 2. Changing the ``--atlas`` and ``--gcaatlas`` options of :ref:`mne watershed_bem`. -3. Manually editing the meshes (see `this tutorial - `__. +3. Manually editing the meshes (see :ref:`this tutorial + `). 4. Manually running mri_watershed_ with various FreeSurfer flags (e.g., ``-less`` to fix the output). 5. Going farther back in your Freesurfer pipeline to fix the problem. diff --git a/tutorials/source-modeling/plot_fix_bem_in_blender.py b/tutorials/source-modeling/plot_fix_bem_in_blender.py index 235d9c834dd..61e9bc483e5 100644 --- a/tutorials/source-modeling/plot_fix_bem_in_blender.py +++ b/tutorials/source-modeling/plot_fix_bem_in_blender.py @@ -8,11 +8,12 @@ modeling program `Blender `_, editing them, and re-importing them. -This tutorial is based on https://github.com/ezemikulan/blender_freesurfer +This tutorial is based on https://github.com/ezemikulan/blender_freesurfer by +Ezequiel Mikulan. """ # Authors: Marijn van Vliet -# @ezemikulan +# Ezequiel Mikulan # # License: BSD (3-clause)