summaryrefslogtreecommitdiff
path: root/docs/index.rst
blob: 59d794930669cc30eeb8b3a6ecabf4367d11f47e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.. _index:

==========================
 repoze.bfg Documentation
==========================

``repoze.bfg`` is a web application framework based on graph
traversal.  It is inspired by Zope's publisher, though less ambitious
in scope.  Instead, it embraces WSGI and existing WSGI software.

Narrative documentation
-----------------------

Narrative documentation in chapter form explaining how to use
:mod:`repoze.bfg`.

.. toctree::
   :maxdepth: 2

   narr/introduction
   narr/install
   narr/project
   narr/traversal
   narr/views
   narr/templates
   narr/models
   narr/security
   glossary

Tutorials
----------

Step-by-step sample applications that use ``repoze.bfg``.

.. toctree::
   :maxdepth: 3

   tutorials/lxmlgraph/index.rst

API documentation
-----------------

.. toctree::
   :maxdepth: 2

   api/push
   api/router
   api/security
   api/template
   api/traversal
   api/urldispatch
   api/wsgi

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`