summaryrefslogtreecommitdiff
path: root/docs/narr
AgeCommit message (Collapse)Author
2013-07-27Move .. versionadded:: 1.2 to end of ``match_param`` definition so that when ↵Steve Piercy
building PDF it does not pause and wait for user to hit RETURN. This is now consistent with other placements of this directive as well.
2013-07-24indicate version in which not_ was addedChris McDonough
2013-07-24add not_ predicate featureChris McDonough
2013-07-18normalize notations used for string and json renderer return values, closes ↵Chris McDonough
#1005
2013-07-07Merge branch 'master' of github.com:Pylons/pyramidPaul Everitt
2013-06-11About half of the first pass is done.Paul Everitt
2013-06-06Resources.rst quick typo fixOle Morten Halvorsen
There's 3 keys in the info dict, not two.
2013-06-04Add examples to narrative CSRF docsLuke Cyca
2013-06-02Edited narrative docs about CSRFLuke Cyca
2013-04-23add a note about missing codeTshepang Lekhonkhobe
2013-04-22Merge pull request #997 from tshepang/patch-2Michael Merickel
add missing comma
2013-04-22Merge pull request #999 from tshepang/patch-5Tres Seaver
replace deprecated method
2013-04-23replace deprecated methodTshepang Lekhonkhobe
2013-04-23replace deprecated methodTshepang Lekhonkhobe
2013-04-23add missing commaTshepang Lekhonkhobe
2013-04-22Merge pull request #995 from tshepang/patch-2Tres Seaver
remove redundancy
2013-04-22Merge pull request #994 from tshepang/patch-1Tres Seaver
remove redundant text
2013-04-22Merge pull request #993 from tshepang/longTres Seaver
some doc improvements
2013-04-22remove redundancyTshepang Lekhonkhobe
2013-04-22remove redundant textTshepang Lekhonkhobe
Also, this fact has already been explained in the chapter, so mention that.
2013-04-22grammarTshepang Lekhonkhobe
2013-04-22simplify explanationTshepang Lekhonkhobe
The sentence was simply too long-winded (and not too clear).
2013-04-22no need to link to a chapter that follows immediatelyTshepang Lekhonkhobe
2013-04-22Merge pull request #989 from tshepang/patch-2Tres Seaver
add a cross-ref... hyperlinks are nice
2013-04-21add a cross-ref... hyperlinks are niceTshepang Lekhonkhobe
2013-04-21remove ambiguity by indicating that the target is API documentationTshepang Lekhonkhobe
2013-04-21docs/narr/hooks.rst: some improvementsTshepang Lekhonkhobe
* consistency fixes: "not found view" --> "Not Found View" * use comparable code for Imperative and Declarative configuration * remove unused import, HTTPForbidden
2013-04-06fix some cross-referencesTshepang Lekhonkhobe
Also, pyramid_zcml is cross-referenced, so add it to intersphinx_mapping dict.
2013-04-05fix some cross-referencesTshepang Lekhonkhobe
2013-04-05replace a sentence that doesn't quite fitTshepang Lekhonkhobe
It's as if pyramid_traversalwrapper was already introduced.
2013-04-05fix markupTshepang Lekhonkhobe
2013-04-05fix markupTshepang Lekhonkhobe
2013-04-05fix some cross-referencesTshepang Lekhonkhobe
2013-04-03add some more cross-referencesTshepang Lekhonkhobe
Also remove linenos setting, which is overkill for a one-liner.
2013-04-03minor typo correction 'prepresents'-->'represents'thapar
2013-04-02fix #964Michael Merickel
2013-04-01Improve phrasingCatalin Iacob
2013-04-01Remove extra wordCatalin Iacob
2013-04-01Remove extra wordCatalin Iacob
2013-04-01Add missing wordCatalin Iacob
2013-04-01Consistently link middleware term to the glossaryCatalin Iacob
2013-04-01Fix grammarCatalin Iacob
2013-04-01Use into instead of in toCatalin Iacob
Seems more correct and is consistent with the usage a few words further.
2013-04-01Remove extra wordCatalin Iacob
2013-04-01Remove unused imports from code sampleCatalin Iacob
The import should be done only when actually using the global registry.
2013-04-01Fix typo that broke the reference to pyramid.events.NewRequestCatalin Iacob
2013-04-01my.package.MyJinja2Renderer is registered for .jinja2 files not .jinjaCatalin Iacob
2013-04-01Remove extra wordCatalin Iacob
2013-04-01Fix reST markup and spelling of "hand"Catalin Iacob
2013-04-01Fix wrong reference to non existent getAjax functionCatalin Iacob