.. include:: ../../global.inc
.. _Simple_Tutorial_code:


############################################################
Code for the simple tutorial: 8 steps to *Ruffus*
############################################################

    * :ref:`A simple tutorial<Simple_Tutorial>`


***************************************
Table of Contents
***************************************


   :ref:`Chain tasks (functions) together into a pipeline <Simple_Tutorial_1st_step>`
   :ref:`Provide parameters to run jobs in parallel <Simple_Tutorial_2nd_step>`
   :ref:`Tracing through your new pipeline <Simple_Tutorial_3rd_step>`
   :ref:`Using flowcharts  <Simple_Tutorial_4th_step_graphical>`
   :ref:`Split up a large problem into smaller chunks <Simple_Tutorial_5th_step>`
   :ref:`Calculate partial solutions in parallel <Simple_Tutorial_6th_step>`
   :ref:`Re-combine the partial solutions into the final result <Simple_Tutorial_7th_step>`
   :ref:`Automatically signal the completion of each step of our pipeline <Simple_Tutorial_8th_step>`










