summaryrefslogtreecommitdiff
path: root/docs/tutorials
AgeCommit message (Collapse)Author
2018-11-25Clean up templates narrative.Steve Piercy
2018-11-25Rewrap edit_page view sectionSteve Piercy
2018-11-24Use proper reST syntax and directivesSteve Piercy
2018-11-24Revise the add_page view section narrativeSteve Piercy
2018-11-24Use double backticks on objectsSteve Piercy
2018-11-24Update models and view application sectionsSteve Piercy
2018-11-24Add a note for resources and traversal chapters.Steve Piercy
2018-11-24Revise view_page narrativeSteve Piercy
2018-11-24Update view_wiki narrativeSteve Piercy
2018-11-24Clean up introduction to views, synch views filesSteve Piercy
2018-11-24Synch non-view and non-template src/views filesSteve Piercy
2018-11-24rewrap introduction, spell out contractionsSteve Piercy
2018-11-24Update models and view application sectionsSteve Piercy
2018-11-24Synch up src/models filesSteve Piercy
2018-11-23Clean up introduction and delete the database sections of definingmodels.rstSteve Piercy
2018-11-23Clean up configuration for development.iniSteve Piercy
2018-11-23Add notfound_view function description and 404.pt template.Steve Piercy
2018-11-23Remove redundancy in appmaker narrativeSteve Piercy
2018-11-23Clean up grammar in models sectionSteve Piercy
2018-11-23Rewrite application configuration to mirror the URL-dispatch + SQLAlchemy ↵Steve Piercy
wiki style
2018-11-23Clean up views, now in a packageSteve Piercy
2018-11-23Clean up models, now in a packageSteve Piercy
2018-11-23Clean up application configuration in __init__.pySteve Piercy
2018-11-23Synch up src filesSteve Piercy
2018-11-23Add files from cookiecutterSteve Piercy
2018-11-23synch up source files with actual cookiecutter resultsSteve Piercy
2018-11-23remove extra whitespaceSteve Piercy
2018-11-23Correct grammar, use shorter sentences, rewrap to one sentence per line, ↵Steve Piercy
inline links, update outputs.
2018-11-23Correct grammar, use shorter sentences, rewrap to one sentence per line.Steve Piercy
2018-11-23Remove Python versions mentionSteve Piercy
2018-11-19rip out moar unicode prefixesMichael Merickel
2018-11-18Unpin webtest and pytestSteve Piercy
2018-11-17Remove mention of py3 compatSteve Piercy
2018-11-17Update Python source files in docs to use `from html import escape`, now ↵Steve Piercy
that we ripped it out from `pyramid.compat`.
2018-11-16Remove most Python 2 mentions from docs. Exclusions:Steve Piercy
- `docs/tutorials/wiki/*` was written for Python 2 and supposedly won't run on Python 3. - `docs/api/compat.rst` because it drops some stuff and moves other bits into `pyramid.util` and should be part of another PR. - Ignored a couple of times where `env27` and `Python 2.` appear in command output, but they are inconsequential.
2018-10-31initial work removing pcreateMichael Merickel
2018-10-31move master to 2.0.dev0Michael Merickel
2018-10-15point cookiecutters at 1.10-branchMichael Merickel
2018-10-07Use proper case for Setuptools as a library name.Steve Piercy
Change Setuptools to a glossary term where useful.
2018-10-05Merge branch 'master' into one_ccSteve Piercy
2018-10-04Update Pyramid documentation pytest references with feedbackPaul Cutler
Update the pull request to update all Pyramid documentation to replace instances of "py.test" with "pytest" to include missing backticks where needed.
2018-10-03Change references to "py.test" in SQLAlchemy tutorial test pagePaul Cutler
Change all references of "py.test" to "pytest" per pytest 3.0 release in the test page of the ZODB + URL Dispatch tutorial test documentation
2018-10-03Change references to "py.test" to "pytest" in ZODB tutorial test pagePaul Cutler
Change all references of "py.test" to "pytest" per pytest 3.0 release in the test page of the ZODB + Traversal tutorial
2018-10-03Change references to "py.test" to "pytest" in SQLAlchemy tutorialPaul Cutler
Change all references of "py.test" to "pytest" per pytest 3.0 release in the SQLAlchemy + URL Dispatch tutorial
2018-10-03Change references to "py.test" to "pytest" in installation.rstPaul Cutler
Remove :term: from pytest as it is not in the glossary.
2018-10-03Change references to "py.test" to "pytest" in installation.rstPaul Cutler
As of pytest 3.0 (Aug 16) the recommended way to call pytest is using the "pytest" command and not "py.test"
2018-09-27Fix typoAlexander Lin
2018-09-17name changeStephen Martin
2018-09-16doc fixesStephen Martin
2018-09-09merging cookiecuttersStephen Martin