Added a 'contributing' page to the philo docs. This is meant primarily as an initial...
[philo.git] / docs / index.rst
1 .. Philo documentation master file, created by
2    sphinx-quickstart on Fri Jan 28 14:04:16 2011.
3    You can adapt this file completely to your liking, but it should at least
4    contain the root `toctree` directive.
5
6 .. module:: philo
7
8 Welcome to Philo's documentation!
9 =================================
10
11 Philo is a foundation for developing web content management systems.
12
13 Prerequisites:
14
15 * `Python 2.5.4+ <http://www.python.org>`_
16 * `Django 1.2+ <http://www.djangoproject.com/>`_
17 * `django-mptt e734079+ <https://github.com/django-mptt/django-mptt/>`_
18 * (Optional) `django-grappelli 2.0+ <http://code.google.com/p/django-grappelli/>`_
19 * (Optional) `south 0.7.2+ <http://south.aeracode.org/>`_
20 * (Optional) `recaptcha-django r6 <http://code.google.com/p/recaptcha-django/>`_
21
22 Contents
23 ++++++++
24
25 .. toctree::
26         :maxdepth: 1
27         
28         what
29         tutorials/intro
30         models/intro
31         exceptions
32         handling_requests
33         signals
34         validators
35         utilities
36         templatetags
37         forms
38         loaders
39         contrib/intro
40         contributing
41
42 Indices and tables
43 ++++++++++++++++++
44
45 * :ref:`genindex`
46 * :ref:`modindex`
47 * :ref:`search`