summaryrefslogtreecommitdiff
path: root/docs/quick_tour.rst
AgeCommit message (Collapse)Author
2013-09-06apostropheMichael Merickel
2013-09-06fix some more broken referencesMichael Merickel
2013-09-02DOC: Update quick_tour.rst: Typo: with -> whichWes Turner
2013-08-15fix misplaced symbolTshepang Lekhonkhobe
2013-08-14Changes recommended by Lisa Ballard at PyLadies via Steve Piercy, thanks Lisa!Paul Everitt
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-12About to give Intersphinx a shot.Paul Everitt
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-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.