summaryrefslogtreecommitdiff
path: root/docs/narr
AgeCommit message (Collapse)Author
2016-04-10Merge pull request #2021 from Pylons/feature/configurable-view-deriverMichael Merickel
configurable view deriver
2016-04-08Add pyramid_jinja2 example to i18n docs. Fixes #2437.Steve Piercy
2016-04-08update constraints for derivers as well as docsMichael Merickel
2016-04-07separate the viewderiver module and allow overriding the mapperMichael Merickel
2016-03-21polish view derivers docs, minor grammarSteve Piercy
2016-03-17fix deriver docs to explain ordering issuesMichael Merickel
2016-03-14add a docstring for add_view_deriver and expose the method to the api docsMichael Merickel
2016-03-14do not guess at the name of the view deriver without further discussionMichael Merickel
2016-03-14use the implicit name in the doc examplesMichael Merickel
2016-03-14first cut at documenting view deriversMichael Merickel
2016-03-14polish Invoking an Exception View docsSteve Piercy
- add index entry - minor grammar, syntax
2016-03-14move comment closer to relevant logicMichael Merickel
2016-03-14fix broken refMichael Merickel
2016-03-14add a new docs section on invoking exception viewsMichael Merickel
2016-02-20fix links for babel and chameleonSteve Piercy
2016-01-24fix indent in docsSvintsov Dmitry
2016-01-24Use proper syntax names in code samples to allow highlighting and avoid ↵Steve Piercy
errors. See https://github.com/sphinx-doc/sphinx/issues/2264
2016-01-24Use proper syntax in code samples to allow highlighting and avoid errors. ↵Steve Piercy
See https://github.com/sphinx-doc/sphinx/issues/2264
2016-01-22Add Python support policy (see ↵Steve Piercy
https://github.com/Pylons/pyramid/pull/2256#issuecomment-174029882)
2016-01-22Merge pull request #2256 from Pylons/remove_py32Michael Merickel
Remove Python 3.2 support
2016-01-20Update docs to reflect dropping Python 3.2 supportSteve Piercy
2016-01-20Do not use trailing . on versionadded rst directive. It automatically adds a .Steve Piercy
2016-01-14Rename Cookbook to Pyramid Community CookbookSteve Piercy
- use .rst intersphinx labels for pages instead of broken URLs
2016-01-13update for python 3.5Steve Piercy
2016-01-13add python 3.5Steve Piercy
2016-01-03add a note about serving cache busted assetsMichael Merickel
2015-12-21- add p* scriptsSteve Piercy
- add links to p* scripts - add a blank line to keep indices and labels better visually related to the subsequent heading
2015-12-17Merge pull request #2171 from mmerickel/feature/add-cache-busterMichael Merickel
config.add cache buster
2015-12-17grammar updates from stevepiercyMichael Merickel
2015-12-16update docs to support explicit asset overridesMichael Merickel
2015-12-14- Remove broken integration test example from testing and source file, per #2172Steve Piercy
- Update functional test with explicit instructions and to sync with actual starter scaffold
2015-12-09fix broken ref in docsMichael Merickel
2015-12-08update the cache busting narrative to use add_cache_busterMichael Merickel
2015-12-08update narrative docs and literalinclude source files that use the starter ↵Steve Piercy
scaffold to reflect its current state
2015-12-08update narrative docs and literalinclude source files that use the starter ↵Steve Piercy
scaffold to reflect its current state
2015-12-04update references to references to python-distribute.org (see #2141 for ↵Steve Piercy
discussion)
2015-12-04- add emphasize lines, minor grammar, rewrap 79 columnsSteve Piercy
2015-11-15update docs to use asset specs with ManifestCacheBusterMichael Merickel
2015-11-15minor grammar, .rst syntax fixes, rewrap 79 colsSteve Piercy
2015-11-13minor grammar, .rst syntax, rewrap 79 colsSteve Piercy
2015-11-12update cache buster prose and add ManifestCacheBusterMichael Merickel
redux of #2013
2015-11-12Revert "fix/remove-default-cachebusters"Michael Merickel
This reverts commit 7410250313f893e5952bb2697324a4d4e3d47d22. This reverts commit cbec33b898efffbfa6acaf91cae45ec0daed4d7a. This reverts commit 345ca3052c395545b90fef9104a16eed5ab051a5, reversing changes made to 47162533af84bb8d26db6d1c9ba1e63d70e9070f.
2015-11-12Merge branch 'fix/remove-default-cachebusters'Michael Merickel
2015-11-12complete cache buster docs using manifest exampleMichael Merickel
2015-11-09minor grammar, fix .rst markup, rewrap to 79 columnsSteve Piercy
2015-11-06minor grammar, fix .rst markup, insert versionchanged directive, rewrap to ↵Steve Piercy
79 columns
2015-11-06minor grammar, fix .rst markup, insert versionchanged directive, rewrap to ↵Steve Piercy
79 columns
2015-11-06minor grammar, fix .rst markup, add emphasize lines for diff, rewrap to 79 ↵Steve Piercy
columns
2015-11-05minor grammar, fix .rst markup, rewrap to 79 columnsSteve Piercy
2015-11-04add missing periodSteve Piercy
(cherry picked from commit c7b1bff)