Skip to content

Commit

Permalink
docs: fix class references
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaangupta committed Oct 14, 2024
1 parent b842bdf commit 94aa7f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tutorials/reactivation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"source": [
"# Reactivation \n",
"\n",
"Here, we will show how to use the `neuro_py.ensemble.assembly_reactivation.AssemblyReact` class to identify assemblies and assess reactivation during post-task sleep\n",
"Here, we will show how to use the [`AssemblyReact`](https://ryanharvey1.github.io/neuro_py/reference/neuro_py/ensemble/assembly_reactivation/#neuro_py.ensemble.assembly_reactivation.AssemblyReact)\n",
"class to identify assemblies and assess reactivation during post-task sleep\n",
"\n",
"---"
]
Expand Down
3 changes: 2 additions & 1 deletion tutorials/spatial_map.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"# Spatial Map\n",
"\n",
"This short notebook will guide you over loading data and using\n",
"`neuro_py.tuning.maps.SpatialMap` class.\n",
"[`SpatialMap`](https://ryanharvey1.github.io/neuro_py/reference/neuro_py/tuning/maps/#neuro_py.tuning.maps.SpatialMap)\n",
"class.\n",
"\n",
"We first go over 2D maps and then have 1D maps, and finally mapping continuous\n",
"variables.\n",
Expand Down

0 comments on commit 94aa7f8

Please sign in to comment.