Moved the example notebooks front and center

This commit is contained in:
Adam Nelson 2017-03-05 14:19:34 -05:00
parent e10a924872
commit 1668fc3a06
25 changed files with 25 additions and 18 deletions

View file

@ -0,0 +1,24 @@
.. _examples:
=========================
Example Jupyter Notebooks
=========================
The following series of Jupyter Notebooks provide examples for usage of OpenMC
features via the `Python API`_.
.. _Python API: ../pythonapi/index.html
.. toctree::
:maxdepth: 1
post-processing
pandas-dataframes
tally-arithmetic
mgxs-part-i
mgxs-part-ii
mgxs-part-iii
mgxs-part-iv
mdgxs-part-i
mdgxs-part-ii
nuclear-data

View file

@ -32,6 +32,7 @@ the latest developmental version of the develop branch can be found on
:maxdepth: 1
quickinstall
examples/index
releasenotes
methods/index
usersguide/index

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

View file

@ -13,24 +13,6 @@ online. We recommend going through the modules from Codecademy_ and/or the
`Scipy lectures`_. The full API documentation serves to provide more information
on a given module or class.
-------------------------
Example Jupyter Notebooks
-------------------------
.. toctree::
:maxdepth: 1
examples/post-processing
examples/pandas-dataframes
examples/tally-arithmetic
examples/mgxs-part-i
examples/mgxs-part-ii
examples/mgxs-part-iii
examples/mgxs-part-iv
examples/mdgxs-part-i
examples/mdgxs-part-ii
examples/nuclear-data
------------------------------------
:mod:`openmc` -- Basic Functionality
------------------------------------