From 3ffc466083ee999bdc64ba9b2ae6ba379cc163a7 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 8 Oct 2015 11:02:51 +0700 Subject: [PATCH] Fix documentation of mu, energy, energyout filters --- docs/source/usersguide/input.rst | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/docs/source/usersguide/input.rst b/docs/source/usersguide/input.rst index 8df3bbc2ea..44db252079 100644 --- a/docs/source/usersguide/input.rst +++ b/docs/source/usersguide/input.rst @@ -1253,24 +1253,32 @@ The ```` element accepts the following sub-elements: :energy: A monotonically increasing list of bounding **pre-collision** energies for a number of groups. For example, if this filter is specified as - ````, then two energy bins - will be created, one with energies between 0 and 1 MeV and the other - with energies between 1 and 20 MeV. + + .. code-block:: xml + + + + then two energy bins will be created, one with energies between 0 and + 1 MeV and the other with energies between 1 and 20 MeV. :energyout: A monotonically increasing list of bounding **post-collision** energies for a number of groups. For example, if this filter is - specified as ````, then - two post-collision energy bins will be created, one with energies + specified as + + .. code-block:: xml + + + + then two post-collision energy bins will be created, one with energies between 0 and 1 MeV and the other with energies between 1 and 20 MeV. :mu: - A monotonically increasing list of bounding **post-collision** - cosines of the change in a particle's angle (i.e., - :math:`\mu = \cos(\Omega \cdot \Omega')`), - which represents a portion of the possible values of :math:`[-1,1]`. - For example, spanning all of :math:`[-1,1]` with five equi-width - bins can be specified as: + A monotonically increasing list of bounding **post-collision** cosines + of the change in a particle's angle (i.e., :math:`\mu = \hat{\Omega} + \cdot \hat{\Omega}'`), which represents a portion of the possible + values of :math:`[-1,1]`. For example, spanning all of :math:`[-1,1]` + with five equi-width bins can be specified as: .. code-block:: xml