summaryrefslogtreecommitdiff
path: root/docs/narr/upgrading.rst
AgeCommit message (Collapse)Author
2017-01-15Update Windows docsSteve Piercy
- Installation overhauled - update project.rst to remove duplication - Windows paths never end with "\" except for a drive name, for example C:\ - use backslashes for paths - backslashes cannot be used for line continuation on Windows - update extra packages for Windows - Python now has a Windows launcher
2016-07-02Update Windows installation instructions and related bits.Steve Piercy
- Use proper Windows commands, drives, and paths - Use doscon for Windows console lexer
2016-04-23Fix all the stinky linkie rot via `make linkcheck ↵Steve Piercy
SPHINXBUILD=$VENV/bin/sphinx-build`, but don't bother with HISTORY.txt or whatsnew-xx
2016-04-12Remove note about -Wd flagBert JW Regeer
Since we no longer support Python 2.6, it becomes a requirement for all our supported Python versions, and thus the note is no longer required.
2016-01-22Add Python support policy (see ↵Steve Piercy
https://github.com/Pylons/pyramid/pull/2256#issuecomment-174029882)
2015-11-13minor grammar, .rst syntax, rewrap 79 colsSteve Piercy
2013-11-17Removed extra indentation from some examples (:linenos: should be indented ↵Antti Haapala
with the same indentation as the rest of the code block)
2013-10-06Fixed an exampleBauhausSP
"from pyramid.view import view_config" instead of "from pyramid.view. import view_config"
2013-03-13consistency: use $VENV whenever virtualenv binaries are usedTshepang Lekhonkhobe
2013-01-08typosTshepang Lekhonkhobe
2012-09-15add a whatsnew-1.4 documentChris McDonough
2012-09-13wordingChris McDonough
2012-09-13docs renderingChris McDonough
2012-09-13add upgrading chapter, make docs render againChris McDonough