summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/background.rst
AgeCommit message (Collapse)Author
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.
2018-08-19Standardize macOS capitalizationSteve Piercy
2018-08-19Standardize Unix capitalizationSteve Piercy
2016-04-09- add intersphinx targetsSteve Piercy
2016-02-21wiki2 docs update WIPSteve Piercy
- minor grammar, .rst syntax - add pip to glossary - add pip instructions, commented until 1.7 is released
2015-05-25cherry pick from 1.5-branchSteve Piercy
2013-01-06I have tested this on Python 3, and it works without modificationTshepang Lekhonkhobe
2012-03-17warn about python 3Chris McDonough
2012-03-17dont make a judgment as to whom this will be most familiar forChris McDonough
2011-08-22remove time bombsChris McDonough
2011-07-02remove male pronounChris McDonough
2010-11-09- All references to Pyramid-the-application were changed from :mod:`pyramid`Chris McDonough
to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to allow for this. (internal)
2010-10-25adjust wiki2 tutorial for pyramidChris McDonough