Skip to content

Commit

Permalink
Update links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Apr 6, 2024
1 parent f453738 commit 4be3335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/generate_templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A set of 13 cell models from layer 5 is included in the basic installation and c
the `download <https://bbp.epfl.ch/nmc-portal/downloads>`_ page, move them to the cell model folder (which can be
retrieved with the :code:`mearec default-config` command or with the Python code:
:code:`mr.get_default_cell_models_folder()`), and unzip them.
Note also custom models cane be used. In `this notebook <https://github.com/alejoe91/MEArec/blob/master/notebooks/generate_recordings_with_allen_models.ipynb>`_ we show how to use models from the
Note also custom models cane be used. In `this notebook <https://github.com/SpikeInterface/MEArec/blob/main/notebooks/generate_recordings_with_allen_models.ipynb>`_ we show how to use models from the
`Allen database <https://celltypes.brain-map.org/>`_ to build templates (and recordings).

Templates are generated in two steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The :code:`recgen` is a :code:`RecordingGenerator` objects and contains the foll
* spike_traces: (n_spiketrains, n_samples) clean spike trace for each spike train
* info: dictionary with parameters used

There are several notebooks available `here <https://github.com/SpikeInterface/MEArec/tree/master/notebooks>`_
There are several notebooks available `here <https://github.com/SpikeInterface/MEArec/tree/main/notebooks>`_
that show MEArec applications.

Plotting
Expand Down

0 comments on commit 4be3335

Please sign in to comment.