summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/index.rst
AgeCommit message (Collapse)Author
2018-11-17Remove explicit mention of Python 3Steve Piercy
2018-11-16Remove most Python 2 mentions from docs. Exclusions:Steve Piercy
- `docs/tutorials/wiki/*` was written for Python 2 and supposedly won't run on Python 3. - `docs/api/compat.rst` because it drops some stuff and moves other bits into `pyramid.util` and should be part of another PR. - Ignored a couple of times where `env27` and `Python 2.` appear in command output, but they are inconsequential.
2016-12-26quick_tutorial/cookiecutters - renamed from scaffoldsSteve Piercy
- rewrite for use of cookiecutters instead of scaffolds - update source files
2016-04-15rewrap 79-colSteve Piercy
2013-09-25Quick Tutorial: Improve the setup instructions (adapted from Steve Piercy's ↵Paul Everitt
work), particularly for Windows. Change all the steps to use $VENV/bin prefixes on commands (don't presume that they have done source env/bin/activate).
2013-09-13All the references re-wired.Paul Everitt
2013-09-13First cut at import of quick tutorial.Paul Everitt