1313This repository contains some tutorials describing how to perform voxelwise
1414modeling, based for instance on visual imaging experiments.
1515The best way to explore these tutorials is to go to the
16- `website <https://gallantlab.github.io/tutorials / >`_.
16+ `website <https://gallantlab.github.io/voxelwise_tutorials / >`_.
1717
18- The ``voxelwise `` package
18+ The ``voxelwise_tutorials `` package
1919=========================
2020
2121On top of tutorials, this repository also contains a small Python package
22- called ``voxelwise ``, which contains useful fonctions to download the data sets,
23- load the files, process the data, and visualize the results.
22+ called ``voxelwise_tutorials ``, which contains useful fonctions to download the
23+ data sets, load the files, process the data, and visualize the results.
2424
2525Installation
2626------------
@@ -29,8 +29,8 @@ To install this package, run
2929
3030.. code-block :: bash
3131
32- git clone https://github.com/gallantlab/tutorials .git
33- cd tutorials
32+ git clone https://github.com/gallantlab/voxelwise_tutorials .git
33+ cd voxelwise_tutorials
3434 pip install .
3535
3636
@@ -44,7 +44,7 @@ Developers can also install the package in editable mode via:
4444 Requirements
4545------------
4646
47- The Python package ``voxelwise `` requires the following dependencies:
47+ The Python package ``voxelwise_tutorials `` requires the following dependencies:
4848
4949- `numpy <https://github.com/numpy/numpy >`_
5050- `scipy <https://github.com/scipy/scipy >`_
@@ -57,11 +57,12 @@ documentations, such as:
5757- `h5py <https://github.com/h5py/h5py >`_
5858- `himalaya <https://github.com/gallantlab/himalaya >`_
5959- `pymoten <https://github.com/gallantlab/pymoten >`_
60- - `voxelwise <https://github.com/gallantlab/tutorials >`_ (this repository)
60+ - `voxelwise_tutorials <https://github.com/gallantlab/voxelwise_tutorials >`_
61+ (this repository)
6162
6263
6364.. |Github | image :: https://img.shields.io/badge/github-tutorials-blue
64- :target: https://github.com/gallantlab/tutorials
65+ :target: https://github.com/gallantlab/voxelwise_tutorials
6566
6667.. |Python | image :: https://img.shields.io/badge/python-3.7%2B-blue
6768 :target: https://www.python.org/downloads/release/python-370
0 commit comments