Greatly expanded documentation.

This commit is contained in:
Paul Romano 2012-03-28 10:30:52 -04:00
parent 54feb3fe20
commit 84dde9b1e3
19 changed files with 877 additions and 356 deletions

View 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

View file

@ -0,0 +1,6 @@
.. _devguide_structures:
===============
Data Structures
===============

View file

@ -0,0 +1,6 @@
.. _devguide_xml-fortran:
=========================
xml-fortran Input Parsing
=========================