Add pin cell, TRISO, and CANDU notebooks

This commit is contained in:
Paul Romano 2017-04-03 14:21:15 -05:00
parent 7b67006472
commit a0a0a8076d
7 changed files with 3223 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,13 @@
.. _notebook_candu:
=======================
Modeling a CANDU Bundle
=======================
.. only:: html
.. notebook:: candu.ipynb
.. only:: latex
IPython notebooks must be viewed in the online HTML documentation.

View file

@ -9,19 +9,42 @@ features via the :ref:`pythonapi`.
.. _Jupyter: https://jupyter.org/
-----------
Basic Usage
-----------
.. toctree::
:maxdepth: 1
pincell
post-processing
pandas-dataframes
tally-arithmetic
search
triso
candu
nuclear-data
------------------------------------
Multi-Group Cross Section Generation
------------------------------------
.. toctree::
:maxdepth: 1
mgxs-part-i
mgxs-part-ii
mgxs-part-iii
mdgxs-part-i
mdgxs-part-ii
----------------
Multi-Group Mode
----------------
.. toctree::
:maxdepth: 1
mg-mode-part-i
mg-mode-part-ii
mg-mode-part-iii
mdgxs-part-i
mdgxs-part-ii
search
nuclear-data

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,13 @@
.. _notebook_pincell:
===================
Modeling a Pin-Cell
===================
.. only:: html
.. notebook:: pincell.ipynb
.. only:: latex
IPython notebooks must be viewed in the online HTML documentation.

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,13 @@
.. _notebook_triso:
========================
Modeling TRISO Particles
========================
.. only:: html
.. notebook:: triso.ipynb
.. only:: latex
IPython notebooks must be viewed in the online HTML documentation.