summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
AgeCommit message (Collapse)Author
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
2016-04-07- update static_assets.rstSteve Piercy
2016-04-07- update jinja2.rstSteve Piercy
2016-04-07- update routing.rstSteve Piercy
2016-04-07- update request_response.rstSteve Piercy
2016-04-07- update view_classes.rstSteve Piercy
2016-04-07- update templating.rstSteve Piercy
2016-04-07- update views.rstSteve Piercy
2016-04-07- update functional_testing.rstSteve Piercy
2016-04-07- update unit_testing.rstSteve Piercy
2016-04-07- update debugtoolbarSteve Piercy
2016-04-07- update ini.rstSteve Piercy
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
2016-04-04- replace setup.py with pipSteve Piercy
2016-04-03- replace easy_install with pipSteve Piercy
- bump Python version to 3.5 or generalize to Python 3 - rewrite seealso's - use ps1con lexer for windows powershell console - add hyperlink targets
2016-03-02update link to videosSteve Piercy
2016-03-02give sentence a colostomy, break into twoSteve Piercy
2016-02-14Revert "Use lexer name compatible w/ Pygments 1.5."Tres Seaver
This reverts commit eee002a2b0b010834a2ebede550329dbea3b3732.
2016-02-14Use lexer name compatible w/ Pygments 1.5.Tres Seaver
Attempt to fix Jenkins build failures such as: http://jenkins.pylonsproject.org/job/pyramid/1992/console.
2016-01-24Use proper syntax names in code samples to allow highlighting and avoid ↵Steve Piercy
errors. See https://github.com/sphinx-doc/sphinx/issues/2264
2016-01-20Update docs to reflect dropping Python 3.2 supportSteve Piercy
2015-08-31move extra credit question about @forbidden_view_config from authentication ↵Steve Piercy
to authorization
2015-08-10Fix minor typoIsmail