[Yt-svn] yt-commit r435 - in trunk/doc: .static .templates build/doctrees build/doctrees/extending build/doctrees/modules/reason build/doctrees/tutorial build/html build/html/_sources build/html/_sources/extending build/html/_sources/modules/reason build/html/_sources/tutorial build/html/extending build/html/modules/reason build/html/tutorial source source/extending source/modules/reason source/tutorial

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Sat May 3 20:37:55 PDT 2008


Author: mturk
Date: Sat May  3 20:37:53 2008
New Revision: 435
URL: http://yt.spacepope.org/changeset/435

Log:
Fixing the documentation structure in SVN, adding the outlines of the new
documents to write up.  (Tomorrow, on the plane, I'll be doing quite a bit of
writing.)



Added:
   trunk/doc/.static/
   trunk/doc/.templates/
   trunk/doc/build/doctrees/extending/
   trunk/doc/build/doctrees/extending/index.doctree   (contents, props changed)
   trunk/doc/build/doctrees/faq.doctree   (contents, props changed)
   trunk/doc/build/doctrees/intro.doctree   (contents, props changed)
   trunk/doc/build/doctrees/modules/reason/
   trunk/doc/build/doctrees/modules/reason/index.doctree   (contents, props changed)
   trunk/doc/build/doctrees/tutorial/index.doctree   (contents, props changed)
   trunk/doc/build/html/_sources/extending/
   trunk/doc/build/html/_sources/extending/index.txt
   trunk/doc/build/html/_sources/faq.txt
   trunk/doc/build/html/_sources/intro.txt
   trunk/doc/build/html/_sources/modules/reason/
   trunk/doc/build/html/_sources/modules/reason/index.txt
   trunk/doc/build/html/_sources/tutorial/index.txt
   trunk/doc/build/html/extending/
   trunk/doc/build/html/extending/index.html
   trunk/doc/build/html/faq.html
   trunk/doc/build/html/intro.html
   trunk/doc/build/html/modules/reason/
   trunk/doc/build/html/modules/reason/index.html
   trunk/doc/build/html/tutorial/index.html
   trunk/doc/source/extending/
   trunk/doc/source/extending/index.rst
   trunk/doc/source/faq.rst
   trunk/doc/source/intro.rst
   trunk/doc/source/modules/reason/
   trunk/doc/source/modules/reason/index.rst
   trunk/doc/source/tutorial/index.rst
      - copied, changed from r434, /trunk/doc/source/tutorial/main.rst
Removed:
   trunk/doc/build/doctrees/tutorial/main.doctree
   trunk/doc/build/html/_sources/tutorial/main.txt
   trunk/doc/build/html/tutorial/main.html
   trunk/doc/source/tutorial/main.rst
Modified:
   trunk/doc/build/doctrees/environment.pickle
   trunk/doc/build/doctrees/index.doctree
   trunk/doc/build/doctrees/tutorial/getting_started.doctree
   trunk/doc/build/html/_sources/index.txt
   trunk/doc/build/html/_sources/tutorial/getting_started.txt
   trunk/doc/build/html/index.html
   trunk/doc/build/html/searchindex.json
   trunk/doc/build/html/tutorial/getting_started.html
   trunk/doc/source/index.rst
   trunk/doc/source/tutorial/getting_started.rst

Modified: trunk/doc/build/doctrees/environment.pickle
==============================================================================
Binary files. No diff available.

Added: trunk/doc/build/doctrees/extending/index.doctree
==============================================================================
Binary file. No diff available.

Added: trunk/doc/build/doctrees/faq.doctree
==============================================================================
Binary file. No diff available.

Modified: trunk/doc/build/doctrees/index.doctree
==============================================================================
Binary files. No diff available.

Added: trunk/doc/build/doctrees/intro.doctree
==============================================================================
Binary file. No diff available.

Added: trunk/doc/build/doctrees/modules/reason/index.doctree
==============================================================================
Binary file. No diff available.

Modified: trunk/doc/build/doctrees/tutorial/getting_started.doctree
==============================================================================
Binary files. No diff available.

Added: trunk/doc/build/doctrees/tutorial/index.doctree
==============================================================================
Binary file. No diff available.

Added: trunk/doc/build/html/_sources/extending/index.txt
==============================================================================
--- (empty file)
+++ trunk/doc/build/html/_sources/extending/index.txt	Sat May  3 20:37:53 2008
@@ -0,0 +1,20 @@
+Extending yt
+============
+
+Writing Scripts
+---------------
+
+Dealing with the Interpreter
+----------------------------
+
+Creating Datatypes
+------------------
+
+Creating Derived Quantities
+---------------------------
+
+Creating Derived Fields
+-----------------------
+
+Analyzing in Parallel
+---------------------

Added: trunk/doc/build/html/_sources/faq.txt
==============================================================================
--- (empty file)
+++ trunk/doc/build/html/_sources/faq.txt	Sat May  3 20:37:53 2008
@@ -0,0 +1,24 @@
+FAQ
+===
+
+Why Python?
+-----------
+
+What do I need to use yt?
+-------------------------
+
+What's up with the names?
+-------------------------
+
+Are there any restrictions on my use of yt?
+-------------------------------------------
+
+How can I help?
+---------------
+
+Something has gone wrong.  What do I do?
+----------------------------------------
+
+Where can I go for support?
+---------------------------
+

Modified: trunk/doc/build/html/_sources/index.txt
==============================================================================
--- trunk/doc/build/html/_sources/index.txt	(original)
+++ trunk/doc/build/html/_sources/index.txt	Sat May  3 20:37:53 2008
@@ -1,18 +1,21 @@
-.. yt documentation master file, created by sphinx-quickstart on Sat May  3 15:25:47 2008.
-   You can adapt this file completely to your liking, but it should at least
-   contain the root `toctree` directive.
+yt Overview
+===========
 
-Welcome to yt's documentation!
-==============================
+yt is a toolkit designed to analyze, manage and plot adaptive mesh refinement
+data from the Enzo code.
 
 Contents:
 
 .. toctree::
    :maxdepth: 2
 
-   A Short Tutorial <tutorial/main>
+   intro
+   tutorial/index
+   extending/index
+   faq
    modules/lagos/index
    modules/raven/index
+   modules/reason/index
 
 Indices and tables
 ==================

Added: trunk/doc/build/html/_sources/intro.txt
==============================================================================
--- (empty file)
+++ trunk/doc/build/html/_sources/intro.txt	Sat May  3 20:37:53 2008
@@ -0,0 +1,11 @@
+Introduction
+===========
+
+Adaptive Mesh Refinement Data
+-----------------------------
+
+What yt is and is not
+---------------------
+
+Prerequisites for yt
+--------------------

Added: trunk/doc/build/html/_sources/modules/reason/index.txt
==============================================================================

Modified: trunk/doc/build/html/_sources/tutorial/getting_started.txt
==============================================================================
--- trunk/doc/build/html/_sources/tutorial/getting_started.txt	(original)
+++ trunk/doc/build/html/_sources/tutorial/getting_started.txt	Sat May  3 20:37:53 2008
@@ -1,6 +1,17 @@
 Getting Started
 ===============
 
+Getting into yt
+---------------
+
+For the purposes of this tutorial, I'm going to assume that python is
+installed, the prerequisites are installed and working, and that you know how
+to launch a python interpreter.  So first off, let's start it up.
+
+.. code-block:: bash
+
+   $ python2.5
+
 We start out by getting some stuff into our local namespace.
 The import command is how an external module gets loaded.  By default,
 it shows up as the module name itself.  But you can also import it as
@@ -11,6 +22,8 @@
 
    >>> import yt.lagos as lagos
 
+The Hierarchy
+-------------
 
 We first instantiate a StaticOutput.  This is a pretty simple process - lagos
 will grab the parameter file that you give it, parse it, set up some handy
@@ -30,6 +43,8 @@
    >>> print v
    >>> print c
 
+The Grids
+---------
 
 The hierarchy object has some interesting methods that let us access the data
 in different ways.  Let's start by looking at the grids.  ::

Added: trunk/doc/build/html/_sources/tutorial/index.txt
==============================================================================
--- (empty file)
+++ trunk/doc/build/html/_sources/tutorial/index.txt	Sat May  3 20:37:53 2008
@@ -0,0 +1,17 @@
+A Short Tutorial
+================
+
+
+
+Contents:
+
+.. toctree::
+   :maxdepth: 2
+
+   getting_started
+   basic_objects
+   derived_fields
+   profiles
+   automated_plotting
+   advanced_objects
+   projections

Added: trunk/doc/build/html/extending/index.html
==============================================================================
--- (empty file)
+++ trunk/doc/build/html/extending/index.html	Sat May  3 20:37:53 2008
@@ -0,0 +1,115 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>Extending yt — yt v0.3 documentation</title>
+    <link rel="stylesheet" href="../_static/default.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript">
+      var DOCUMENTATION_OPTIONS = {
+        URL_ROOT:   '../',
+        VERSION:    '0.3'
+      };
+    </script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/interface.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="contents" title="Global table of contents" href="../contents.html" />
+    <link rel="index" title="Global index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="top" title="yt v0.3 documentation" href="../index.html" />
+    <link rel="next" title="FAQ" href="../faq.html" />
+    <link rel="prev" title="A Short Tutorial" href="../tutorial/index.html" />
+  </head>
+  <body>
+    <div class="related">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px"><a href="../genindex.html" title="General Index" accesskey="I">index</a></li>
+        <li class="right"><a href="../modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
+          <li class="right"><a href="../faq.html" title="FAQ" accesskey="N">next</a> |</li>
+          <li class="right"><a href="../tutorial/index.html" title="A Short Tutorial" accesskey="P">previous</a> |</li>
+        <li><a href="../index.html">yt v0.3 documentation</a> »</li>
+      </ul>
+    </div>
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          <div class="body">
+            
+  
+  <div class="section">
+<h1 id="extending-yt">Extending yt<a class="headerlink" href="#extending-yt" title="Permalink to this headline">¶</a></h1>
+<div class="section">
+<h2 id="writing-scripts">Writing Scripts<a class="headerlink" href="#writing-scripts" title="Permalink to this headline">¶</a></h2>
+</div>
+<div class="section">
+<h2 id="dealing-with-the-interpreter">Dealing with the Interpreter<a class="headerlink" href="#dealing-with-the-interpreter" title="Permalink to this headline">¶</a></h2>
+</div>
+<div class="section">
+<h2 id="creating-datatypes">Creating Datatypes<a class="headerlink" href="#creating-datatypes" title="Permalink to this headline">¶</a></h2>
+</div>
+<div class="section">
+<h2 id="creating-derived-quantities">Creating Derived Quantities<a class="headerlink" href="#creating-derived-quantities" title="Permalink to this headline">¶</a></h2>
+</div>
+<div class="section">
+<h2 id="creating-derived-fields">Creating Derived Fields<a class="headerlink" href="#creating-derived-fields" title="Permalink to this headline">¶</a></h2>
+</div>
+<div class="section">
+<h2 id="analyzing-in-parallel">Analyzing in Parallel<a class="headerlink" href="#analyzing-in-parallel" title="Permalink to this headline">¶</a></h2>
+</div>
+</div>
+
+
+          </div>
+        </div>
+      </div>
+      <div class="sidebar">
+        <div class="sidebarwrapper">
+            <h3>Table Of Contents</h3>
+            <ul>
+<li><a class="reference" href="">Extending yt</a><ul>
+<li><a class="reference" href="#writing-scripts">Writing Scripts</a></li>
+<li><a class="reference" href="#dealing-with-the-interpreter">Dealing with the Interpreter</a></li>
+<li><a class="reference" href="#creating-datatypes">Creating Datatypes</a></li>
+<li><a class="reference" href="#creating-derived-quantities">Creating Derived Quantities</a></li>
+<li><a class="reference" href="#creating-derived-fields">Creating Derived Fields</a></li>
+<li><a class="reference" href="#analyzing-in-parallel">Analyzing in Parallel</a></li>
+</ul>
+</li>
+</ul>
+
+            <h4>Previous topic</h4>
+            <p class="topless"><a href="../tutorial/index.html" title="previous chapter">A Short Tutorial</a></p>
+            <h4>Next topic</h4>
+            <p class="topless"><a href="../faq.html" title="next chapter">FAQ</a></p>
+            <h3>This Page</h3>
+            <ul class="this-page-menu">
+              <li><a href="../_sources/extending/index.txt">Show Source</a></li>
+            </ul>
+            <h3>Quick search</h3>
+            <form class="search" action="../search.html" method="get">
+              <input type="text" name="q" size="18"> <input type="submit" value="Go" />
+              <input type="hidden" name="check_keywords" value="yes" />
+              <input type="hidden" name="area" value="default" />
+            </form>
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px"><a href="../genindex.html" title="General Index" accesskey="I">index</a></li>
+        <li class="right"><a href="../modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
+          <li class="right"><a href="../faq.html" title="FAQ" accesskey="N">next</a> |</li>
+          <li class="right"><a href="../tutorial/index.html" title="A Short Tutorial" accesskey="P">previous</a> |</li>
+        <li><a href="../index.html">yt v0.3 documentation</a> »</li>
+      </ul>
+    </div>
+    <div class="footer">
+      © Copyright 2008, Matthew Turk.
+      Last updated on May 03, 2008.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: trunk/doc/build/html/faq.html
==============================================================================
--- (empty file)
+++ trunk/doc/build/html/faq.html	Sat May  3 20:37:53 2008
@@ -0,0 +1,114 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>FAQ — yt v0.3 documentation</title>
+    <link rel="stylesheet" href="_static/default.css" type="text/css" />
+    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    <script type="text/javascript">
+      var DOCUMENTATION_OPTIONS = {
+        URL_ROOT:   '',
+        VERSION:    '0.3'
+      };
+    </script>
+    <script type="text/javascript" src="_static/jquery.js"></script>
+    <script type="text/javascript" src="_static/interface.js"></script>
+    <script type="text/javascript" src="_static/doctools.js"></script>
+    <link rel="contents" title="Global table of contents" href="contents.html" />
+    <link rel="index" title="Global index" href="genindex.html" />
+    <link rel="search" title="Search" href="search.html" />
+    <link rel="top" title="yt v0.3 documentation" href="index.html" />
+    <link rel="prev" title="Extending yt" href="extending/index.html" />
+  </head>
+  <body>
+    <div class="related">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px"><a href="genindex.html" title="General Index" accesskey="I">index</a></li>
+        <li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
+          <li class="right"><a href="extending/index.html" title="Extending yt" accesskey="P">previous</a> |</li>
+        <li><a href="index.html">yt v0.3 documentation</a> »</li>
+      </ul>
+    </div>
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          <div class="body">
+            
+  
+  <div class="section">
+<h1 id="faq">FAQ<a class="headerlink" href="#faq" title="Permalink to this headline">¶</a></h1>
+<div class="section">
+<h2 id="why-python">Why Python?<a class="headerlink" href="#why-python" title="Permalink to this headline">¶</a></h2>
+</div>
+<div class="section">
+<h2 id="what-do-i-need-to-use-yt">What do I need to use yt?<a class="headerlink" href="#what-do-i-need-to-use-yt" title="Permalink to this headline">¶</a></h2>
+</div>
+<div class="section">
+<h2 id="what-s-up-with-the-names">What’s up with the names?<a class="headerlink" href="#what-s-up-with-the-names" title="Permalink to this headline">¶</a></h2>
+</div>
+<div class="section">
+<h2 id="are-there-any-restrictions-on-my-use-of-yt">Are there any restrictions on my use of yt?<a class="headerlink" href="#are-there-any-restrictions-on-my-use-of-yt" title="Permalink to this headline">¶</a></h2>
+</div>
+<div class="section">
+<h2 id="how-can-i-help">How can I help?<a class="headerlink" href="#how-can-i-help" title="Permalink to this headline">¶</a></h2>
+</div>
+<div class="section">
+<h2 id="something-has-gone-wrong-what-do-i-do">Something has gone wrong.  What do I do?<a class="headerlink" href="#something-has-gone-wrong-what-do-i-do" title="Permalink to this headline">¶</a></h2>
+</div>
+<div class="section">
+<h2 id="where-can-i-go-for-support">Where can I go for support?<a class="headerlink" href="#where-can-i-go-for-support" title="Permalink to this headline">¶</a></h2>
+</div>
+</div>
+
+
+          </div>
+        </div>
+      </div>
+      <div class="sidebar">
+        <div class="sidebarwrapper">
+            <h3>Table Of Contents</h3>
+            <ul>
+<li><a class="reference" href="">FAQ</a><ul>
+<li><a class="reference" href="#why-python">Why Python?</a></li>
+<li><a class="reference" href="#what-do-i-need-to-use-yt">What do I need to use yt?</a></li>
+<li><a class="reference" href="#what-s-up-with-the-names">What’s up with the names?</a></li>
+<li><a class="reference" href="#are-there-any-restrictions-on-my-use-of-yt">Are there any restrictions on my use of yt?</a></li>
+<li><a class="reference" href="#how-can-i-help">How can I help?</a></li>
+<li><a class="reference" href="#something-has-gone-wrong-what-do-i-do">Something has gone wrong.  What do I do?</a></li>
+<li><a class="reference" href="#where-can-i-go-for-support">Where can I go for support?</a></li>
+</ul>
+</li>
+</ul>
+
+            <h4>Previous topic</h4>
+            <p class="topless"><a href="extending/index.html" title="previous chapter">Extending yt</a></p>
+            <h3>This Page</h3>
+            <ul class="this-page-menu">
+              <li><a href="_sources/faq.txt">Show Source</a></li>
+            </ul>
+            <h3>Quick search</h3>
+            <form class="search" action="search.html" method="get">
+              <input type="text" name="q" size="18"> <input type="submit" value="Go" />
+              <input type="hidden" name="check_keywords" value="yes" />
+              <input type="hidden" name="area" value="default" />
+            </form>
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px"><a href="genindex.html" title="General Index" accesskey="I">index</a></li>
+        <li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
+          <li class="right"><a href="extending/index.html" title="Extending yt" accesskey="P">previous</a> |</li>
+        <li><a href="index.html">yt v0.3 documentation</a> »</li>
+      </ul>
+    </div>
+    <div class="footer">
+      © Copyright 2008, Matthew Turk.
+      Last updated on May 03, 2008.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Modified: trunk/doc/build/html/index.html
==============================================================================
--- trunk/doc/build/html/index.html	(original)
+++ trunk/doc/build/html/index.html	Sat May  3 20:37:53 2008
@@ -2,7 +2,7 @@
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>Welcome to yt’s documentation! — yt v0.3 documentation</title>
+    <title>yt Overview — yt v0.3 documentation</title>
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <script type="text/javascript">
@@ -35,10 +35,20 @@
             
   
   <div class="section">
-<h1 id="welcome-to-yt-s-documentation">Welcome to yt’s documentation!<a class="headerlink" href="#welcome-to-yt-s-documentation" title="Permalink to this headline">¶</a></h1>
+<h1 id="yt-overview">yt Overview<a class="headerlink" href="#yt-overview" title="Permalink to this headline">¶</a></h1>
+<p>yt is a toolkit designed to analyze, manage and plot adaptive mesh refinement
+data from the Enzo code.</p>
 <p>Contents:</p>
 <ul>
-<li><a class="reference" href="tutorial/main.html">A Short Tutorial</a><ul>
+<li><a class="reference" href="intro.html">Introduction</a><ul>
+<li><a class="reference" href="intro.html#adaptive-mesh-refinement-data">Adaptive Mesh Refinement Data</a></li>
+<li><a class="reference" href="intro.html#what-yt-is-and-is-not">What yt is and is not</a></li>
+<li><a class="reference" href="intro.html#prerequisites-for-yt">Prerequisites for yt</a></li>
+</ul>
+</li>
+</ul>
+<ul>
+<li><a class="reference" href="tutorial/index.html">A Short Tutorial</a><ul>
 <li><a class="reference" href="tutorial/getting_started.html">Getting Started</a></li>
 <li><a class="reference" href="tutorial/basic_objects.html">Basic Objects</a></li>
 <li><a class="reference" href="tutorial/derived_fields.html">Derived Fields</a></li>
@@ -49,6 +59,31 @@
 </ul>
 </li>
 </ul>
+<ul>
+<li><a class="reference" href="extending/index.html">Extending yt</a><ul>
+<li><a class="reference" href="extending/index.html#writing-scripts">Writing Scripts</a></li>
+<li><a class="reference" href="extending/index.html#dealing-with-the-interpreter">Dealing with the Interpreter</a></li>
+<li><a class="reference" href="extending/index.html#creating-datatypes">Creating Datatypes</a></li>
+<li><a class="reference" href="extending/index.html#creating-derived-quantities">Creating Derived Quantities</a></li>
+<li><a class="reference" href="extending/index.html#creating-derived-fields">Creating Derived Fields</a></li>
+<li><a class="reference" href="extending/index.html#analyzing-in-parallel">Analyzing in Parallel</a></li>
+</ul>
+</li>
+</ul>
+<ul>
+<li><a class="reference" href="faq.html">FAQ</a><ul>
+<li><a class="reference" href="faq.html#why-python">Why Python?</a></li>
+<li><a class="reference" href="faq.html#what-do-i-need-to-use-yt">What do I need to use yt?</a></li>
+<li><a class="reference" href="faq.html#what-s-up-with-the-names">What’s up with the names?</a></li>
+<li><a class="reference" href="faq.html#are-there-any-restrictions-on-my-use-of-yt">Are there any restrictions on my use of yt?</a></li>
+<li><a class="reference" href="faq.html#how-can-i-help">How can I help?</a></li>
+<li><a class="reference" href="faq.html#something-has-gone-wrong-what-do-i-do">Something has gone wrong.  What do I do?</a></li>
+<li><a class="reference" href="faq.html#where-can-i-go-for-support">Where can I go for support?</a></li>
+</ul>
+</li>
+</ul>
+<ul class="simple">
+</ul>
 <ul class="simple">
 </ul>
 <ul class="simple">
@@ -71,7 +106,7 @@
         <div class="sidebarwrapper">
             <h3>Table Of Contents</h3>
             <ul>
-<li><a class="reference" href="">Welcome to yt’s documentation!</a><ul>
+<li><a class="reference" href="">yt Overview</a><ul>
 </ul>
 </li>
 <li><a class="reference" href="#indices-and-tables">Indices and tables</a></li>

Added: trunk/doc/build/html/intro.html
==============================================================================
--- (empty file)
+++ trunk/doc/build/html/intro.html	Sat May  3 20:37:53 2008
@@ -0,0 +1,109 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>Introduction — yt v0.3 documentation</title>
+    <link rel="stylesheet" href="_static/default.css" type="text/css" />
+    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    <script type="text/javascript">
+      var DOCUMENTATION_OPTIONS = {
+        URL_ROOT:   '',
+        VERSION:    '0.3'
+      };
+    </script>
+    <script type="text/javascript" src="_static/jquery.js"></script>
+    <script type="text/javascript" src="_static/interface.js"></script>
+    <script type="text/javascript" src="_static/doctools.js"></script>
+    <link rel="contents" title="Global table of contents" href="contents.html" />
+    <link rel="index" title="Global index" href="genindex.html" />
+    <link rel="search" title="Search" href="search.html" />
+    <link rel="top" title="yt v0.3 documentation" href="index.html" />
+    <link rel="next" title="A Short Tutorial" href="tutorial/index.html" />
+    <link rel="prev" title="yt Overview" href="index.html" />
+  </head>
+  <body>
+    <div class="related">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px"><a href="genindex.html" title="General Index" accesskey="I">index</a></li>
+        <li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
+          <li class="right"><a href="tutorial/index.html" title="A Short Tutorial" accesskey="N">next</a> |</li>
+          <li class="right"><a href="index.html" title="yt Overview" accesskey="P">previous</a> |</li>
+        <li><a href="index.html">yt v0.3 documentation</a> »</li>
+      </ul>
+    </div>
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          <div class="body">
+            
+  
+  <div class="section">
+<h1 id="introduction">Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline">¶</a></h1>
+<div class="system-message">
+<p class="system-message-title">System Message: WARNING/2 (<tt class="docutils">/Users/matthewturk/Development/yt/trunk/doc/source/intro.rst</tt>, line 2)</p>
+<p>Title underline too short.</p>
+<pre>Introduction
+===========</pre>
+</div>
+<div class="section">
+<h2 id="adaptive-mesh-refinement-data">Adaptive Mesh Refinement Data<a class="headerlink" href="#adaptive-mesh-refinement-data" title="Permalink to this headline">¶</a></h2>
+</div>
+<div class="section">
+<h2 id="what-yt-is-and-is-not">What yt is and is not<a class="headerlink" href="#what-yt-is-and-is-not" title="Permalink to this headline">¶</a></h2>
+</div>
+<div class="section">
+<h2 id="prerequisites-for-yt">Prerequisites for yt<a class="headerlink" href="#prerequisites-for-yt" title="Permalink to this headline">¶</a></h2>
+</div>
+</div>
+
+
+          </div>
+        </div>
+      </div>
+      <div class="sidebar">
+        <div class="sidebarwrapper">
+            <h3>Table Of Contents</h3>
+            <ul>
+<li><a class="reference" href="">Introduction</a><ul>
+<li><a class="reference" href="#adaptive-mesh-refinement-data">Adaptive Mesh Refinement Data</a></li>
+<li><a class="reference" href="#what-yt-is-and-is-not">What yt is and is not</a></li>
+<li><a class="reference" href="#prerequisites-for-yt">Prerequisites for yt</a></li>
+</ul>
+</li>
+</ul>
+
+            <h4>Previous topic</h4>
+            <p class="topless"><a href="index.html" title="previous chapter">yt Overview</a></p>
+            <h4>Next topic</h4>
+            <p class="topless"><a href="tutorial/index.html" title="next chapter">A Short Tutorial</a></p>
+            <h3>This Page</h3>
+            <ul class="this-page-menu">
+              <li><a href="_sources/intro.txt">Show Source</a></li>
+            </ul>
+            <h3>Quick search</h3>
+            <form class="search" action="search.html" method="get">
+              <input type="text" name="q" size="18"> <input type="submit" value="Go" />
+              <input type="hidden" name="check_keywords" value="yes" />
+              <input type="hidden" name="area" value="default" />
+            </form>
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px"><a href="genindex.html" title="General Index" accesskey="I">index</a></li>
+        <li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
+          <li class="right"><a href="tutorial/index.html" title="A Short Tutorial" accesskey="N">next</a> |</li>
+          <li class="right"><a href="index.html" title="yt Overview" accesskey="P">previous</a> |</li>
+        <li><a href="index.html">yt v0.3 documentation</a> »</li>
+      </ul>
+    </div>
+    <div class="footer">
+      © Copyright 2008, Matthew Turk.
+      Last updated on May 03, 2008.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: trunk/doc/build/html/modules/reason/index.html
==============================================================================
--- (empty file)
+++ trunk/doc/build/html/modules/reason/index.html	Sat May  3 20:37:53 2008
@@ -0,0 +1,76 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title> — yt v0.3 documentation</title>
+    <link rel="stylesheet" href="../../_static/default.css" type="text/css" />
+    <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
+    <script type="text/javascript">
+      var DOCUMENTATION_OPTIONS = {
+        URL_ROOT:   '../../',
+        VERSION:    '0.3'
+      };
+    </script>
+    <script type="text/javascript" src="../../_static/jquery.js"></script>
+    <script type="text/javascript" src="../../_static/interface.js"></script>
+    <script type="text/javascript" src="../../_static/doctools.js"></script>
+    <link rel="contents" title="Global table of contents" href="../../contents.html" />
+    <link rel="index" title="Global index" href="../../genindex.html" />
+    <link rel="search" title="Search" href="../../search.html" />
+    <link rel="top" title="yt v0.3 documentation" href="../../index.html" />
+    <link rel="next" title="FAQ" href="../../faq.html" />
+  </head>
+  <body>
+    <div class="related">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px"><a href="../../genindex.html" title="General Index" accesskey="I">index</a></li>
+        <li class="right"><a href="../../modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
+          <li class="right"><a href="../../faq.html" title="FAQ" accesskey="N">next</a> |</li>
+        <li><a href="../../index.html">yt v0.3 documentation</a> »</li>
+      </ul>
+    </div>
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          <div class="body">
+            
+  
+  
+
+          </div>
+        </div>
+      </div>
+      <div class="sidebar">
+        <div class="sidebarwrapper">
+            <h4>Next topic</h4>
+            <p class="topless"><a href="../../faq.html" title="next chapter">FAQ</a></p>
+            <h3>This Page</h3>
+            <ul class="this-page-menu">
+              <li><a href="../../_sources/modules/reason/index.txt">Show Source</a></li>
+            </ul>
+            <h3>Quick search</h3>
+            <form class="search" action="../../search.html" method="get">
+              <input type="text" name="q" size="18"> <input type="submit" value="Go" />
+              <input type="hidden" name="check_keywords" value="yes" />
+              <input type="hidden" name="area" value="default" />
+            </form>
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px"><a href="../../genindex.html" title="General Index" accesskey="I">index</a></li>
+        <li class="right"><a href="../../modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
+          <li class="right"><a href="../../faq.html" title="FAQ" accesskey="N">next</a> |</li>
+        <li><a href="../../index.html">yt v0.3 documentation</a> »</li>
+      </ul>
+    </div>
+    <div class="footer">
+      © Copyright 2008, Matthew Turk.
+      Last updated on May 03, 2008.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Modified: trunk/doc/build/html/searchindex.json
==============================================================================
--- trunk/doc/build/html/searchindex.json	(original)
+++ trunk/doc/build/html/searchindex.json	Sat May  3 20:37:53 2008
@@ -1 +1 @@
-[["index","tutorial/projections","tutorial/getting_started","tutorial/basic_objects","tutorial/advanced_objects","tutorial/derived_fields","tutorial/profiles","tutorial/automated_plotting","tutorial/main"],["Welcome to yt’s documentation!","Projections","Getting Started","Basic Objects","Advanced Objects","Derived Fields","Profiles","Automated Plotting","A Short Tutorial on yt"],{"all":[2,3,4,5,6,7],"code":[3,4,6,5],"entropi":[3],"edg":[3],"consum":[1],"prefix":[7],"ga":[4],"go":[7],"my_profil":[6],"profil":[0,6,4,7,8],"zone":[5],"electron_fract":[5],"0":[1,2,3,4,5,6,7],"ylabel":[6],"sourc":[3,4,5],"everi":[5],"mpc":[4,7],"mechan":[2],"govern":[5],"veri":[1,5],"kiloparsec":[7],"exact":[3],"cool":[4],"did":[3],"list":[4],"datadump0036":[2],"vector":[4],"dir":[2],"dimens":[6,4],"upper":[6],"fortun":[2],"direct":[0,1],"second":[4],"pressur":[3],"pass":[3],"howev":[6,4,1,7,5],"rectangular":[3],"add_slic":[7],"even":[6,4,1],"index":[0,3,7],"what":[2,3,4,6,5],"abl":[2],"while":[7],"access":[1,2,3,5,6,7],"_densitycub":[5],"new":[3,4],"method":[2,6,4],"loglog":[6],"3d":[4],"full":[1],"deriv":[0,3,8,5],"displai":[4],"gener":[2,3,6,1,5],"here":[1,2,3,4,5,6],"add_field":[6,5],"shouldn":[2],"let":[2,3,4],"inher":[2],"along":[6,1,7],"becom":[5],"accessor":[4],"valu":[2,3,6],"box":[3],"search":[0],"convers":[6,5],"hdf5":[1],"shift":[3],"behav":[4],"chang":[6],"binned2dprofil":[4],"appli":[4],"modul":[0,2],"filenam":[7],"instal":[1],"unit":[2,6,4,7,5],"plot":[0,1,4,6,7,8],"fed":[4],"from":[3,4,6,7,5],"describ":[4],"would":[4],"to":[0,1,2,3,4,5,6,7],"two":[2,6,4,1,5],"next":[4,1],"handler":[2],"call":[2,1,7,5],"1e5":[6],"criteria":[4],"type":[3,4,6,5],"tell":[6,5],"more":[3,4,6,7],"averageddens":[5],"ti":[1],"accept":[5],"unpack":[2],"none":[6],"prepar":[4],"work":[3],"uniqu":[4],"whatev":[4],"v":[2],"root":[0,2],"def":[5],"control":[2,6,5],"quickstart":[0],"give":[2],"process":[2,7,5],"staticoutput":[2],"indic":[0,3,4],"sphere":[3,4,6],"want":[2,3,4,6,7],"string":[5],"alwai":[3,5],"end":[4],"divid":[6],"1":[3,4,6,7,5],"how":[2,3,4,6,7],"morpholog":[1],"simpl":[2,6,4,5],"collaps":[4],"minimumt":[4],"after":[7],"plane":[3,4,1,7],"okai":[3,5],"mai":[0],"divv":[5],"data":[2,3,4,5,6,7],"parallel":[1],"averag":[6],"welcom":[0],"a":[0,1,2,3,4,5,6,7,8],"short":[0,8],"or":[2,6,4,7,5],"caus":[1],"inform":[4,7],"galaxyon":[4],"so":[1,2,3,4,5,6,7],"spheric":[6],"allow":[5],"volum":[6],"order":[6,7],"__":[2],"oper":[3],"help":[3],"becaus":[1,5],"galaxi":[4],"through":[6,4,7],"hierarchi":[2,3,1,7],"still":[7],"paramet":[2,1,7],"24":[6],"25":[0,4],"get_sourc":[3],"main":[5],"might":[2,5],"easier":[2,7],"then":[1,2,3,4,5,7],"them":[2,6,4,1,7],"good":[2],"return":[2,5],"greater":[4],"thei":[1,3,4,5,6,7],"python":[2],"handi":[2],"number":[3,6,1],"not":[2,3,4,5],"now":[2,3,4,5,6,7],"yt":[0,1,2,3,4,7,8],"my_grid":[2,3],"anyth":[6,5],"galaxytwo":[4],"easili":[3],"kpc":[6,7],"each":[6,4,7],"fulli":[4],"tracer":[4],"mean":[2,4,5],"subset":[4],"domain":[3],"weight":[6,1],"somename_15kpc":[7],"individu":[6],"idea":[7],"realli":[2,3],"our":[2,3,4,6,5],"happen":[5],"differ":[2,6,7],"extract":[6,4],"out":[2,3,4],"variabl":[6,5],"accomplish":[1],"space":[6],"crucial":[5],"research":[2],"content":[0,8],"re":[4],"_convertdensitycub":[5],"adapt":[0],"print":[2,3,6,7,5],"rm":[6,5],"forth":[3],"math":[5],"insid":[3],"advanc":[0,4,8],"manipul":[2,7],"given":[1],"base":[4,7],"ask":[2,1],"care":[7],"activedimens":[2],"g":[6,5],"could":[6,4],"thing":[2,3,5],"length":[6,7],"rais":[3],"first":[1,2,4,5,6,7],"origin":[4],"softwar":[1],"themat":[7],"suffix":[7],"directli":[2,3,6],"onc":[6,1],"arrai":[4],"scene":[4],"yourself":[2],"1e2":[6],"done":[3,4],"slower":[6],"facil":[7],"angular":[4],"lazy_read":[6],"guess":[4],"my_region":[3,5],"script":[3],"associ":[7],"system":[4],"least":[0],"2":[3,7],"master":[0],"too":[4,5],"statement":[4],"1e":[6,4],"conveni":[2],"store":[2,1],"option":[6],"h2i_fract":[7],"namespac":[2],"tool":[7],"part":[7,5],"pars":[2],"mostli":[4],"conserv":[6],"alreadi":[4,1,5],"than":[4],"png":[6,7],"10":[3],"gal1_region":[4],"15":[0,7],"16":[6],"prof2d":[6],"project":[0,3,1,7,8],"r":[6,5],"xlabel":[6],"friend":[2,3],"pre":[3,4,7],"sai":[4],"abov":[6,7],"ani":[6,4,7],"packag":[1],"have":[1,2,3,4,5,6,7],"tabl":[0],"need":[2,3,4,6,5],"seen":[3,4],"sat":[0],"engin":[1],"built":[3],"weight_field":[1,7],"latter":[4],"that":[1,2,3,4,5,6,7],"add_cutting_plan":[4],"note":[1,2,4,5,6,7],"also":[2,3,4,7,5],"take":[2,6,7],"which":[2,6,4,5],"singl":[1,7],"begin":[2],"distribut":[6,1],"normal":[4],"object":[0,1,2,3,4,5,6,7,8],"most":[7,5],"everyth":[4,5],"don":[3,7,5],"later":[7],"request":[5],"km":[7],"doe":[3],"fiel":[5],"derivedfield":[5],"determin":[2,4],"axi":[3,1,7],"width":[7],"fact":[5],"show":[2],"text":[7],"radiu":[6],"find":[2],"onli":[3,4,1,5],"ha":[2,7,5],"locat":[2],"pretti":[2,3,5],"with":[1,2,3,4,5,6,7],"indices_we_w":[4],"behind":[4],"should":[0,5],"factor":[6],"local":[2],"meant":[2],"do":[1,2,3,4,5,6],"cube":[5],"contribut":[4],"get":[0,2,3,4,6,7,8],"autom":[0,7,8],"cannot":[1],"dx":[2],"requir":[5],"radiuskpc":[6],"reveal":[1],"organ":[7],"h":[2,3,4,1,6],"convert_funct":[5],"whether":[6,4],"stuff":[2,3,5],"integr":[1],"contain":[0,4],"x":[3],"grab":[2,3,6,7],"attribut":[2],"where":[6,4,7,5],"baryonfield":[4],"enzostaticoutput":[2],"set":[2,7,5],"up":[2,4,5],"datatyp":[7],"see":[6,4,5],"result":[3],"wa":[3,4],"someth":[2,1],"3":[0,6,4,5],"simplest":[1],"import":[2,6,4,7],"neither":[6],"across":[1],"wide":[1],"we":[2,3,4,5,6,7],"kei":[5],"entir":[3],"matplotlib":[6],"come":[3],"popul":[4],"c":[2],"last":[6,5],"binnedprofile2d":[6],"datadir0036":[2],"s":[0,1,2,3,4,5,6,7],"tutori":[0,8],"electron_dens":[5],"extract_region":[4],"fix":[3],"load":[2,6],"and":[0,1,2,3,4,5,6,7],"simpli":[1],"cm":[6,7,5],"point":[4],"instanti":[2,6,4],"cg":[5],"8217":[0],"suppli":[4,7],"creat":[0,6,4,7,5],"coupl":[3,5],"my_slic":[3],"addition":[6],"numpi":[4],"compos":[5],"been":[4],"pc":[4,1,7],"much":[1,7],"add_threephase_spher":[7],"basic":[0,3,8],"addit":[7],"0001":[6],"spit":[3],"resolut":[3,1],"convert":[6,5],"coordin":[3,4],"understand":[7],"densitycub":[5],"those":[2,6,7],"case":[1],"ident":[4],"look":[2,3,6],"these":[6,4,1,5],"properti":[2,7],"can":[0,1,2,3,4,5,6,7],"mpi4pi":[1],"will":[1,2,4,5,6,7],"defin":[3,4,5],"calcul":[3],"behavior":[5],"32":[6],"au":[7],"region":[3,4,6,5],"pack":[2],"ve":[3,4,7],"is":[1,2,3,4,5,6,7],"it":[0,1,2,3,4,5,6,7],"itself":[2],"in":[1,2,3,4,5,6,7],"inspector":[3],"sever":[1],"if":[2,3,4,7],"matthewturk":[2],"receiv":[4],"make":[2,6],"same":[3,4,6,7,5],"instanc":[7],"9":[5],"document":[0],"pan":[1],"complet":[0],"find_max":[2],"driven":[1],"fairli":[4],"001":[4],"binnedprofile1d":[6],"user":[2],"mani":[3],"extern":[2],"lower":[6],"task":[1],"center":[3,4,6],"i":[2,1,7],"well":[3,4],"exampl":[6,4,5],"command":[2,4],"thi":[0,2,3,4,5,6],"y":[3],"the":[0,1,2,3,4,5,6,7],"dimension":[6],"left":[3],"explan":[6,5],"protocol":[5],"just":[2,3,4,5],"savefig":[6],"pylab":[6],"touch":[2],"cellvolum":[6],"herarchi":[3],"cut":[3,4,1,7],"easi":[3],"mix":[4],"littl":[7],"add":[6,7],"other":[3,4,1,5],"4":[3,4],"gal1_mix":[4],"densiti":[2,3,4,5,6,7],"els":[2],"save":[7],"momentum":[4],"raven":[4,1,7],"bin":[6],"around":[3,7],"mayb":[3,7],"read":[3],"big":[6],"temperatur":[2,6,4,1,7],"grid":[2,3,6,5],"know":[2,3,7],"bit":[6],"name":[2,5],"like":[0,3,4,1],"arbitrari":[1],"manual":[2,7],"zoom":[1],"collect":[7],"pcolormesh":[6],"t":[2,3,7,5],"presuppos":[4],"page":[0],"right":[2,3,4],"deal":[1],"creation":[5],"some":[2,3,4,5,6,7],"back":[3,6],"toctre":[0],"slice":[3,4,1,7,5],"for":[1,2,3,4,5,6,7],"though":[3],"definit":[2],"proj":[1],"prof":[6],"three":[5],"either":[2],"be":[2,6,4,1,5],"plu":[5],"power":[5],"add_project":[1,7],"inspect":[6],"_fraction":[5],"although":[3],"by":[0,1,2,3,4,6],"_":[2],"on":[0,1,3,4,5,6,7,8],"about":[3,4,5],"transpos":[6],"of":[1,2,3,4,5,6,7],"cellmassmsun":[6],"memori":[6],"act":[7],"processor":[1],"block":[7],"feed":[3,4,6,7],"own":[3,5],"h2":[6],"into":[2,6,4],"within":[3],"bound":[6],"automat":[1,7,5],"appropri":[4,1],"your":[0,3,5,2],"cutting_plan":[4],"log":[6],"wai":[1,2,3,4,5,7],"there":[6,4,1,7,5],"question":[3],"transform":[4],"fast":[5],"avail":[4,1,5],"start":[0,3,4,8,2],"lago":[2,3,6,5],"interfac":[4,7],"includ":[7,5],"fraction":[6],"strict":[5],"function":[4,5],"interest":[2,6,4,7],"enough":[3],"tupl":[2],"cellmass":[1,7],"but":[0,2,3,5,6,7],"set_width":[7],"line":[6,4,1],"inlin":[2],"true":[6],"enzoslic":[7],"info":[3],"default":[2,7],"maximum":[2],"us":[2,3,4,1,5],"plotcollect":[7],"problem":[4,1],"z":[3],"ad":[7],"_densiti":[5],"cover":[6],"dure":[4],"an":[1,2,3,4,5,6],"as":[1,2,3,4,5,7],"ar":[1,3,4,5,6,7],"exist":[3,7],"at":[0,6,4,2],"file":[0,3,1,7,2],"ax":[3,7],"quantiti":[1],"check":[5],"again":[6],"collid":[4],"47":[0],"when":[4,7,5],"field":[0,2,3,4,5,6,7,8],"prism":[3],"valid":[5],"5":[3,4,6],"varieti":[1],"test":[3],"you":[0,1,2,3,4,5,6,7],"node":[1],"ll":[6],"ghost":[5],"sphinx":[0],"faster":[6],"lot":[7,5],"time":[1,7],"alright":[6],"fieldinfo":[3,5],"2008":[0],"stick":[5]}]
\ No newline at end of file
+[["index","tutorial/projections","extending/index","tutorial/index","faq","tutorial/getting_started","tutorial/basic_objects","tutorial/advanced_objects","tutorial/derived_fields","tutorial/profiles","intro","tutorial/automated_plotting"],["yt Overview","Projections","Extending yt","A Short Tutorial","FAQ","Getting Started","Basic Objects","Advanced Objects","Derived Fields","Profiles","Introduction","Automated Plotting"],{"all":[5,6,7,8,9,11],"code":[0,6,7,9,8],"entropi":[6],"edg":[6],"consum":[1],"prefix":[11],"ga":[7],"go":[0,4,11,5],"my_profil":[9],"profil":[0,9,7,11,3],"zone":[8],"electron_fract":[8],"0":[1,5,6,7,8,9,11],"ylabel":[9],"sourc":[6,7,8],"everi":[8],"mpc":[7,11],"faq":[0,4],"mechan":[5],"govern":[8],"veri":[1,8],"kiloparsec":[11],"exact":[6],"cool":[7],"wa":[6,7],"did":[6],"list":[7],"datadump0036":[5],"vector":[7],"dir":[5],"dimens":[9,7],"upper":[9],"fortun":[5],"direct":[1],"second":[7],"pressur":[6],"design":[0],"pass":[6],"rectangular":[6],"add_slic":[11],"even":[9,7,1],"index":[0,6,11],"what":[0,4,5,6,7,8,9,10],"abl":[5],"while":[11],"access":[1,5,6,8,9,11],"_densitycub":[8],"new":[6,7],"method":[5,9,7],"loglog":[9],"3d":[7],"full":[1],"deriv":[0,6,8,2,3],"displai":[7],"gener":[5,6,9,1,8],"here":[1,5,6,7,8,9],"rais":[6],"add_field":[9,8],"shouldn":[5],"let":[5,6,7],"inher":[5],"along":[9,1,11],"becom":[8],"accessor":[7],"valu":[5,6,9],"box":[6],"search":[0],"convers":[9,8],"hdf5":[1],"shift":[6],"behav":[7],"chang":[9],"although":[6],"binned2dprofil":[7],"appli":[7],"modul":[0,5],"filenam":[11],"instal":[5,1],"unit":[5,9,7,11,8],"plot":[0,1,3,7,9,11],"fed":[7],"from":[0,6,7,8,9,11],"describ":[7],"would":[7],"to":[0,1,4,5,6,7,8,9,11],"two":[5,9,7,1,8],"next":[7,1],"handler":[5],"call":[5,1,11,8],"1e5":[9],"criteria":[7],"type":[6,7,9,8],"tell":[9,8],"more":[6,7,9,11],"averageddens":[8],"ti":[1],"toolkit":[0],"accept":[8],"given":[1],"unpack":[5],"my_grid":[5,6],"none":[9],"prepar":[7],"work":[5,6],"uniqu":[7],"whatev":[7],"v":[5],"purpos":[5],"my":[0,4],"def":[8],"control":[5,9,8],"quickstart":[],"give":[5],"process":[5,11,8],"staticoutput":[5],"indic":[0,6,7],"sphere":[6,7,9],"liter":[],"want":[5,6,7,9,11],"string":[8],"alwai":[6,8],"end":[7],"divid":[9],"1":[6,7,9,11,8],"how":[0,4,5,6,7,9,11],"morpholog":[1],"simpl":[5,9,7,8],"collaps":[7],"minimumt":[7],"after":[11],"wrong":[0,4],"plane":[6,7,1,11],"okai":[6,8],"mai":[],"divv":[8],"data":[0,5,6,7,8,9,10,11],"parallel":[0,1,2],"averag":[9],"welcom":[],"a":[0,1,3,5,6,7,8,9,11],"short":[0,10,3],"or":[5,9,7,11,8],"caus":[1],"inform":[7,11],"galaxyon":[7],"so":[1,5,6,7,8,9,11],"spheric":[9],"allow":[8],"volum":[9],"order":[9,11],"__":[5],"oper":[6],"help":[0,6,4],"becaus":[1,8],"galaxi":[7],"_python":[],"through":[9,7,11],"hierarchi":[3,6,1,11,5],"still":[11],"paramet":[5,1,11],"24":[9],"25":[7],"get_sourc":[6],"main":[8],"might":[5,8],"easier":[5,11],"then":[1,5,6,7,8,11],"them":[5,9,7,1,11],"good":[5],"return":[5,8],"greater":[7],"thei":[1,6,7,8,9,11],"python":[0,4,5],"handi":[5],"number":[6,9,1],"not":[0,5,6,7,8,10],"now":[5,6,7,8,9,11],"yt":[0,1,2,3,4,5,6,7,10,11],"introduct":[0,10],"name":[0,8,4,5],"anyth":[9,8],"galaxytwo":[7],"easili":[6],"kpc":[9,11],"each":[9,7,11],"fulli":[7],"tracer":[7],"mean":[5,7,8],"subset":[7],"domain":[6],"weight":[9,1],"somename_15kpc":[11],"individu":[9],"idea":[11],"realli":[5,6],"expect":[],"our":[5,6,7,9,8],"happen":[8],"extract":[9,7],"out":[5,6,7],"variabl":[9,8],"accomplish":[1],"space":[9],"crucial":[8],"research":[5],"content":[0,3],"re":[7],"_convertdensitycub":[8],"adapt":[0,10],"print":[5,6,9,11,8],"rm":[9,8],"forth":[6],"math":[8],"insid":[6],"advanc":[0,7,3],"manipul":[5,11],"differ":[5,9,11],"base":[7,11],"ask":[5,1],"org":[],"bash":[],"care":[11],"activedimens":[5],"g":[9,8],"launch":[5],"could":[9,7],"thing":[5,6,8],"length":[9,11],"mesh":[0,10],"first":[1,5,7,8,9,11],"origin":[7],"softwar":[1],"themat":[11],"suffix":[11],"directli":[5,6,9],"onc":[9,1],"arrai":[7],"refin":[0,10],"scene":[7],"yourself":[5],"restrict":[0,4],"1e2":[9],"done":[6,7],"slower":[9],"facil":[11],"angular":[7],"lazy_read":[9],"guess":[7],"my_region":[6,8],"script":[0,6,2],"associ":[11],"system":[7],"least":[],"underlin":[10],"master":[],"too":[7,10,8],"statement":[7],"1e":[9,7],"conveni":[5],"store":[5,1],"option":[9],"h2i_fract":[11],"namespac":[5],"tool":[11],"part":[11,8],"pars":[5],"mostli":[7],"conserv":[9],"alreadi":[7,1,8],"than":[7],"png":[9,11],"10":[6],"gal1_region":[7],"15":[11],"16":[9],"prof2d":[9],"project":[0,6,1,11,3],"r":[9,8],"xlabel":[9],"friend":[5,6],"pre":[6,7,11],"sai":[7],"abov":[9,11],"ani":[0,9,4,11,7],"packag":[1],"have":[1,5,6,7,8,9,11],"tabl":[0],"need":[0,4,5,6,7,8,9],"seen":[6,7],"sat":[],"engin":[1],"built":[6],"weight_field":[1,11],"latter":[7],"that":[1,5,6,7,8,9,11],"add_cutting_plan":[7],"note":[1,5,7,8,9,11],"also":[5,6,7,11,8],"take":[5,9,11],"which":[5,9,7,8],"singl":[1,11],"begin":[5],"distribut":[9,1],"normal":[7],"object":[0,1,3,5,6,7,8,9,11],"most":[11,8],"everyth":[7,8],"don":[6,11,8],"later":[11],"request":[8],"km":[11],"doe":[6],"fiel":[8],"derivedfield":[8],"determin":[5,7],"axi":[6,1,11],"width":[11],"fact":[8],"show":[5],"text":[11],"radiu":[9],"find":[5],"onli":[6,7,1,8],"ha":[0,8,4,11,5],"locat":[5],"pretti":[5,6,8],"with":[0,1,2,4,5,6,7,8,9,11],"indices_we_w":[7],"behind":[7],"should":[8],"analyz":[0,2],"factor":[9],"local":[5],"meant":[5],"do":[0,1,4,5,6,7,8,9],"cube":[8],"contribut":[7],"get":[0,3,5,6,7,9,11],"autom":[0,11,3],"cannot":[1],"dx":[5],"2":[6,11],"requir":[8],"radiuskpc":[9],"reveal":[1],"organ":[11],"h":[5,6,7,1,9],"convert_funct":[8],"whether":[9,7],"stuff":[5,6,8],"integr":[1],"contain":[7],"x":[6],"grab":[5,6,9,11],"attribut":[5],"where":[0,4,7,8,9,11],"baryonfield":[7],"enzostaticoutput":[5],"set":[5,11,8],"up":[0,8,4,7,5],"datatyp":[0,11,2],"see":[9,7,8],"result":[6],"kei":[8],"someth":[0,4,1,5],"3":[9,7,8],"simplest":[1],"import":[5,9,7,11],"neither":[9],"across":[1],"wide":[1],"we":[5,6,7,8,9,11],"extend":[0,2],"entir":[6],"matplotlib":[9],"come":[6],"popul":[7],"c":[5],"last":[9,8],"region":[6,7,9,8],"datadir0036":[5],"s":[0,1,4,5,6,7,8,9,11],"tutori":[0,5,3],"electron_dens":[8],"extract_region":[7],"fix":[6],"load":[5,9],"and":[0,1,5,6,7,8,9,10,11],"simpli":[1],"cm":[9,11,8],"point":[7],"instanti":[5,9,7],"overview":[0],"cg":[8],"8217":[],"suppli":[7,11],"assum":[5],"creat":[0,2,7,8,9,11],"coupl":[6,8],"my_slic":[6],"addition":[9],"numpi":[7],"compos":[8],"been":[7],"pc":[7,1,11],"much":[1,11],"interpret":[0,2,5],"add_threephase_spher":[11],"basic":[0,6,3],"addit":[11],"0001":[9],"spit":[6],"resolut":[6,1],"convert":[9,8],"argument":[],"coordin":[6,7],"understand":[11],"densitycub":[8],"those":[5,9,11],"case":[1],"ident":[7],"look":[5,6,9],"these":[9,7,1,8],"properti":[5,11],"can":[0,1,4,5,6,7,8,9,11],"mpi4pi":[1],"will":[1,5,7,8,9,11],"defin":[6,7,8],"calcul":[6],"behavior":[8],"error":[],"au":[11],"howev":[9,7,1,11,8],"pack":[5],"ve":[6,7,11],"is":[0,1,5,6,7,8,9,10,11],"it":[1,5,6,7,8,9,11],"itself":[5],"in":[0,1,2,5,6,7,8,9,11],"inspector":[6],"sever":[1],"if":[5,6,7,11],"matthewturk":[5],"receiv":[7],"make":[5,9],"same":[6,7,9,11,8],"instanc":[11],"9":[8],"document":[],"pan":[1],"complet":[],"http":[],"find_max":[5],"driven":[1],"fairli":[7],"001":[7],"binnedprofile1d":[9],"user":[5],"mani":[6],"extern":[5],"lower":[9],"task":[1],"off":[5],"center":[6,7,9],"i":[0,4,1,11,5],"well":[6,7],"exampl":[9,7,8],"command":[5,7],"thi":[5,6,7,9,8],"titl":[10],"y":[6],"the":[0,1,2,3,4,5,6,7,8,9,11],"dimension":[9],"left":[6],"explan":[9,8],"enzo":[0],"protocol":[8],"just":[5,6,7,8],"savefig":[9],"pylab":[9],"touch":[5],"32":[9],"cellvolum":[9],"herarchi":[6],"languag":[],"cut":[6,7,1,11],"easi":[6],"mix":[7],"littl":[11],"add":[9,11],"other":[6,7,1,8],"4":[6,7],"gal1_mix":[7],"densiti":[5,6,7,8,9,11],"els":[5],"save":[11],"set_width":[11],"momentum":[7],"raven":[7,1,11],"bin":[9],"around":[6,11],"mayb":[6,11],"read":[6],"big":[9],"temperatur":[5,9,7,1,11],"grid":[3,6,8,9,5],"know":[5,6,11],"bit":[9],"python2":[5],"like":[6,7,1],"arbitrari":[1],"manual":[5,11],"zoom":[1],"collect":[11],"pcolormesh":[9],"t":[5,6,11,8],"presuppos":[7],"page":[0],"right":[5,6,7],"deal":[0,1,2],"creation":[8],"some":[5,6,7,8,9,11],"back":[6,9],"toctre":[],"root":[5],"slice":[6,7,1,11,8],"for":[0,1,4,5,6,7,8,9,10,11],"though":[6],"definit":[5],"proj":[1],"prof":[9],"three":[8],"either":[5],"be":[5,9,7,1,8],"plu":[8],"power":[8],"add_project":[1,11],"inspect":[9],"_fraction":[8],"prerequisit":[0,10,5],"found":[],"by":[5,6,7,1,9],"_":[5],"on":[0,1,4,6,7,8,9,11],"about":[6,7,8],"transpos":[9],"of":[0,1,4,5,6,7,8,9,11],"cellmassmsun":[9],"memori":[9],"manag":[0],"act":[11],"processor":[1],"block":[11],"feed":[6,7,9,11],"own":[6,8],"h2":[9],"into":[3,9,7,5],"within":[6],"bound":[9],"automat":[1,11,8],"appropri":[7,1],"your":[5,6,8],"cutting_plan":[7],"log":[9],"wai":[1,5,6,7,8,11],"support":[0,4],"there":[0,1,4,7,8,9,11],"question":[6],"transform":[7],"fast":[8],"why":[0,4],"avail":[7,1,8],"start":[0,6,5,7,3],"lago":[5,6,9,8],"interfac":[7,11],"includ":[11,8],"fraction":[9],"strict":[8],"function":[7,8],"interest":[5,9,7,11],"enough":[6],"tupl":[5],"cellmass":[1,11],"but":[5,6,9,11,8],"binnedprofile2d":[9],"line":[9,7,1],"inlin":[5],"true":[9],"enzoslic":[11],"info":[6],"default":[5,11],"maximum":[5],"us":[0,1,4,5,6,7,8],"plotcollect":[11],"problem":[7,1],"z":[6],"gone":[0,4],"ad":[11],"_densiti":[8],"cover":[9],"dure":[7],"an":[1,5,6,7,8,9],"as":[1,5,6,7,8,11],"ar":[0,1,4,5,6,7,8,9,11],"exist":[6,11],"at":[5,9,7],"file":[5,6,1,11],"ax":[6,11],"quantiti":[0,1,2],"check":[8],"again":[9],"collid":[7],"47":[],"when":[7,11,8],"field":[0,2,3,5,6,7,8,9,11],"prism":[6],"valid":[8],"5":[5,6,7,9],"varieti":[1],"test":[6],"you":[1,5,6,7,8,9,11],"node":[1],"ll":[9],"m":[5],"ghost":[8],"sphinx":[],"faster":[9],"lot":[11,8],"write":[0,2],"time":[1,11],"alright":[9],"fieldinfo":[6,8],"2008":[],"stick":[8]}]
\ No newline at end of file

Modified: trunk/doc/build/html/tutorial/getting_started.html
==============================================================================
--- trunk/doc/build/html/tutorial/getting_started.html	(original)
+++ trunk/doc/build/html/tutorial/getting_started.html	Sat May  3 20:37:53 2008
@@ -18,9 +18,9 @@
     <link rel="index" title="Global index" href="../genindex.html" />
     <link rel="search" title="Search" href="../search.html" />
     <link rel="top" title="yt v0.3 documentation" href="../index.html" />
-    <link rel="up" title="A Short Tutorial on yt" href="main.html" />
+    <link rel="up" title="A Short Tutorial" href="index.html" />
     <link rel="next" title="Basic Objects" href="basic_objects.html" />
-    <link rel="prev" title="A Short Tutorial on yt" href="main.html" />
+    <link rel="prev" title="A Short Tutorial" href="index.html" />
   </head>
   <body>
     <div class="related">
@@ -29,9 +29,9 @@
         <li class="right" style="margin-right: 10px"><a href="../genindex.html" title="General Index" accesskey="I">index</a></li>
         <li class="right"><a href="../modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
           <li class="right"><a href="basic_objects.html" title="Basic Objects" accesskey="N">next</a> |</li>
-          <li class="right"><a href="main.html" title="A Short Tutorial on yt" accesskey="P">previous</a> |</li>
+          <li class="right"><a href="index.html" title="A Short Tutorial" accesskey="P">previous</a> |</li>
         <li><a href="../index.html">yt v0.3 documentation</a> »</li>
-          <li><a href="main.html" accesskey="U">A Short Tutorial on yt</a> »</li>
+          <li><a href="index.html" accesskey="U">A Short Tutorial</a> »</li>
       </ul>
     </div>
     <div class="document">
@@ -42,6 +42,13 @@
   
   <div class="section">
 <h1 id="getting-started">Getting Started<a class="headerlink" href="#getting-started" title="Permalink to this headline">¶</a></h1>
+<div class="section">
+<h2 id="getting-into-yt">Getting into yt<a class="headerlink" href="#getting-into-yt" title="Permalink to this headline">¶</a></h2>
+<p>For the purposes of this tutorial, I’m going to assume that python is
+installed, the prerequisites are installed and working, and that you know how
+to launch a python interpreter.  So first off, let’s start it up.</p>
+<div class="highlight"><pre><span class="nv">$ </span>python2.5
+</pre></div>
 <p>We start out by getting some stuff into our local namespace.
 The import command is how an external module gets loaded.  By default,
 it shows up as the module name itself.  But you can also import it as
@@ -50,6 +57,9 @@
 friend.</p>
 <div class="highlight"><pre><span class="gp">>>> </span><span class="k">import</span> <span class="nn">yt.lagos</span> <span class="k">as</span> <span class="nn">lagos</span>
 </pre></div>
+</div>
+<div class="section">
+<h2 id="the-hierarchy">The Hierarchy<a class="headerlink" href="#the-hierarchy" title="Permalink to this headline">¶</a></h2>
 <p>We first instantiate a StaticOutput.  This is a pretty simple process - lagos
 will grab the parameter file that you give it, parse it, set up some handy
 units, and then return control to you.:</p>
@@ -65,6 +75,9 @@
 <span class="gp">>>> </span><span class="k">print</span> <span class="n">v</span>
 <span class="gp">>>> </span><span class="k">print</span> <span class="n">c</span>
 </pre></div>
+</div>
+<div class="section">
+<h2 id="the-grids">The Grids<a class="headerlink" href="#the-grids" title="Permalink to this headline">¶</a></h2>
 <p>The hierarchy object has some interesting methods that let us access the data
 in different ways.  Let’s start by looking at the grids.</p>
 <div class="highlight"><pre><span class="gp">>>> </span><span class="n">my_grid</span> <span class="o">=</span> <span class="n">a</span><span class="o">.</span><span class="n">h</span><span class="o">.</span><span class="n">grids</span><span class="p">[</span><span class="mf">0</span><span class="p">]</span> <span class="c"># The root grid</span>
@@ -82,6 +95,7 @@
 <div class="highlight"><pre><span class="gp">>>> </span><span class="k">print</span> <span class="n">my_grid</span><span class="p">[</span><span class="s">"Density"</span><span class="p">]</span><span class="o">*</span><span class="n">my_grid</span><span class="p">[</span><span class="s">"Temperature"</span><span class="p">]</span>
 </pre></div>
 </div>
+</div>
 
 
           </div>
@@ -89,8 +103,18 @@
       </div>
       <div class="sidebar">
         <div class="sidebarwrapper">
+            <h3>Table Of Contents</h3>
+            <ul>
+<li><a class="reference" href="">Getting Started</a><ul>
+<li><a class="reference" href="#getting-into-yt">Getting into yt</a></li>
+<li><a class="reference" href="#the-hierarchy">The Hierarchy</a></li>
+<li><a class="reference" href="#the-grids">The Grids</a></li>
+</ul>
+</li>
+</ul>
+
             <h4>Previous topic</h4>
-            <p class="topless"><a href="main.html" title="previous chapter">A Short Tutorial on yt</a></p>
+            <p class="topless"><a href="index.html" title="previous chapter">A Short Tutorial</a></p>
             <h4>Next topic</h4>
             <p class="topless"><a href="basic_objects.html" title="next chapter">Basic Objects</a></p>
             <h3>This Page</h3>
@@ -113,9 +137,9 @@
         <li class="right" style="margin-right: 10px"><a href="../genindex.html" title="General Index" accesskey="I">index</a></li>
         <li class="right"><a href="../modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
           <li class="right"><a href="basic_objects.html" title="Basic Objects" accesskey="N">next</a> |</li>
-          <li class="right"><a href="main.html" title="A Short Tutorial on yt" accesskey="P">previous</a> |</li>
+          <li class="right"><a href="index.html" title="A Short Tutorial" accesskey="P">previous</a> |</li>
         <li><a href="../index.html">yt v0.3 documentation</a> »</li>
-          <li><a href="main.html" accesskey="U">A Short Tutorial on yt</a> »</li>
+          <li><a href="index.html" accesskey="U">A Short Tutorial</a> »</li>
       </ul>
     </div>
     <div class="footer">

Added: trunk/doc/build/html/tutorial/index.html
==============================================================================
--- (empty file)
+++ trunk/doc/build/html/tutorial/index.html	Sat May  3 20:37:53 2008
@@ -0,0 +1,106 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>A Short Tutorial — yt v0.3 documentation</title>
+    <link rel="stylesheet" href="../_static/default.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript">
+      var DOCUMENTATION_OPTIONS = {
+        URL_ROOT:   '../',
+        VERSION:    '0.3'
+      };
+    </script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/interface.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="contents" title="Global table of contents" href="../contents.html" />
+    <link rel="index" title="Global index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="top" title="yt v0.3 documentation" href="../index.html" />
+    <link rel="prev" title="FAQ" href="../intro.html" />
+  </head>
+  <body>
+    <div class="related">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px"><a href="../genindex.html" title="General Index" accesskey="I">index</a></li>
+        <li class="right"><a href="../modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
+          <li class="right"><a href="../intro.html" title="FAQ" accesskey="P">previous</a> |</li>
+        <li><a href="../index.html">yt v0.3 documentation</a> »</li>
+      </ul>
+    </div>
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          <div class="body">
+            
+  
+  <div class="section">
+<h1 id="a-short-tutorial">A Short Tutorial<a class="headerlink" href="#a-short-tutorial" title="Permalink to this headline">¶</a></h1>
+<p>Contents:</p>
+<ul>
+<li><a class="reference" href="getting_started.html">Getting Started</a><ul>
+<li><a class="reference" href="getting_started.html#getting-into-yt">Getting into yt</a></li>
+<li><a class="reference" href="getting_started.html#the-hierarchy">The Hierarchy</a></li>
+<li><a class="reference" href="getting_started.html#the-grids">The Grids</a></li>
+</ul>
+</li>
+</ul>
+<ul>
+<li><a class="reference" href="basic_objects.html">Basic Objects</a></li>
+</ul>
+<ul>
+<li><a class="reference" href="derived_fields.html">Derived Fields</a></li>
+</ul>
+<ul>
+<li><a class="reference" href="profiles.html">Profiles</a></li>
+</ul>
+<ul>
+<li><a class="reference" href="automated_plotting.html">Automated Plotting</a></li>
+</ul>
+<ul>
+<li><a class="reference" href="advanced_objects.html">Advanced Objects</a></li>
+</ul>
+<ul>
+<li><a class="reference" href="projections.html">Projections</a></li>
+</ul>
+</div>
+
+
+          </div>
+        </div>
+      </div>
+      <div class="sidebar">
+        <div class="sidebarwrapper">
+            <h4>Previous topic</h4>
+            <p class="topless"><a href="../intro.html" title="previous chapter">FAQ</a></p>
+            <h3>This Page</h3>
+            <ul class="this-page-menu">
+              <li><a href="../_sources/tutorial/index.txt">Show Source</a></li>
+            </ul>
+            <h3>Quick search</h3>
+            <form class="search" action="../search.html" method="get">
+              <input type="text" name="q" size="18"> <input type="submit" value="Go" />
+              <input type="hidden" name="check_keywords" value="yes" />
+              <input type="hidden" name="area" value="default" />
+            </form>
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px"><a href="../genindex.html" title="General Index" accesskey="I">index</a></li>
+        <li class="right"><a href="../modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
+          <li class="right"><a href="../intro.html" title="FAQ" accesskey="P">previous</a> |</li>
+        <li><a href="../index.html">yt v0.3 documentation</a> »</li>
+      </ul>
+    </div>
+    <div class="footer">
+      © Copyright 2008, Matthew Turk.
+      Last updated on May 03, 2008.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: trunk/doc/source/extending/index.rst
==============================================================================
--- (empty file)
+++ trunk/doc/source/extending/index.rst	Sat May  3 20:37:53 2008
@@ -0,0 +1,20 @@
+Extending yt
+============
+
+Writing Scripts
+---------------
+
+Dealing with the Interpreter
+----------------------------
+
+Creating Datatypes
+------------------
+
+Creating Derived Quantities
+---------------------------
+
+Creating Derived Fields
+-----------------------
+
+Analyzing in Parallel
+---------------------

Added: trunk/doc/source/faq.rst
==============================================================================
--- (empty file)
+++ trunk/doc/source/faq.rst	Sat May  3 20:37:53 2008
@@ -0,0 +1,24 @@
+FAQ
+===
+
+Why Python?
+-----------
+
+What do I need to use yt?
+-------------------------
+
+What's up with the names?
+-------------------------
+
+Are there any restrictions on my use of yt?
+-------------------------------------------
+
+How can I help?
+---------------
+
+Something has gone wrong.  What do I do?
+----------------------------------------
+
+Where can I go for support?
+---------------------------
+

Modified: trunk/doc/source/index.rst
==============================================================================
--- trunk/doc/source/index.rst	(original)
+++ trunk/doc/source/index.rst	Sat May  3 20:37:53 2008
@@ -1,18 +1,21 @@
-.. yt documentation master file, created by sphinx-quickstart on Sat May  3 15:25:47 2008.
-   You can adapt this file completely to your liking, but it should at least
-   contain the root `toctree` directive.
+yt Overview
+===========
 
-Welcome to yt's documentation!
-==============================
+yt is a toolkit designed to analyze, manage and plot adaptive mesh refinement
+data from the Enzo code.
 
 Contents:
 
 .. toctree::
    :maxdepth: 2
 
-   A Short Tutorial <tutorial/main>
+   intro
+   tutorial/index
+   extending/index
+   faq
    modules/lagos/index
    modules/raven/index
+   modules/reason/index
 
 Indices and tables
 ==================

Added: trunk/doc/source/intro.rst
==============================================================================
--- (empty file)
+++ trunk/doc/source/intro.rst	Sat May  3 20:37:53 2008
@@ -0,0 +1,11 @@
+Introduction
+===========
+
+Adaptive Mesh Refinement Data
+-----------------------------
+
+What yt is and is not
+---------------------
+
+Prerequisites for yt
+--------------------

Added: trunk/doc/source/modules/reason/index.rst
==============================================================================

Modified: trunk/doc/source/tutorial/getting_started.rst
==============================================================================
--- trunk/doc/source/tutorial/getting_started.rst	(original)
+++ trunk/doc/source/tutorial/getting_started.rst	Sat May  3 20:37:53 2008
@@ -1,6 +1,17 @@
 Getting Started
 ===============
 
+Getting into yt
+---------------
+
+For the purposes of this tutorial, I'm going to assume that python is
+installed, the prerequisites are installed and working, and that you know how
+to launch a python interpreter.  So first off, let's start it up.
+
+.. code-block:: bash
+
+   $ python2.5
+
 We start out by getting some stuff into our local namespace.
 The import command is how an external module gets loaded.  By default,
 it shows up as the module name itself.  But you can also import it as
@@ -11,6 +22,8 @@
 
    >>> import yt.lagos as lagos
 
+The Hierarchy
+-------------
 
 We first instantiate a StaticOutput.  This is a pretty simple process - lagos
 will grab the parameter file that you give it, parse it, set up some handy
@@ -30,6 +43,8 @@
    >>> print v
    >>> print c
 
+The Grids
+---------
 
 The hierarchy object has some interesting methods that let us access the data
 in different ways.  Let's start by looking at the grids.  ::

Copied: trunk/doc/source/tutorial/index.rst (from r434, /trunk/doc/source/tutorial/main.rst)
==============================================================================
--- /trunk/doc/source/tutorial/main.rst	(original)
+++ trunk/doc/source/tutorial/index.rst	Sat May  3 20:37:53 2008
@@ -1,5 +1,7 @@
-A Short Tutorial on yt
-======================
+A Short Tutorial
+================
+
+
 
 Contents:
 



More information about the yt-svn mailing list