.. 
   ****************************************************************************
    pgRouting Manual
    Copyright(c) pgRouting Contributors

    This documentation is licensed under a Creative Commons Attribution-Share  
    Alike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/
   ****************************************************************************

.. _tutorial1:

Tutorial
===============================================================================


:ref:`Getting started <tutorial>` 

  - How to create a database to use for our project
  - How to load some data
  - How to build a topology
  - How to check your graph for errors
  - How to compute a route
  - How to use other tools to view your graph and route
  - How to create a web app

Advanced Topics

  - :ref:`topology` for an overview of a topology for routing algorithms.  
  - :ref:`analytics` for an overview of the analysis of a graph.
  - :ref:`custom_query` that is used in the routing algorithms.
  - :ref:`performance` to improve your performance.

.. toctree:: 
   :hidden: 
         
    Getting started        <tutorial>

.. toctree:: 
   :hidden: 
         
    An overview of a topology for routing algorithms.        <topology>
    An overview of the analysis of a graph.        <analytics>
    How to write a query for the routing algorithms        <custom_query>
    How to handle performance        <performance>

