summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/distributing.rst
AgeCommit message (Collapse)Author
2018-11-26Update distributing with terms, rewrapSteve Piercy
2018-08-19Standardize Unix capitalizationSteve Piercy
2018-08-18Clean up code-blocks in tutorials/wiki/distributingSteve Piercy
2018-04-24link to pypi.orgMichael Merickel
2016-12-23drop . from pip install commandSteve Piercy
2016-12-23make distributing.rst's consistent, use pip installSteve Piercy
2016-12-23Use cookiecutter instead of scaffold and pcreateSteve Piercy
- minor grammar and reST fixes
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-16replace ps1con with doscon for lexerSteve Piercy
2016-04-12one does not simply "create a virtualenv". one should "create a virtual ↵Steve Piercy
environment". - Fixes #2483
2016-04-10- update wiki/distributing.rst to use pipSteve Piercy
2016-04-09- fix traversal tutorial referenceSteve Piercy
- add intersphinx targets to wiki/*
2015-05-27clean up and make consistent across wikisSteve Piercy
2013-03-13consistency: use $VENV whenever virtualenv binaries are usedTshepang Lekhonkhobe
2011-01-21- Add a ``MANIFEST.in`` file to each paster template. SeeChris McDonough
https://github.com/Pylons/pyramid/issues#issue/95 Closes issue #95.
2011-01-06Updated wiki tutorial docsBlaise Laflamme
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-25rename bfgwiki to wikiChris McDonough