Skip to content

Commit 8d5e19d

Browse files
committed
Add more cross refs and fix typo on intro page
1 parent 6bc0495 commit 8d5e19d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

doc/intro.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ What is PySurfer?
66
PySurfer is a Python library and application for visualizing brain imaging
77
data. It is specifically useful for plotting data on a three-dimensional mesh
88
representing the cortical surface of the brain. If you have functional MRI,
9-
magnetoencephalography, or anatomical measurements from cortex, PySurfer can
10-
help you turn them into beautiful and reproducible graphics.
9+
magnetoencephalography (MEG), or anatomical measurements from cortex, PySurfer
10+
can help you turn them into beautiful and reproducible graphics.
1111

1212
PySurfer uses an explicit model of cortical geometry to generate
1313
highly-accurate images of neuroimaging data. This is preferable to other
@@ -23,15 +23,17 @@ PySurfer and its dependencies are written in Python and released with a liberal
2323
open source license. PySurfer can be combined with other tools from the nipy_
2424
ecosystem to manipulate and plot data in the same script or interactive
2525
session. The visualization is primarily controlled with a high-level API that
26-
allow you to draw a complex scene with just a few lines of code. This means
26+
allows you to draw a complex scene with just a few lines of code. This means
2727
that PySurfer is naturally scriptable. Once you have developed a basic
2828
visualization, it's easy to add a for-loop and generate the same image for
2929
every subject in your experiment. It also aids the reproducibility of graphics
3030
you create for conferences or papers, as each figure can be associated with a
3131
short script that shows exactly how the visualization was produced.
3232

33-
To see a set of examples demonstrating some of PySurfer's capabilities, you can
34-
check out the :ref:`example gallery <examples>`.
33+
If you want to find out how to get started using PySurfer, check out our
34+
:ref:`installation guide<install>`. To see a set of examples demonstrating some
35+
of PySurfer's capabilities, you can browse the :ref:`example gallery
36+
<examples>`.
3537

3638
.. include:: links_names.txt
3739

0 commit comments

Comments
 (0)