mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Greatly expanded documentation.
This commit is contained in:
parent
54feb3fe20
commit
84dde9b1e3
19 changed files with 877 additions and 356 deletions
16
docs/source/devguide/index.rst
Normal file
16
docs/source/devguide/index.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.. _devguide:
|
||||
|
||||
=================
|
||||
Developer's Guide
|
||||
=================
|
||||
|
||||
Welcome to the OpenMC Developer's Guide! This guide documents and explains the
|
||||
structure of the OpenMC source code and how to do various development tasks such
|
||||
as debugging.
|
||||
|
||||
.. toctree::
|
||||
:numbered:
|
||||
:maxdepth: 2
|
||||
|
||||
structures
|
||||
xml-fortran
|
||||
6
docs/source/devguide/structures.rst
Normal file
6
docs/source/devguide/structures.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.. _devguide_structures:
|
||||
|
||||
===============
|
||||
Data Structures
|
||||
===============
|
||||
|
||||
6
docs/source/devguide/xml-fortran.rst
Normal file
6
docs/source/devguide/xml-fortran.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.. _devguide_xml-fortran:
|
||||
|
||||
=========================
|
||||
xml-fortran Input Parsing
|
||||
=========================
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue