Skip to content

Commit 8ccbf57

Browse files
committed
DOC update rendering of package names
1 parent df346fb commit 8ccbf57

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ To explore these tutorials, one can:
2121
`website <https://gallantlab.github.io/voxelwise_tutorials/>`_ (recommended)
2222
(not online yet, ask Tom the local link)
2323
- run the Python scripts located in the `tutorials <tutorials>`_ directory
24-
- run the ``jupyter`` notebooks located in the
24+
- run the Jupyter notebooks located in the
2525
`tutorials/notebooks <tutorials/notebooks>`_ directory
2626

2727
To run the tutorials yourself, first download this repository, and install the
2828
dependencies (see below). Then, run either the Python scripts or the
29-
``jupyter`` notebooks located in the "tutorials" directory. The tutorials are
29+
Jupyter notebooks located in the "tutorials" directory. The tutorials are
3030
best explored in order, starting with the "Movies 3T tutorial".
3131

3232
Helper Python package

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This website contains tutorials describing how to use the
1313

1414
The tutorials consist of Python scripts, which are rendered in a `gallery of
1515
examples <_auto_examples/index.html>`_. Each Python script is also available as
16-
a ``jupyter`` notebook (non-rendered). The tutorials are best explored in
16+
a Jupyter notebook (non-rendered). The tutorials are best explored in
1717
order, starting with the "Movies 3T tutorial".
1818

1919
To run the tutorials yourself, we recommend to download the project on GitHub
@@ -23,7 +23,7 @@ the GitHub repository contains a Python package called ``voxelwise_tutorials``,
2323
which contains useful fonctions to download the data sets, load the files,
2424
process the data, and visualize the results. Install instructions are available
2525
`here <voxelwise_package.html>`_. Then, run either the Python scripts or the
26-
``jupyter`` notebooks located in the "tutorials" directory.
26+
Jupyter notebooks located in the "tutorials" directory.
2727

2828
Tutorials
2929
---------

tutorials/movies_3T/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ This tutorial implements different voxelwise models:
1919
- a ridge model with motion-energy features as described in [2]_.
2020
- a banded-ridge model with both feature spaces as described in [3]_.
2121

22-
**Scikit-learn API:**
23-
These tutorials use ``scikit-learn`` to define the preprocessing steps, the
24-
modeling pipeline, and the cross-validation scheme. If you are not familiar
25-
with scikit-learn API, we recommend the `getting started guide
22+
**Scikit-learn API:** These tutorials use `scikit-learn
23+
<https://github.com/scikit-learn/scikit-learn>`_ to define the preprocessing
24+
steps, the modeling pipeline, and the cross-validation scheme. If you are not
25+
familiar with the scikit-learn API, we recommend the `getting started guide
2626
<https://scikit-learn.org/stable/getting_started.html>`_. We also use a lot of
2727
the scikit-learn terminology, which is explained in great details in the
2828
`glossary of common terms and API elements

tutorials/notebooks/movies_3T/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ This tutorial implements different voxelwise models:
1919
- a ridge model with motion-energy features as described in [2]_.
2020
- a banded-ridge model with both feature spaces as described in [3]_.
2121

22-
**Scikit-learn API:**
23-
These tutorials use ``scikit-learn`` to define the preprocessing steps, the
24-
modeling pipeline, and the cross-validation scheme. If you are not familiar
25-
with scikit-learn API, we recommend the `getting started guide
22+
**Scikit-learn API:** These tutorials use `scikit-learn
23+
<https://github.com/scikit-learn/scikit-learn>`_ to define the preprocessing
24+
steps, the modeling pipeline, and the cross-validation scheme. If you are not
25+
familiar with the scikit-learn API, we recommend the `getting started guide
2626
<https://scikit-learn.org/stable/getting_started.html>`_. We also use a lot of
2727
the scikit-learn terminology, which is explained in great details in the
2828
`glossary of common terms and API elements

0 commit comments

Comments
 (0)