.. doit documentation master file, created by
   sphinx-quickstart on Wed Apr  2 22:40:41 2014.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

.. meta::
   :description: Index of user documentation for pydoit - python task-runner & build-tool
   :keywords: python, doit, tutorial, documentation, task-runner, guide, how-to, getting started

.. title:: documentation index | pydoit - python task-runner


`doit` documentation
====================

Getting Started
---------------

Introduction of `doit` basic features with a real example.

.. toctree::
   :maxdepth: 1

   usecases
   tutorial-1



.. _main-ref-toc:

Guide
-----

Introduces the concepts of *every* feature one by one with examples.
It was written to be both read in order and also serves as a complete reference.

The total reading time for the whole documentation is about one hour.

.. toctree::
   :maxdepth: 2

   install
   tasks
   dependencies
   task-creation
   cmd-run
   cmd-other
   configuration
   task-args
   globals
   uptodate
   tools
   extending


Project
-------

.. toctree::
   :maxdepth: 2

   support
   changes
   stories
   faq
   related



.. Indices and tables
   ==================
   * :ref:`genindex`
   * :ref:`modindex`
   * :ref:`search`
