Merge remote-tracking branch 'upstream/develop' into minimalist-imports

This commit is contained in:
wbinventor@gmail.com 2016-04-09 13:44:00 -04:00
commit a596ba3ec3
8 changed files with 136 additions and 42 deletions

View file

@ -1,8 +0,0 @@
.. _pythonapi_energy_groups:
=============
Energy Groups
=============
.. automodule:: openmc.mgxs.groups
:members:

View file

@ -19,6 +19,7 @@ on a given module or class.
:maxdepth: 1
ace
mgxs_library
**Creating input files:**
@ -65,8 +66,6 @@ on a given module or class.
:maxdepth: 1
mgxs
energy_groups
mgxs_library
**Example Jupyter Notebooks:**

View file

@ -4,31 +4,57 @@
Multi-Group Cross Sections
==========================
.. currentmodule:: openmc.mgxs.mgxs
----------------------------
Summary of Available Classes
----------------------------
Energy Groups
-------------
.. currentmodule:: openmc.mgxs.groups
.. autosummary::
MGXS
AbsorptionXS
CaptureXS
Chi
FissionXS
NuFissionXS
NuScatterXS
NuScatterMatrixXS
ScatterXS
ScatterMatrixXS
TotalXS
TransportXS
EnergyGroups
Multi-group Cross Sections
--------------------------
.. currentmodule:: openmc.mgxs.mgxs
.. autosummary::
MGXS
AbsorptionXS
CaptureXS
Chi
FissionXS
NuFissionXS
NuScatterXS
NuScatterMatrixXS
ScatterXS
ScatterMatrixXS
TotalXS
TransportXS
Multi-group Cross Section Libraries
-----------------------------------
.. currentmodule:: openmc.mgxs.library
.. autosummary::
Library
-------------------
Class Documentation
-------------------
.. automodule:: openmc.mgxs.groups
:members:
.. currentmodule:: openmc.mgxs.mgxs
.. autoclass:: MGXS
:members:
@ -64,3 +90,6 @@ Class Documentation
.. autoclass:: TransportXS
:members:
.. automodule:: openmc.mgxs.library
:members:

View file

@ -1,8 +1,8 @@
.. _pythonapi_mgxs_library:
============
MGXS Library
============
==============================
Multi-group Cross Section Data
==============================
.. automodule:: openmc.mgxs.library
.. automodule:: openmc.mgxs_library
:members: