Rename DepletionChain -> Chain

This commit is contained in:
Paul Romano 2018-02-14 10:45:39 -06:00
parent 43147b70eb
commit 1ee27edc8c
15 changed files with 44 additions and 127 deletions

View file

@ -17,7 +17,7 @@ Integrator Helper Functions
---------------------------
.. toctree::
:maxdepth: 2
integrator.CRAM16
integrator.CRAM48
integrator.save_results
@ -29,8 +29,8 @@ Metaclasses
:toctree: generated
:nosignatures:
opendeplete.Settings
opendeplete.Operator
openmc.deplete.Settings
openmc.deplete.Operator
OpenMC Classes
--------------
@ -39,18 +39,18 @@ OpenMC Classes
:toctree: generated
:nosignatures:
opendeplete.OpenMCSettings
opendeplete.Materials
opendeplete.OpenMCOperator
openmc.deplete.OpenMCSettings
openmc.deplete.Materials
openmc.deplete.OpenMCOperator
Data Classes
------------
.. autosummary::
:toctree: generated
:nosignatures:
opendeplete.AtomNumber
opendeplete.DepletionChain
opendeplete.Nuclide
opendeplete.ReactionRates
opendeplete.Results
openmc.deplete.AtomNumber
openmc.deplete.Chain
openmc.deplete.Nuclide
openmc.deplete.ReactionRates
openmc.deplete.Results

View file

@ -1,6 +1,6 @@
integrator\.CRAM16
==================
.. currentmodule:: opendeplete.integrator
.. currentmodule:: openmc.deplete.integrator
.. autofunction:: CRAM16

View file

@ -1,6 +1,6 @@
integrator\.CRAM48
==================
.. currentmodule:: opendeplete.integrator
.. currentmodule:: openmc.deplete.integrator
.. autofunction:: CRAM48

View file

@ -1,6 +1,6 @@
integrator\.cecm
=================
.. currentmodule:: opendeplete.integrator
.. currentmodule:: openmc.deplete.integrator
.. autofunction:: cecm

View file

@ -1,6 +1,6 @@
integrator\.predictor
=====================
.. currentmodule:: opendeplete.integrator
.. currentmodule:: openmc.deplete.integrator
.. autofunction:: predictor

View file

@ -1,6 +1,6 @@
integrator\.save_results
========================
.. currentmodule:: opendeplete.integrator
.. currentmodule:: openmc.deplete.integrator
.. autofunction:: save_results

View file

@ -1,30 +0,0 @@
opendeplete.Concentrations
==========================
.. currentmodule:: opendeplete
.. autoclass:: Concentrations
.. automethod:: __init__
.. rubric:: Methods
.. autosummary::
~Concentrations.__init__
~Concentrations.convert_nested_dict
.. rubric:: Attributes
.. autosummary::
~Concentrations.n_cell
~Concentrations.n_nuc

View file

@ -1,30 +0,0 @@
opendeplete.ReactionRates
=========================
.. currentmodule:: opendeplete
.. autoclass:: ReactionRates
.. automethod:: __init__
.. rubric:: Methods
.. autosummary::
~ReactionRates.__init__
.. rubric:: Attributes
.. autosummary::
~ReactionRates.n_cell
~ReactionRates.n_nuc
~ReactionRates.n_react

View file

@ -1,22 +0,0 @@
opendeplete.Results
===================
.. currentmodule:: opendeplete
.. autoclass:: Results
.. automethod:: __init__
.. rubric:: Methods
.. autosummary::
~Results.__init__