Make sure prism functions are in documentation

This commit is contained in:
Paul Romano 2017-02-17 06:53:32 -06:00
parent 698efb04e2
commit aeffb739ec

View file

@ -115,15 +115,17 @@ 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.
Two helpers function are also available to create rectangular and hexagonal
prisms defined by the intersection of four and six surface half-spaces,
respectively.
.. autosummary::
:toctree: generated
:nosignatures:
:template: myfunction.rst
openmc.make_hexagon_region
openmc.get_hexagonal_prism
openmc.get_rectangular_prism
Constructing Tallies
--------------------