.. 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.

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

`doit` :ref:`documentation<main-doc-toc>` introduces the concepts of *every*
feature one by one with examples. It is the preferred way to learn `doit` and it
also serves as a complete reference. You may skip parts of advanced task
configuration used on non trivial work-flows on a first read, but make sure you
reach the docs describing the command line...

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


articles & tutorials
--------------------

For a short introduction check the articles below:

 * Software Carpentry: `Automating an analysis pipeline using doit <http://www.software-carpentry.org/v5/intermediate/doit/>`_.

 * Create a command line program using `doit` as a lib:
   `Power up your tools <http://blog.schettino72.net/posts/power-up-your-tools.html>`_



.. _main-doc-toc:

documentation
-------------

.. toctree::
   :maxdepth: 2

   install
   tasks
   dependencies
   cmd_run
   cmd_other
   configuration
   task_args
   task_creation
   uptodate
   tools
   extending
   faq
   stories
   changes
   related
