summaryrefslogtreecommitdiff
path: root/docs/narr
AgeCommit message (Collapse)Author
2017-02-04configuration should not be quotedSteve Piercy
- closes #2944
2017-02-03update links and reST syntax for mod_wsgiSteve Piercy
2017-01-28Minor changeJohn Jimenez
"functions, classes or any callable that accept" was messing with the flow while reading. Proposed change flows a little better for me. (cherry picked from commit 87d8aba)
2017-01-28Minor changeJohn Jimenez
distinguish between Pyramid itself and view code raising the exception as in previous exception listing. (cherry picked from commit eb166fb)
2017-01-27Minor changeJohn Jimenez
minor change to flow better (cherry picked from commit 0c705c9)
2017-01-26grammar fixesSteve Piercy
2017-01-26rest syntax fixSteve Piercy
2017-01-26rest syntax fixSteve Piercy
2017-01-26grammar fixSteve Piercy
2017-01-20Fix typo to be consistent with API docsSteve Piercy
- Closes #2904
2017-01-15Update Windows docsSteve Piercy
- Installation overhauled - update project.rst to remove duplication - Windows paths never end with "\" except for a drive name, for example C:\ - use backslashes for paths - backslashes cannot be used for line continuation on Windows - update extra packages for Windows - Python now has a Windows launcher
2017-01-15Update Windows installation docsSteve Piercy
2017-01-08Update project.rstramgoer
incorrect cookietcutter path for windows environment %VENV%\Scripts\cookiecutter
2016-12-28fix link targetSteve Piercy
2016-12-27update Sphinx link targetSteve Piercy
2016-12-27narr/commandline - update for cookiecuttersSteve Piercy
2016-12-27quick_tutorial - refactor MyProject/myproject for cookiecuttersSteve Piercy
2016-12-27narr/webob - update for cookiecuttersSteve Piercy
2016-12-27narr/startup - update for cookiecuttersSteve Piercy
2016-12-27narr/project - update for cookiecuttersSteve Piercy
- update source files - update project.png - fix literalinclude reference in logging
2016-12-27narr/cookiecutters - reviseSteve Piercy
2016-12-27narr/paste - updateSteve Piercy
2016-12-27narr/logging - updateSteve Piercy
2016-12-27narr/introduction - updateSteve Piercy
2016-12-27narr/install - updateSteve Piercy
2016-12-27narr/extending - updateSteve Piercy
2016-12-27narr/assets - updateSteve Piercy
2016-12-26narr/cookiecutters - addSteve Piercy
narr/scaffolding - update index - add link to narr/cookiecutters
2016-12-16move asset overrides to an earlier phaseMichael Merickel
2016-12-15Merge pull request #2822 from mmerickel/remove-deprecated-icontexturlBert JW Regeer
remove the deprecated IContextURL
2016-12-14Merge branch 'master' into pr/2853Michael Merickel
2016-12-10Merge branch 'master' into pserve-watch-filesMichael Merickel
2016-12-09grammar fixesMartin
2016-12-09Added configuration for ipv6 in .ini files.Martin
2016-12-07Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵Martin
supported by waitress server.
2016-12-06Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ↵Bert JW Regeer
…"
2016-12-06Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵Martin
supported by waitress server.
2016-11-26add 3.6 support to documentationSteve Piercy
- See #2835
2016-11-21remove the deprecated IContextURLMichael Merickel
2016-11-21document globbingMichael Merickel
2016-11-21support a [pserve] config section with a list of files to watchMichael Merickel
fixes #2732
2016-11-20link to documentation on hupperMichael Merickel
fixes #2806
2016-11-19require tuple variants on IResourceURL as wellMichael Merickel
2016-11-19add warnings about how notfound/forbidden views are only invoked for raised ↵Michael Merickel
exceptions fixes #1531
2016-11-19improve view decorator return type documentationMichael Merickel
Fixes #2770.
2016-10-06Add pyramid_nacl_session to session factoriesSteve Piercy
- closes #2791
2016-09-29Clean up docstrings/narr docs from PR #2660Steve Piercy
- Closes #2768
2016-09-28Merge branch 'master' into exception_onlyMichael Merickel
2016-09-28derive exception views separately from normal viewsMichael Merickel
- previously the multiview was shared for both exception and hot-route, but now that we allow some exception-only views this needed to be separated - add ViewDeriverInfo.exception_only to detect exception views - do not prevent http_cache on exception views - optimize secured_view and csrf_view derivers to remove themselves from the view pipeline for exception views
2016-09-26Revise Why use venv/bin/pip instead of source bin/activate then pip?Steve Piercy
- Closes #2610