mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Moved the example notebooks front and center
This commit is contained in:
parent
e10a924872
commit
1668fc3a06
25 changed files with 25 additions and 18 deletions
24
docs/source/examples/index.rst
Normal file
24
docs/source/examples/index.rst
Normal 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
|
||||
|
|
@ -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 |
|
|
@ -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
|
||||
------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue