diff --git a/docs/source/pythonapi/index.rst b/docs/source/pythonapi/index.rst index 3bedaf2c7..1631976e6 100644 --- a/docs/source/pythonapi/index.rst +++ b/docs/source/pythonapi/index.rst @@ -13,6 +13,20 @@ 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 + ------------------------------------ :mod:`openmc` -- Basic Functionality ------------------------------------ @@ -271,20 +285,6 @@ Multi-group Cross Section Libraries openmc.mgxs.Library -------------------------- -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 - .. _Jupyter: https://jupyter.org/ .. _NumPy: http://www.numpy.org/ .. _Codecademy: https://www.codecademy.com/tracks/python