From 10fd8fe6bc26a7241542353032540cd4415ee9cc Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 24 Dec 2010 17:09:32 -0500 Subject: - Added "Advanced Configuration" narrative chapter which documents how to deal with configuration conflicts, two-phase configuration, ``include`` and ``commit``. --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 343fb28ba..3830a83f9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -58,6 +58,7 @@ Narrative documentation in chapter form explaining how to use narr/environment narr/testing narr/hooks + narr/advconfig narr/declarative narr/extending narr/assets -- cgit v1.2.3 From 88b9ee766bf53ae1c46b8a1889674fea08053622 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 26 Dec 2010 15:57:28 -0500 Subject: - Merge "Static Assets" chapter into the "Assets" chapter. --- docs/index.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 3830a83f9..23ffb3b1b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -45,7 +45,7 @@ Narrative documentation in chapter form explaining how to use narr/renderers narr/templates narr/resources - narr/static + narr/assets narr/webob narr/sessions narr/flash @@ -61,7 +61,6 @@ Narrative documentation in chapter form explaining how to use narr/advconfig narr/declarative narr/extending - narr/assets narr/router narr/threadlocals narr/zca -- cgit v1.2.3 From 7e9d3c17bc2fbd4841dbf58509ddd75028971dd9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 29 Dec 2010 02:22:50 -0500 Subject: - The (weak) "Converting a CMF Application to Pyramid" tutorial has been removed from the tutorials section. It was moved to the ``pyramid_tutorials`` Github repository. --- docs/index.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 23ffb3b1b..d35eb2325 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -78,7 +78,6 @@ applications to various platforms. tutorials/wiki/index.rst tutorials/wiki2/index.rst tutorials/bfg/index.rst - tutorials/cmf/index.rst tutorials/gae/index.rst tutorials/modwsgi/index.rst tutorials/zeo/index.rst -- cgit v1.2.3 From f4c5f1a60612749ef36aae01d9a3a559b6acdfff Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Fri, 31 Dec 2010 13:48:07 -0700 Subject: add Much ado about traversal chapter from Rob Miller, with light adaptations. Also remove some now redundant overview content in the Traversal chapter, which is now only details. --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 23ffb3b1b..3281de13c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -40,6 +40,7 @@ Narrative documentation in chapter form explaining how to use narr/startup narr/resourcelocation narr/urldispatch + narr/muchadoabouttraversal narr/traversal narr/views narr/renderers -- cgit v1.2.3 From ee50aec09576620537ff68895cfb81fd4663a45f Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Fri, 31 Dec 2010 18:24:18 -0700 Subject: Remove resource location chapter and move intro parts to url dispatch. The new much ado about traversal chapter takes care of selling traversal now --- docs/index.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index ecd401ddb..2f3589499 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -38,7 +38,6 @@ Narrative documentation in chapter form explaining how to use narr/firstapp narr/project narr/startup - narr/resourcelocation narr/urldispatch narr/muchadoabouttraversal narr/traversal -- cgit v1.2.3 From 8a1b50bc4027e25d5450cc6968f1f005af9d389f Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Sun, 2 Jan 2011 23:45:33 -0700 Subject: Split view chapter, move view config after templates, some reordering in view config --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 2f3589499..fe3cf2ce8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -44,6 +44,7 @@ Narrative documentation in chapter form explaining how to use narr/views narr/renderers narr/templates + narr/viewconfig narr/resources narr/assets narr/webob -- cgit v1.2.3 From 81bd32edadc54928fb84e1a35d7ccd4b34c4dc22 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Mon, 3 Jan 2011 00:10:04 -0700 Subject: add placeholder form handling chapt, may move to cookbook --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index fe3cf2ce8..df0bbcd2f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -65,6 +65,7 @@ Narrative documentation in chapter form explaining how to use narr/router narr/threadlocals narr/zca + narr/forms Tutorials ========= -- cgit v1.2.3 From b0b9f70b16aeb36b8588efde13b7b2475a46278b Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Wed, 5 Jan 2011 23:21:12 -0700 Subject: combine flash and csrf into sessions chapt --- docs/index.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index df0bbcd2f..7b1c46b70 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -49,8 +49,6 @@ Narrative documentation in chapter form explaining how to use narr/assets narr/webob narr/sessions - narr/flash - narr/csrf narr/security narr/hybrid narr/i18n -- cgit v1.2.3 From e7b5fe05297d46cc169bd2f255529952569d899c Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Wed, 12 Jan 2011 23:07:54 -0500 Subject: Changed some references from pylonshq.com to pylonsproject.org --- docs/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 7b1c46b70..0dc476e46 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,7 +6,7 @@ The Pyramid Web Application Development Framework :app:`Pyramid` is a small, fast, down-to-earth Python web application development framework. It is developed as part of the `Pylons Project -`_. It is licensed under a `BSD-like license +`_. It is licensed under a `BSD-like license `_. .. note:: @@ -175,7 +175,7 @@ commenting, and file uploads. See the `KARL site Support and Development ======================= -The `Pylons Project web site `_ is the main online +The `Pylons Project web site `_ is the main online source of :app:`Pyramid` support and development information. To report bugs, use the `issue tracker @@ -196,7 +196,7 @@ To check out the trunk via ``git``, use this command: To find out how to become a contributor to :app:`Pyramid`, please see the `contributor's section of the documentation -`_. +`_. Index and Glossary ================== -- cgit v1.2.3 From 54b5b503695205f9c0f7acd6b59731a3a6493680 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Sat, 15 Jan 2011 21:52:25 -0700 Subject: break out handlers into their own chapt once more --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 0dc476e46..3e70e1231 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -45,6 +45,7 @@ Narrative documentation in chapter form explaining how to use narr/renderers narr/templates narr/viewconfig + narr/handlers narr/resources narr/assets narr/webob -- cgit v1.2.3 From c1eb0c69f2067baa567f68f6cc472397ec71f65a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 18 Jan 2011 10:39:24 -0500 Subject: - The ``make_app`` function has been removed from the ``pyramid.router`` module. It continues life within the ``pyramid_zcml`` package. This leaves the ``pyramid.router`` module without any API functions. - The ``configure_zcml`` setting within the deployment settings (within ``**settings`` passed to a Pyramid ``main`` function) has ceased to have any meaning. - The ``starter_zcml`` paster template has been moved to the ``pyramid_zcml`` package. - The ``bfg2pyramid`` script now converts ZCML include tags that have ``repoze.bfg.includes`` as a package attribute to the value ``pyramid_zcml``. For example, ```` will be converted to ````. - The ``load_zcml`` method of a Configurator has been removed from the Pyramid core. Loading ZCML is now a feature of the ``pyramid_zcml`` package, which can be downloaded from PyPI. Documentation for the package should be available via http://pylonsproject.org, which describes how to get this method back after depending upon ``pyramid_zcml`` as an ``install_requires`` dependency. - The ``pyramid.includes`` subpackage has been removed. ZCML files which use include the package ``pyramid.includes`` (e.g. ````) now must include the ``pyramid_zcml`` package instead (e.g. ``). - The "Declarative Configuration" narrative chapter has been removed (it was moved to the ``pyramid_zcml`` pakcage). - The add_directive method now accepts an "action_wrap" flag. - Fix some orphaned references. - Remove some docstring references to ZCML directives. - All integration test fixtures have been changed to use imperative configuration rather than ZCML configuration. --- docs/index.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 0dc476e46..e0a0db214 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -58,7 +58,6 @@ Narrative documentation in chapter form explaining how to use narr/testing narr/hooks narr/advconfig - narr/declarative narr/extending narr/router narr/threadlocals -- cgit v1.2.3 From c9c3c487bcaedeca97bb6463a00188b0dc01203a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 18 Jan 2011 12:25:56 -0500 Subject: - Most references to ZCML in narrative chapters have been removed or redirected to ``pyramid_zcml`` locations. --- docs/index.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index e0a0db214..030b4dc1c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -85,14 +85,12 @@ applications to various platforms. Reference Material ================== -Reference material includes API documentation and documentation of -every :app:`Pyramid` :term:`ZCML directive`. +Reference material includes documentation for every :app:`Pyramid` API. .. toctree:: :maxdepth: 2 api - zcml Detailed Change History ======================= -- cgit v1.2.3 From 78fe62ae55a25ada43b9eaaf454d9e7044981a2d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 19 Jan 2011 01:43:52 -0500 Subject: handlers are no longer a part of the package --- docs/index.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index a5fc6f13a..030b4dc1c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -45,7 +45,6 @@ Narrative documentation in chapter form explaining how to use narr/renderers narr/templates narr/viewconfig - narr/handlers narr/resources narr/assets narr/webob -- cgit v1.2.3 From 9d6a1345f30154410f19359008a79b07b3901a7a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 19 Jan 2011 13:42:21 -0500 Subject: get rid of annoying note about bfg --- docs/index.rst | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 030b4dc1c..0a73ec142 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,11 +9,6 @@ development framework. It is developed as part of the `Pylons Project `_. It is licensed under a `BSD-like license `_. -.. note:: - - Pyramid is the latest iteration of the web framework previously known as - :mod:`repoze.bfg`. - Front Matter ============ -- cgit v1.2.3 From a9688fb087d41d08c5bc1f645765bec6b79d71d0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 20 Jan 2011 23:51:24 -0500 Subject: add first cut of whatsnew document --- docs/index.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 0a73ec142..23596e5ce 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,6 +18,14 @@ Front Matter copyright.rst conventions.rst +"What's New" Documents +====================== + +.. toctree:: + :maxdepth: 2 + + whatsnew-1.0 + Narrative documentation ======================= -- cgit v1.2.3 From 77049562f0cb6769cc18af5c41b13aa97653a4a3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 21 Jan 2011 04:43:21 -0500 Subject: - Move content of "Forms" chapter back to "Views" chapter; I can't think of a better place to put it. --- docs/index.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 23596e5ce..8717542f1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -65,7 +65,6 @@ Narrative documentation in chapter form explaining how to use narr/router narr/threadlocals narr/zca - narr/forms Tutorials ========= -- cgit v1.2.3 From 3e4f429cce60465f2d58d0a60eb6a3adb5f9a377 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 29 Jan 2011 01:29:12 -0500 Subject: - Moved "Using ZODB With ZEO" and "Using repoze.catalog Within Pyramid" tutorials out of core documentation and into the Pyramid Tutorials site (http://docs.pylonsproject.org/projects/pyramid_tutorials/dev/). --- docs/index.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 8717542f1..d55daccfe 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -81,8 +81,6 @@ applications to various platforms. tutorials/bfg/index.rst tutorials/gae/index.rst tutorials/modwsgi/index.rst - tutorials/zeo/index.rst - tutorials/catalog/index.rst Reference Material ================== -- cgit v1.2.3 From 0aed1cdd37fb57663b978d1d8728d5b652b0b092 Mon Sep 17 00:00:00 2001 From: Carlos de la Guardia Date: Tue, 15 Mar 2011 20:35:02 -0400 Subject: Restructured the routes wiki tutorial to make it easier to follow along. Moved the routes tutorial above the traversal tutorial. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index d55daccfe..d9a95f647 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -76,8 +76,8 @@ applications to various platforms. .. toctree:: :maxdepth: 2 - tutorials/wiki/index.rst tutorials/wiki2/index.rst + tutorials/wiki/index.rst tutorials/bfg/index.rst tutorials/gae/index.rst tutorials/modwsgi/index.rst -- cgit v1.2.3 From 21d08467e87a5262d97cc64814061d87ed12fbb1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 19 Mar 2011 14:31:27 -0400 Subject: update description of shootout --- docs/index.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index d9a95f647..5815d3b32 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -132,11 +132,10 @@ earlier version of this application runs the `repoze.org git clone git://github.com/Pylons/virginia.git `shootout `_ is an example "idea -competition" application by Carlos de la Guardia. It demonstrates a hybrid -of :term:`URL dispatch` and :term:`traversal` and integration with -`SQLAlchemy `_, :term:`repoze.who`, and -`Deliverance `_. Check this application -out of version control via: +competition" application by Carlos de la Guardia and Lukasz Fidosz. It +demonstrates :term:`URL dispatch`, simple authentication, integration +with `SQLAlchemy `_ and ``pyramid_simpleform``. +Check this application out of version control via: .. code-block:: text -- cgit v1.2.3