mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Added resturctured text files for openmc.mgxs documentation
This commit is contained in:
parent
52559aca3d
commit
c984ffd8c0
7 changed files with 140 additions and 105 deletions
8
docs/source/pythonapi/energy_groups.rst
Normal file
8
docs/source/pythonapi/energy_groups.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.. _pythonapi_energy_groups:
|
||||
|
||||
=============
|
||||
Energy Groups
|
||||
=============
|
||||
|
||||
.. automodule:: openmc.mgxs.groups
|
||||
:members:
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -57,6 +57,15 @@ on a given module or class.
|
|||
summary
|
||||
tallies
|
||||
|
||||
**Multi-Group Cross Section Generation**
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
mgxs
|
||||
energy_groups
|
||||
mgxs_library
|
||||
|
||||
**Example Jupyter Notebooks:**
|
||||
|
||||
.. toctree::
|
||||
|
|
|
|||
8
docs/source/pythonapi/mgxs.rst
Normal file
8
docs/source/pythonapi/mgxs.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.. _pythonapi_mgxs:
|
||||
|
||||
==========================
|
||||
Multi-Group Cross Sections
|
||||
==========================
|
||||
|
||||
.. automodule:: openmc.mgxs.mgxs
|
||||
:members: MGXS
|
||||
8
docs/source/pythonapi/mgxs_library.rst
Normal file
8
docs/source/pythonapi/mgxs_library.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.. _pythonapi_mgxs_library:
|
||||
|
||||
============
|
||||
MGXS Library
|
||||
============
|
||||
|
||||
.. automodule:: openmc.mgxs.library
|
||||
:members:
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
.. _pythonapi_opencg_compatible:
|
||||
.. _pythonapi_openmc_mgxs:
|
||||
|
||||
====================
|
||||
OpenCG Compatibility
|
||||
====================
|
||||
==========================
|
||||
Multi-Group Cross Sections
|
||||
==========================
|
||||
|
||||
.. automodule:: openmc.opencg_compatible
|
||||
.. automodule:: openmc.mgxs.mgxs
|
||||
:members:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue