|
27 | 27 | "# Setup Google Colab\n", |
28 | 28 | "\n", |
29 | 29 | "In this script, we setup a Google Colab environment. This script will only work\n", |
30 | | - "when run from `Google Colab <https://colab.research.google.com/>`_). You can\n", |
| 30 | + "when run from [Google Colab](https://colab.research.google.com/)). You can\n", |
31 | 31 | "skip it if you run the tutorials on your machine.\n" |
32 | 32 | ] |
33 | 33 | }, |
|
454 | 454 | "## Map to subject flatmap\n", |
455 | 455 | "\n", |
456 | 456 | "To better understand the distribution of explainable variance, we map the\n", |
457 | | - "values to the subject brain. This can be done with `pycortex\n", |
458 | | - "<https://gallantlab.github.io/pycortex/>`_, which can create interactive 3D\n", |
| 457 | + "values to the subject brain. This can be done with [pycortex](https://gallantlab.github.io/pycortex/), which can create interactive 3D\n", |
459 | 458 | "viewers to be displayed in any modern browser. ``pycortex`` can also display\n", |
460 | 459 | "flattened maps of the cortical surface to visualize the entire cortical\n", |
461 | 460 | "surface at once.\n", |
|
494 | 493 | "source": [ |
495 | 494 | "This figure is a flattened map of the cortical surface. A number of regions\n", |
496 | 495 | "of interest (ROIs) have been labeled to ease interpretation. If you have\n", |
497 | | - "never seen such a flatmap, we recommend taking a look at a `pycortex brain\n", |
498 | | - "viewer <https://www.gallantlab.org/brainviewer/Deniz2019>`_, which displays\n", |
| 496 | + "never seen such a flatmap, we recommend taking a look at a [pycortex brain\n", |
| 497 | + "viewer](https://www.gallantlab.org/brainviewer/Deniz2019), which displays\n", |
499 | 498 | "the brain in 3D. In this viewer, press \"I\" to inflate the brain, \"F\" to\n", |
500 | 499 | "flatten the surface, and \"R\" to reset the view (or use the ``surface/unfold``\n", |
501 | 500 | "cursor on the right menu). Press \"H\" for a list of all keyboard shortcuts.\n", |
|
0 commit comments