.. Pyramid Class-Based Views documentation master file, created by
   sphinx-quickstart on Fri Mar 28 01:12:21 2014.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Pyramid Class-Based Views
=========================

.. toctree::
    :maxdepth: 2

    intro
    future-development
    api/index

This site documents pyramid-views, a Pyramid port of Django's class-based generic views.

.. note::
    Note that the most complete documentation will be `Django's class-based view reference
    documentation`_. You may also find the `Django's class-based view introductory documentation`_ useful.

**See also:**

* `Django's class-based view introductory documentation`_
* `Django's class-based view reference documentation`_
* `GitHub`_
* `PyPi`_

.. _GitHub: https://github.com/nomadicfm/pyramid-views/
.. _PyPi: https://pypi.python.org/pypi/pyramid-views
.. _Django's class-based view reference documentation: https://docs.djangoproject.com/en/1.7/ref/class-based-views/
.. _Django's class-based view introductory documentation: https://docs.djangoproject.com/en/1.7/topics/class-based-views/