Edited the READMEs and documentation to be cleaner and more consistent.
[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. Please, read the :doc:`notes for our latest release <releases/0.9.1>`.
12
13 Prerequisites:
14
15 * `Python 2.5.4+ <http://www.python.org/>`_
16 * `Django 1.3+ <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 * (:mod:`philo.contrib.penfield`) `django-taggit 0.9.3+ <https://github.com/alex/django-taggit/>`_
21 * (:mod:`philo.contrib.waldo`, optional) `recaptcha-django r6+ <http://code.google.com/p/recaptcha-django/>`_
22
23 Contents
24 ++++++++
25
26 .. toctree::
27         :maxdepth: 1
28         
29         what
30         tutorials/intro
31         models/intro
32         exceptions
33         handling_requests
34         signals
35         validators
36         utilities
37         templatetags
38         forms
39         loaders
40         contrib/intro
41         contributing
42
43 Indices and tables
44 ++++++++++++++++++
45
46 * :ref:`genindex`
47 * :ref:`modindex`
48 * :ref:`search`