Added docstrings to all consistent scattering matrix MGXS classes in openmc.mgxs

This commit is contained in:
Will Boyd 2017-02-19 16:51:03 -05:00
parent 2369ff4443
commit fe74423c48
2 changed files with 371 additions and 14 deletions

View file

@ -115,16 +115,6 @@ Many of the above classes are derived from several abstract classes:
openmc.Region
openmc.Lattice
One function is also available to create a hexagonal region defined by the
intersection of six surface half-spaces.
.. autosummary::
:toctree: generated
:nosignatures:
:template: myfunction.rst
openmc.make_hexagon_region
Constructing Tallies
--------------------