.. landlab documentation master file, created by
   sphinx-quickstart on Tue Apr 23 23:40:10 2013.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Introduction to Landlab
=======================

.. toctree::
   :maxdepth: 2

   what_is_landlab
   install
   getting_started
   
.. toctree::
   :maxdepth: 1
   
   dan_installs_on_linux


User Guide
==========

Landlab, Python, and Numpy
--------------------------
.. toctree::
   :maxdepth: 1
   
   coding_style
   help_with_python_numpy


Landlab's Gridding Library
--------------------------

.. toctree::
   :maxdepth: 1
   
   model_grid_no_tutorials
   diffusion_raster_grid_tutorial
   overland_flow_general_tutorial
   overland_flow_dem_tutorial

Building a Model
----------------

.. toctree::
   :maxdepth: 1
   
   components
   building_model_with_components
   standalone_model


Simple guides to functionality
------------------------------

.. toctree::
   :maxdepth: 1

   users_guide
   
.. toctree::
   :maxdepth: 2  
   
   manual_index_alt_format
    
   
Frequently Asked Questions
==========================

.. toctree::
   :maxdepth: 1

   faq


Developer Documentation
=======================

.. toctree::
   :maxdepth: 1

   dev_guide


Code Documentation
=================

These webpages are auto-generated from Landlab, and list all available
functions, methods, and properties. All available documentation in the code is
reproduced here in a tree reflecting Landlab's file structure.

.. toctree::
   :maxdepth: 2

   landlab.grid.base
   landlab.grid.raster
   landlab


Bibliography
============

.. toctree::
   :maxdepth: 2

   bibiography


Reference
=========

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

