Skip to content

Commit

Permalink
touched up README
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Dec 9, 2017
1 parent 982d856 commit 5b67e4e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ network models for efficient model sharing and reusability
NineML emerged from a joint effort of experts in the fields of computational
neuroscience, simulator development and simulator-independent language
initiatives (NeuroML_, PyNN_), grouped in the
`INCF Multiscale Modeling Task Force: https://www.incf.org/activities/our-programs/modeling/people`__.
`INCF Multiscale Modeling Task Force <https://www.incf.org/activities/our-programs/modeling/people>`__.
This effort was initiated and is still supported by the
`Multiscale Modeling Program: <https://www.incf.org/activities/our-programs/modeling`__,
`Multiscale Modeling Program <https://www.incf.org/activities/our-programs/modeling>`__,
as part of the standardization effort of the `International Neuroinformatics Coordinating Facility (INCF)`_,
but the project is now run as a `community project <http://nineml.net/committee>`__.

Expand All @@ -23,14 +23,14 @@ How to build the source
The source is written in reStructured text and can be build using
Sphinx (http://www.sphinx-doc.org/) using the provided Makefile
(or the make.bat if on Windows). If you have ``pip`` setup you can
install sphinx with
install sphinx with::

$ pip install sphinx

HTML
^^^^

To make the html docs use the command
To make the html docs use the command::

$ make html
Expand All @@ -40,7 +40,7 @@ PDF
To make the pdf you will also need a TeX distribution installed
(see `MacTex <https://www.tug.org/mactex/>`__ on macOS or the
``texlive-full`` package on Ubuntu/Debian). After that the PDF can be
made with.
made with::

$ make latexpdf

Expand All @@ -60,5 +60,5 @@ related repositories that are maintained by the NineML team
.. _PyNN: http://neuralensemble.org/PyNN/
.. _NeuroML: http://neuroml.org
.. _`NineML Python Library`: http://github.com/INCF/nineml-python
.. _`NineML Catlaog`: http://github.com/INCF/nineml-catalog
.. _`NineML Catalog`: http://github.com/INCF/nineml-catalog
.. _International Neuroinformatics Coordinating Facility (INCF): http://www.incf.org

0 comments on commit 5b67e4e

Please sign in to comment.