summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2013-09-08Update documentation to reflect the dotted python nameBert JW Regeer
2013-09-08fix docs after removing bfg conversion chapter, add a prominent link to the ↵Chris McDonough
quick tour
2013-09-08remove bfg conversion chapterChris McDonough
2013-09-08fix merge conflictChris McDonough
2013-09-07- The ``pyramid.events.NewResponse`` event is now sent **after** responseChris McDonough
callbacks are executed. It previously executed before response callbacks were executed. Rationale: it's more useful to be able to inspect the response after response callbacks have done their jobs instead of before. Closes #1116.
2013-09-06Update line numbers as appropriateBert JW Regeer
Removing __init__ moved some code around, update the line numbers as appropriate so that the right sections of code get highlighted.
2013-09-06Add small note showing example usage of MyModelBert JW Regeer
2013-09-06changed the explanation of the (now missing) __init__ methodsergey.volobuev
2013-09-06removed __init__ methods from SQLAlchemy models in the documentation because ↵sergey.volobuev
the latter generates a default constructor
2013-09-06apostropheMichael Merickel
2013-09-06fix some more broken referencesMichael Merickel
2013-09-06update the code in the wiki and wiki2 tutorials to use pyramid_chameleonMichael Merickel
2013-09-05remove chameleon refs from asset specsMichael Merickel
2013-09-05update the MyProject example app to use pyramid_chameleonMichael Merickel
2013-09-05remove some more mako/chameleon referencesMichael Merickel
2013-09-05move templating bindings back into the templating chapterMichael Merickel
2013-09-05whitespace fixesMichael Merickel
2013-09-05Merge branch 'fix.remove-deprecated-request-attrs'Chris McDonough
2013-09-05remove chameleon and mako template-specific documentationMichael Merickel
2013-09-05add index for custom template enginesMichael Merickel
2013-09-05remove the deprecated request.response_* attributesMichael Merickel
2013-09-05add a section mentioning external template bindingsMichael Merickel
2013-09-05more chameleon builtin referencesMichael Merickel
2013-09-04change focus from we to youMichael Merickel
2013-09-04remove some mako/chameleon renderer docsMichael Merickel
2013-09-03Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-09-02DOC: Update quick_tour.rst: Typo: with -> whichWes Turner
2013-09-02move docs section to a more appropriate placeChris McDonough
2013-08-30mention quickstartChris McDonough
2013-08-30update whatsnewChris McDonough
2013-08-29get rid of remainder_name on route, and just default to passing traverse; ↵Chris McDonough
add route_remainder_name argument to resource_url
2013-08-29documentation for hybrid url generationChris McDonough
2013-08-29make local_name an attribute of Request, move logic from get_localizer into ↵Chris McDonough
Request.localizer, fix docs; closes #1099
2013-08-23Fix documentation on using gettext plurals and include examplesMatthew Wilkes
2013-08-20raise ValueError instead of generating just path when _app_url is provided ↵Chris McDonough
to request.route_url and the route has an external pattern
2013-08-19allow pregenerator and route_prefix with external routesMichael Merickel
2013-08-19Merge branch 'feature.issue611-external-static-routes' of tomster/pyramid ↵Michael Merickel
into feature.external-routes
2013-08-19explainChris McDonough
2013-08-18Merge pull request #1102 from stevepiercy/masterChris McDonough
no HTML smartypants!
2013-08-18no HTML smartypants!Steve Piercy
Fix https://github.com/Pylons/pyramid/issues/669
2013-08-17reference the static url route featureTom Lazar
2013-08-17typoTom Lazar
2013-08-17Document the external URL feature.Fabian Neumann
2013-08-16updated sphinx themeBlaise Laflamme
2013-08-16updated sphinx themeBlaise Laflamme
2013-08-16One more "The Pyramid Web Application Development Framework" to "The Pyramid ↵Steve Piercy
Web Framework" change
2013-08-16Another crack at the note for venv optionsSteve Piercy
2013-08-16remove --no-site-packages and add usage noteSteve Piercy
2013-08-16restore earlier fixes on latexindexSteve Piercy
don't make up funny words and use explicit 32- or 64-bit phrase
2013-08-16undoing bash highlighting to just text. bash prepends a $ which makes ↵Steve Piercy
copy/paste of commands annoying, and for Windows with \ in the path, it is an escape character and does weird colorization.