summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/package.rst
AgeCommit message (Collapse)Author
2018-08-21Merge pull request #3330 from stevepiercy/docs-code-styleMichael Merickel
Docs code style
2018-08-19Fix broken links from linkcheck, exclude localhost from checkSteve Piercy
2018-08-18Clean up code-blocks in qt/packageSteve Piercy
2017-06-27Update all external links per `make linkcheck`Steve Piercy
- Most are changing http to https, or readthedocs.org to readthedocs.io, and some for Python packaging reorganizing some docs into tutorials, as well as miscellaneous changes.
2016-04-16quick_tutorial cleanupSteve Piercy
- cleanup package.rst
2016-04-06- remove conf.py stragglerSteve Piercy
- update intersphinx link to python3 docs - Closes #2429
2016-04-05- replace easy_install with pipSteve Piercy
- add python3 for intersphinx. See #2429 - minor grammar
2015-05-20re-moving unnecessary hyphenation (see what I did there?)Steve Piercy
2014-02-16Avoid re-ambiguating 'project' vs. 'package.Tres Seaver
2013-09-25Get pyramid_chameleon added to the quick tutorial, plus some other fixes for ↵Paul Everitt
Python 3.
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-16make example links clickable, for convenienceTshepang Lekhonkhobe
2013-09-16s/env/venv just for sake of consistencyTshepang Lekhonkhobe
2013-09-13Fix naming of virtualenv prefix.Paul Everitt
2013-09-13First cut at import of quick tutorial.Paul Everitt