.. Pake documentation master file, created by
sphinx-quickstart on Thu Feb 18 12:34:14 2010.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Pake's documentation!
================================
Pake is a simple utility for automating tasks like building apps and different bundles, removing temporary files, migrating databases and other stuff.
Just like make or rake. Pakefiles are written in `YAML `_ and can contain python and shell scripts.
Contents:
.. toctree::
:maxdepth: 2
pakefiles.rst
variables.rst
Examples
==============
If you think that "examples speak louder than documentation", look:
.. code-block:: rest
:linenos:
default:
python:
sys.stdout.write("PYTHON Test sys.argv[0] = %s\n" % sys.argv[0])
shell:
echo 'SHELL Test uname -a:'
uname -a
Get it!
============
Pake lives in a `Bazaar `_ branch at Launchpad, so:
.. code-block:: bash
bzr branch lp:pake
Indices and tables
===================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
External links
================
* `Launchpad page `_ - source code, bug/question tracker, blueprints.
* `Ohloh page `_ - code analysis, reviews and other fun things.