summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-22Merge pull request #992 from tshepang/grammarTres Seaver
grammar
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 #991 from tshepang/patch-5Tres Seaver
no need to reference oneself
2013-04-22Merge pull request #990 from tshepang/patch-3Tres Seaver
remove redundant text
2013-04-22Merge pull request #989 from tshepang/patch-2Tres Seaver
add a cross-ref... hyperlinks are nice
2013-04-22Merge pull request #988 from tshepang/patch-1Tres Seaver
remove ambiguity by indicating that the target is API documentation
2013-04-22no need to reference oneselfTshepang Lekhonkhobe
2013-04-22remove redundant textTshepang Lekhonkhobe
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-21Merge pull request #987 from tshepang/diffTres Seaver
docs/narr/hooks.rst: some improvements
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-19update changes.txtMichael Merickel
2013-04-08Merge pull request #980 from tshepang/grammarTres Seaver
grammar fix
2013-04-08grammar fixTshepang Lekhonkhobe
2013-04-07Merge pull request #978 from tshepang/diffMichael Merickel
fix some cross-references
2013-04-07fix some cross-referencesTshepang Lekhonkhobe
2013-04-06Merge pull request #975 from danielholmstrom/masterMichael Merickel
Documentation regarding missing Accept header
2013-04-06Documentation regarding missing Accept headerDaniel Holmstrom
If a request doesn't contain an Accept header routes will match it regardless of thier accept attribute.
2013-04-06grammarMichael Merickel
2013-04-05Merge pull request #973 from tshepang/betterMichael Merickel
some doc improvements
2013-04-05Merge pull request #972 from tshepang/diffMichael Merickel
fix some cross-references
2013-04-06remove repetition; improve readabilityTshepang Lekhonkhobe
2013-04-06typoTshepang Lekhonkhobe
2013-04-06fix some cross-referencesTshepang Lekhonkhobe
Also, pyramid_zcml is cross-referenced, so add it to intersphinx_mapping dict.
2013-04-05Merge pull request #971 from tshepang/diffMichael Merickel
some doc improvements
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-05Merge pull request #970 from tshepang/diffMichael Merickel
fix some cross-references and markup
2013-04-05fix markupTshepang Lekhonkhobe
2013-04-05fix some cross-referencesTshepang Lekhonkhobe
2013-04-03Merge pull request #968 from tshepang/diffTres Seaver
add cross-refs for zope.component
2013-04-03add some more cross-referencesTshepang Lekhonkhobe
Also remove linenos setting, which is overkill for a one-liner.
2013-04-03add zope.component to intersphinx_mapping dictTshepang Lekhonkhobe
2013-04-03update changelogMichael Merickel
2013-04-03Merge branch 'fix.954'Michael Merickel
2013-04-03fix #954Michael Merickel
2013-04-03Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-04-03minor typo correction 'prepresents'-->'represents'thapar
2013-04-02Merge pull request #965 from tshepang/copyrightChris McDonough
remove copyright bits from the tutorial examples
2013-04-02remove copyright bits from the tutorial examplesTshepang Lekhonkhobe
We don't want to have to keep remembering these if there's a change, and apparently it's also overkill, according to https://github.com/Pylons/pyramid/pull/953#issuecomment-15654314.