Move output file formats to user's guide.

This commit is contained in:
Paul Romano 2015-09-13 12:08:00 +07:00
parent f13c4c7218
commit c2e8144a56
8 changed files with 21 additions and 10 deletions

View file

@ -16,9 +16,5 @@ as debugging.
styleguide
workflow
xml-parsing
statepoint
source
particle_restart
track
voxel
docbuild

View file

@ -5,7 +5,7 @@ User's Guide
============
Welcome to the OpenMC User's Guide! This tutorial will guide you through the
essential aspects of using OpenMC to perform neutronic simulations.
essential aspects of using OpenMC to perform simulations.
.. toctree::
:numbered:
@ -14,5 +14,6 @@ essential aspects of using OpenMC to perform neutronic simulations.
beginners
install
input
output/index
processing
troubleshoot

View file

@ -0,0 +1,14 @@
.. _usersguide_output:
===================
Output File Formats
===================
.. toctree::
:numbered:
:maxdepth: 3
statepoint
source
particle_restart
track

View file

@ -1,4 +1,4 @@
.. _devguide_particle_restart:
.. _usersguide_particle_restart:
============================
Particle Restart File Format

View file

@ -1,4 +1,4 @@
.. _devguide_source:
.. _usersguide_source:
==================
Source File Format

View file

@ -1,4 +1,4 @@
.. _devguide_statepoint:
.. _usersguide_statepoint:
=======================
State Point File Format

View file

@ -1,4 +1,4 @@
.. _devguide_track:
.. _usersguide_track:
=================
Track File Format

View file

@ -194,7 +194,7 @@ Data Extraction
---------------
A great deal of information is available in statepoint files (See
:ref:`devguide_statepoint`), most of which is easily extracted by the provided
:ref:`usersguide_statepoint`), most of which is easily extracted by the provided
utility statepoint.py. This utility provides a Python class to load statepoints
and extract data - it is used in many of the provided plotting utilities, and
can be used in user-created scripts to carry out manipulations of the data. To