summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2013-09-03Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
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-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.
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-15Merge pull request #1091 from tshepang/diffMichael Merickel
remove extraneous space
2013-08-16remove extraneous spaceTshepang Lekhonkhobe
2013-08-15ZODB now supports Python3.Andrés Martano
2013-08-15Merge pull request #1089 from tshepang/diffSteve Piercy
fix misplaced symbol
2013-08-15fix misplaced symbolTshepang Lekhonkhobe
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-14Changes recommended by Lisa Ballard at PyLadies via Steve Piercy, thanks Lisa!Paul Everitt
2013-08-13Merge branch 'master' into docs.gettingstartedPaul Everitt
2013-08-13Merge branch 'master' of github.com:Pylons/pyramidPaul Everitt
2013-08-13Shut up warning about latexindex not being in a TOC. Add back in a label ↵Paul Everitt
that could be used for api_documentation references.
2013-08-13fix line lengthMichael Merickel
2013-08-13Merge branch 'fix-1040' of odontomachus/pyramid into pull/1081Michael Merickel
2013-08-13Merge remote-tracking branch 'origin/master' into docs.gettingstartedPaul Everitt
Conflicts: docs/index.rst docs/latexindex.rst setup.py
2013-08-13Merge branch 'master' of github.com:Pylons/pyramidPaul Everitt
2013-08-13Fixes to documentation, added change to what's new.Jonathan Villemaire-Krajden
2013-08-13Add Intersphinx for Beaker, clean up some broken references, change from pip ↵Paul Everitt
to virtualenv (and give an explanation), explain virtualenv on Python 2.7.
2013-08-13Merge pull request #1076 from kusut/docs.gettingstarted.easy_installPaul Everitt
Docs.gettingstarted.easy install
2013-08-12Forgot to add the subdirPaul Everitt