summaryrefslogtreecommitdiff
path: root/docs/narr
AgeCommit message (Collapse)Author
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-03Removed unnecessary side bar with duplicate contentBert JW Regeer
The side-bar contained a duplication of code that was already in the main article. Adding a note instead and removing the side-bar provides the same information without nearly as much duplication.
2013-09-02move docs section to a more appropriate placeChris 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-17reference the static url route featureTom Lazar
2013-08-17typoTom Lazar
2013-08-17Document the external URL feature.Fabian Neumann
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.
2013-08-16merge changes from kusut PR#1085 and stevepiercy PR#1084Steve Piercy
wrap to 79 columns remove duplicate link of Windows extensions at top of file to prevent early clickage
2013-08-16and fix 79 colsSteve Piercy
2013-08-16Sphinx: WAAAAAAH! Just shut up and duplicate the link already.Steve Piercy
2013-08-16Clean up directions for install Python 2 and 3 and Python extensions on ↵Steve Piercy
Windows, per feedback from Windows guinea pigs at SFPython Hack Night.
2013-08-15prefer the functionish printPhilip Jenvey
2013-08-15ZODB now supports Python3.Andrés Martano
2013-08-15fix some rST issuesTshepang Lekhonkhobe
2013-08-15Update install.rstkusut
- simplify installation by removing distribute (merge with setuptools) - update setuptools link - simplify windows tutorial by dropping 3.2, latest python version only (2.7 and 3.3)
2013-08-13Merge remote-tracking branch 'origin/master' into docs.gettingstartedPaul Everitt
Conflicts: docs/index.rst docs/latexindex.rst setup.py
2013-08-12All wrapped up, pre-merge.Paul Everitt
2013-08-12remove the "thread" referenceMichael Merickel
2013-08-12Merge branch 'master' of latteier/pyramid into pull/1079Michael Merickel
2013-08-12Mention subscriber predicates.Amos Latteier
2013-08-12Minor fixes suggested by @tshepang and @mmerickel thanks!Amos Latteier
2013-08-12Fix tab/space snafu.Amos Latteier
2013-08-12Add documentation for creating and firing custom events. See issue #982.Amos Latteier
2013-08-12Update templates.rstJeff Szusz
2013-08-12#967 fixed 'Sommetime' -> 'Sometime' in templates.rstJeff Szusz
2013-08-09"arent" to "aren't"tisdall
2013-08-09"repetion" to "repetition"tisdall
2013-08-09"offical" to "official"tisdall
2013-08-09"dermine" to "determine"tisdall
2013-08-08"resouce" to "resource"tisdall
2013-08-08"langauges" to "languages"tisdall
2013-08-06Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-08-06add missing word ``pserve``Steve Piercy
2013-08-06add redis session mentionChris McDonough
2013-08-03Some more occurrences of "application framework".Paul Everitt
2013-08-03"Web Application Development Framework" -> "Web Framework". Yay.Paul Everitt
2013-08-02add pdistreport commandChris McDonough
2013-08-02point at add-on documentationChris McDonough