Added some automatic skips to autodocs. Added skeletal docs for contrib and complete...
[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 Welcome to Philo's documentation!
7 =================================
8
9 Contents:
10
11 .. toctree::
12         :maxdepth: 2
13         
14         intro
15         models/intro
16         exceptions
17         handling_requests
18         signals
19         validators
20         utilities
21         templatetags
22         forms
23         loaders
24         contrib/intro
25
26 Indices and tables
27 ==================
28
29 * :ref:`genindex`
30 * :ref:`modindex`
31 * :ref:`search`
32
33 What is Philo?
34 ==============
35
36 Philo is a foundation for developing web content management systems.
37
38 Prerequisites:
39
40 * `Python 2.5.4+ <http://www.python.org>`_
41 * `Django 1.2+ <http://www.djangoproject.com/>`_
42 * `django-mptt e734079+ <https://github.com/django-mptt/django-mptt/>`_
43 * (Optional) `django-grappelli 2.0+ <http://code.google.com/p/django-grappelli/>`_
44 * (Optional) `south 0.7.2+ <http://south.aeracode.org/>`_
45 * (Optional) `recaptcha-django r6 <http://code.google.com/p/recaptcha-django/>`_
46
47 To contribute, please visit the `project website <http://philo.ithinksw.org/>`_ or make a fork of the `git repository <http://github.com/ithinksw/philo/>`_. Feel free to join us on IRC at `irc://irc.oftc.net/#philo <irc://irc.oftc.net/#philo>`_.