summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/jinja2.rst
AgeCommit message (Collapse)Author
2019-08-17run linkcheck, fix redirects, change busted links to inline literalsSteve Piercy
2018-10-09Align emphasize-lines with setup.py codeSteve Piercy
2018-10-08Align emphasize-lines to setup.pySteve Piercy
2018-10-07Add pyramid_jinja2 as a requirement.Steve Piercy
Carry forward previous setup.py changes.
2018-10-03Change references to "py.test" in SQLAlchemy tutorial test pagePaul Cutler
Change the references of "py.test" to "pytest" per pytest 3.0 release in the Jinja2 template page of the documentation in quick tutorial
2018-08-18Clean up code-blocks in qt/jinja3Steve Piercy
2017-08-14Add missing word to jinja2 tutorials pageLars Alexander Blumberg
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup jinja2.rst - add pyramid_jinja2 to requirements.rst
2016-04-07- update jinja2.rstSteve Piercy
2016-04-07- update templating.rstSteve Piercy
2015-05-22spelling; correct title tagSteve Piercy
2014-10-08Minor edits to Templating With jinja2David Eisner
* Fix grammar, order of operations in step 1. * Remove Analysis section reference to pyramid.includes in functional tests, which is no longer accurate.
2014-07-02dont need to use any settings, we include pyramid_jinja2 in mainChris McDonough
2014-04-20Merge pull request #1309 from omidraha/patch-1Steve Piercy
Correct question to adapt to the the text.
2013-10-08Small quick tutorial fixes post conference.Paul Everitt
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