summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/forms.rst
AgeCommit message (Collapse)Author
2018-10-08Align emphasize-lines to setup.pySteve Piercy
2018-10-07Fix grammar and standardize numbered listSteve Piercy
2018-10-06update the forms.rst to display the new testsWill
2018-10-03Change references to "py.test" in all Quick Tutorial documentationPaul Cutler
Change all references of "py.test" to "pytest" per pytest 3.0 release in the Quick Tutorial documentation
2018-08-18Clean up code-blocks in qt/formsSteve Piercy
2018-05-14fixed issue #3182 - alphabetized dependencies in quick tutorial and aligned ↵Radu Revutchi
emphasize-lines
2017-10-21Changes per stevepiercy review, thanks!Chris Shenton
2017-10-21Quick Tutorial: Replace wsgiref with waitressChris Shenton
In setup.py add waitress import. In development.ini use waitress. Adjust line number highlighting. Mention that we're using it early in the tutorial. Addresses #2926
2016-07-23Add highlighting of changed linesSteve Piercy
2016-07-05Add missing tests to quick_tutorial/forms.Steve Piercy
- Closes #2673
2016-05-16remove reference to Twitter Bootstrap styling. Closes #2570.Steve Piercy
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup forms.rst
2016-04-07- update forms.rstSteve Piercy
2015-05-22- add jQuery to the templateSteve Piercy
- punctuation, grammar
2014-10-14typo fixJay Martin
2013-09-26Quick Tour: shorten the setup part and point to Quick Tutorial Requirements ↵Paul Everitt
for more explanation. Cross link each Quick Tour section with its Quick Tutorial match.
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