summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
AgeCommit message (Collapse)Author
2016-09-24Why use venv/bin/pip instead of source bin/activate then pip?Steve Piercy
- Closes #2610
2016-09-01drop support for python 3.3 and error on 2.6Michael Merickel
closes #2476
2016-08-18update output for pcreate --list in Quick TutorialSteve Piercy
2016-07-23Add highlighting of changed linesSteve Piercy
2016-07-23Rewrite Quick Tutorial narrative in authentication.rst for consistent flowSteve Piercy
2016-07-21Add one-way password hash to security example in Quick Tutorial.Keith Yang
2016-07-17Corrected test command in static_assets.rstChristian Kollee
(cherry picked from commit 619c4b8)
2016-07-17Corrected command line for testsChristian Kollee
(cherry picked from commit df3db24)
2016-07-05Add missing tests to quick_tutorial/forms.Steve Piercy
- Closes #2673
2016-07-02proper case headingSteve Piercy
2016-07-02Update Windows installation instructions and related bits.Steve Piercy
- Use proper Windows commands, drives, and paths - Use doscon for Windows console lexer
2016-05-16remove reference to Twitter Bootstrap styling. Closes #2570.Steve Piercy
2016-05-15use characters that don't break the latexpdf builder. See #2572Steve Piercy
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup authorization.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup authentication.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup databases.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup forms.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup sessions.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup logging.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup more_view_classes.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup json.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup static_assets.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup jinja2.rst - add pyramid_jinja2 to requirements.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup routing.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup request_response.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup view_classes.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup templating.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup views.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup functional_testing.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup unit_testing.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- cleanup debugtoolbar.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- cleanup ini.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- cleanup package.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- cleanup hello_world.rst
2016-04-16quick_tutorial cleanupSteve Piercy
- update pip and setuptools - moar cleanup
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose and coverage with pytest and pytest-cov - update glossary and terms - use doscon lexer for Windows commands - refer to Pyramid Installation and put an end to copy-pasta - fix directory tree
2016-04-15rewrap 79-colSteve Piercy
2016-04-14Issue #2493: Fixing Quick Tutorial Step 18 - CSS/JS Paths, also on Step 19 - ↵Arian Maykon de Araújo Diógenes
Database
2016-04-13Issue #2493: Fixing Quick Tutorial Step 18 - CSS/JS PathsArian Maykon de Araújo Diógenes
2016-04-12one does not simply "create a virtualenv". one should "create a virtual ↵Steve Piercy
environment". - Fixes #2483
2016-04-12- replace `pyvenv` with `python3 -m venv`Steve Piercy
2016-04-10- update installation.rst to use pip, pyvenv, Python 3.4Steve Piercy
- simplify installation.rst by removing not-Pyramid things (installing Python and requirements for installing packages) while providing official external references - update cross-reference in quick_tutorial requirements.rst - add glossary entry for pyvenv
2016-04-07- update authorization.rstSteve Piercy
- add intersphinx target links
2016-04-07- update authentication.rstSteve Piercy
2016-04-07- update databases.rstSteve Piercy
2016-04-07- update forms.rstSteve Piercy
2016-04-07- update sessions.rstSteve Piercy
2016-04-07- update logging.rstSteve Piercy
2016-04-07- update more_view_classes.rstSteve Piercy
2016-04-07- update json.rstSteve Piercy