Skip to content

Commit

Permalink
DOC: Fix syntax errors in README.rst.
Browse files Browse the repository at this point in the history
Fix formatting errors in `README.rst`.
- Fix the ITK classes syntax so that they are inline literals: add the
  missing back quoutes.
- Fix the IJ article reference syntax: add a newline after the
double colon so that the ref is formatted to a literal block.
  • Loading branch information
jhlegarreta committed Nov 14, 2018
1 parent 80d7815 commit 3905f11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ DVMeshNoise
Overview
--------

This module contains classes to perturb `itk::Mesh` and `itk::QuadEdgeMesh`
This module contains classes to perturb ``itk::Mesh`` and ``itk::QuadEdgeMesh``
objects with Gaussian noise.

For more information, see the `Insight Journal article <http://hdl.handle.net/10380/3567>`_::

Vigneault D.
Perturbing Mesh Vertices with Additive Gaussian Noise
The Insight Journal. January-December. 2016.
Expand Down

0 comments on commit 3905f11

Please sign in to comment.