summaryrefslogtreecommitdiff
path: root/docs/narr
AgeCommit message (Collapse)Author
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-22Merge branch 'master' into issue.2614cewing
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
2016-09-24Why use venv/bin/pip instead of source bin/activate then pip?Steve Piercy
- Closes #2610
2016-09-12document more clearly the ``__call__`` method on route and view predicatesMichael Merickel
fixes #1549
2016-09-12Merge pull request #2759 from mmerickel/drop-py33Michael Merickel
drop support for python 3.3 and error on 2.6
2016-09-03update docs to support the bootstrap context manager from #2760Michael Merickel
2016-09-01drop support for python 3.3 and error on 2.6Michael Merickel
closes #2476
2016-07-19Change gendered language in examplesJon Davidson
Some examples in documentation use "dude" and "bro" -- for example, "Not found, bro". While playful, this language can make some people uncomfortable. I have changed the wording to something equally playful that doesn't make assumptions about the reader's gender.
2016-07-02fix overly aggressive refactorSteve Piercy
2016-07-02Update Windows installation instructions and related bits.Steve Piercy
- Use proper Windows commands, drives, and paths - Use doscon for Windows console lexer
2016-06-20typo fix within urldispatch narrative, example 2dowwie
2016-06-09update section on returning dictionaries from viewscewing
2016-06-09update information about extensible templatingcewing
2016-06-09update asset specification sectioncewing