summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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
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-12About to give Intersphinx a shot.Paul Everitt
2013-08-12Update templates.rstJeff Szusz
2013-08-12#967 fixed 'Sommetime' -> 'Sometime' in templates.rstJeff Szusz
2013-08-12use easy_install instead of pip in quick_tour guide.kusut
- consistent with another docs (pyramid/substanced uses easy_install). - prevent pip/easy_install namespace package fiasco since the docs uses setup.py develop instead of pip install -e
2013-08-11updated doc _themeBlaise Laflamme
2013-08-11Per discussion with Chris, just wrap up "getting started" as the Quick Tour. ↵Paul Everitt
Still need to do more linking and perhaps add a section on root factories, authorization, authentication.
2013-08-09Merge pull request #1070 from Pylons/feature/sphinx-autoversionChris McDonough
update sphinx conf.py to use the pyramid version from pkg_resources instead of needing to change it manually
2013-08-10update sphinx to use the version from the package automaticallyMichael Merickel
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-09Lots of updates, move more code out of code-blocks into working package ↵Paul Everitt
code. About to tackle cool Pyramid stuff.