equal
deleted
inserted
replaced
|
1 ================ |
|
2 Pyramid Cubicweb |
|
3 ================ |
|
4 |
|
5 Pyramid Cubicweb is an attempt to rebase the CubicWeb framework on pyramid. |
|
6 |
|
7 It can be used in two different ways: |
|
8 |
|
9 - Within CubicWeb, through the 'pyramid' cube and the |
|
10 :ref:`pyramid command <cubicweb-ctl_pyramid>`. |
|
11 In this mode, the Pyramid CubicWeb replaces some parts of |
|
12 CubicWeb and make the pyramid api available to the cubes. |
|
13 |
|
14 - Within a pyramid application, it provides easy access to a CubicWeb |
|
15 instance and registry. |
|
16 |
|
17 Narrative Documentation |
|
18 ======================= |
|
19 |
|
20 .. toctree:: |
|
21 :maxdepth: 2 |
|
22 |
|
23 quickstart |
|
24 ctl |
|
25 settings |
|
26 auth |
|
27 profiling |
|
28 |
|
29 Api Documentation |
|
30 ================= |
|
31 |
|
32 .. toctree:: |
|
33 :maxdepth: 2 |
|
34 :glob: |
|
35 |
|
36 ../../api/pyramid |