From 5adc5f63faf498846dc69bd203fa1d378e3e8bb9 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 17 Mar 2017 08:26:40 -0500 Subject: [PATCH] Add OpenMOC compatiblity module in documentation --- docs/source/pythonapi/index.rst | 22 ++++++++++++++++++++ docs/source/pythonapi/openmoc_compatible.rst | 8 ------- 2 files changed, 22 insertions(+), 8 deletions(-) delete mode 100644 docs/source/pythonapi/openmoc_compatible.rst diff --git a/docs/source/pythonapi/index.rst b/docs/source/pythonapi/index.rst index e845641e1..c23bf1921 100644 --- a/docs/source/pythonapi/index.rst +++ b/docs/source/pythonapi/index.rst @@ -470,6 +470,28 @@ Functions openmc.data.endf.get_tab2_record openmc.data.endf.get_text_record +--------------------------------------------------------- +:mod:`openmc.openmoc_compatible` -- OpenMOC Compatibility +--------------------------------------------------------- + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myfunction.rst + + openmc.openmoc_compatible.get_openmoc_material + openmc.openmoc_compatible.get_openmc_material + openmc.openmoc_compatible.get_openmoc_surface + openmc.openmoc_compatible.get_openmc_surface + openmc.openmoc_compatible.get_openmoc_cell + openmc.openmoc_compatible.get_openmc_cell + openmc.openmoc_compatible.get_openmoc_universe + openmc.openmoc_compatible.get_openmc_universe + openmc.openmoc_compatible.get_openmoc_lattice + openmc.openmoc_compatible.get_openmc_lattice + openmc.openmoc_compatible.get_openmoc_geometry + openmc.openmoc_compatible.get_openmc_geometry + .. _Jupyter: https://jupyter.org/ .. _NumPy: http://www.numpy.org/ .. _Codecademy: https://www.codecademy.com/tracks/python diff --git a/docs/source/pythonapi/openmoc_compatible.rst b/docs/source/pythonapi/openmoc_compatible.rst deleted file mode 100644 index bf353b96e..000000000 --- a/docs/source/pythonapi/openmoc_compatible.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. _pythonapi_openmoc_compatible: - -===================== -OpenMOC Compatibility -===================== - -.. automodule:: openmc.openmoc_compatible - :members: