summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/debugtoolbar.rst
AgeCommit message (Collapse)Author
2018-10-09Rearrange introduction of Setuptools and move to debugtoolbar.Steve Piercy
Replace [testing] with [dev]. Make narrative text more descriptive of what is going on with `extras_require`
2018-10-09Align emphasize-lines with setup.py codeSteve Piercy
2018-10-08Use correct invocation of `pip install - e ".[dev]"` instead of [testing]Steve Piercy
2018-10-08Emphasize the changes to setup.pySteve Piercy
2018-10-07grammarSteve Piercy
2018-10-07Add pyramid_debugtoolbar to setup.py, and update narrative text accordingly.Steve Piercy
2018-08-18Clean up code-blocks in qt/debugtoolbarSteve Piercy
2017-07-02Fix doc typoCaio Carrara
2016-07-02proper case headingSteve Piercy
2016-04-16quick_tutorial cleanupSteve Piercy
- cleanup debugtoolbar.rst
2016-04-07- update debugtoolbarSteve Piercy
2015-06-18rst numbering syntaxSteve Piercy
2015-05-20- grammar/wrappingSteve Piercy
- capitalization
2014-11-09- rewrapSteve Piercy
- add missing clause in last paragraph
2014-04-16minor tweaks based on toolbar changes in 2.xMichael Merickel
2014-04-16Update debugtoolbar.rsttylereaves
grammar fix
2014-04-16Update debugtoolbar.rsttylereaves
Fix wording to reflect how debugtoolbar actually works
2014-02-16EC: break the page and see the DBT traceback display.Tres Seaver
2014-02-16EC: why not add 'pyramid_debugtoolbar' to our 'install_requires'?Tres Seaver
2014-02-10- Garden PR #1121Steve Piercy
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