summaryrefslogtreecommitdiff
path: root/docs/quick_tour.rst
AgeCommit message (Collapse)Author
2022-11-14rename "master" to "main"jonathan vanasco
2021-02-03Use the my_view object instead of a single line numberSteve Piercy
2021-01-09Update logging and sessions steps in Quick TourSteve Piercy
2021-01-09Update Quick Tour Testing stepSteve Piercy
2021-01-09Update Quick Tutorial and Quick Tour cookiecutter stepsSteve Piercy
2020-01-15better wordingÉric Araujo
2020-01-14apply more review fixes, minimize some diffsÉric Araujo
2020-01-11replace "third-party" with "custom"Éric Araujo
2020-01-07rewrite docs for custom predicatesÉric Araujo
2020-01-02Fix broken literalinclude pathsSteve Piercy
2020-01-02Resync through Quick Tour after moving tests directorySteve Piercy
2020-01-02Update quick_tour with cookiecutter master branchSteve Piercy
2019-09-22Fix name and path of views fileviniciusban
2019-08-17run linkcheck, fix redirects, change busted links to inline literalsSteve Piercy
2019-07-27Fix typosMin ho Kim
2018-11-27Fix links after running linkcheck, excluding HISTORY.txt, a local link, and ↵Steve Piercy
a bad link in WebOb docs
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-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 Quick TourPaul Cutler
Change reference of "py.test" to "pytest" per pytest 3.0 release in the Quick Tour documentation page
2018-09-17name changeStephen Martin
2018-09-09merging cookiecuttersStephen Martin
2018-08-30Update quick_tour with starter and alchemy cookiecutters source filesSteve Piercy
2018-08-22Just Python 3 is fineSteve Piercy
2018-08-22Bump Python version to 3.7 in docs and project meta filesSteve Piercy
2018-08-21Synch Hello World app with canonical version on trypyramid.com and elsewhereSteve Piercy
2018-08-21Merge pull request #3330 from stevepiercy/docs-code-styleMichael Merickel
Docs code style
2018-08-19Fix broken links from linkcheck, exclude localhost from checkSteve Piercy
2018-08-19Standardize Unix capitalizationSteve Piercy
2018-08-18Clean up code-blocks in quick_tourSteve Piercy
2018-05-16Update GitHub URLs for tutorialsLuisCastilloH
2018-05-15Fix misspellingLuisCastilloH
2018-05-15Update quick tour index with cut and paste instructionsLuisCastilloH
2017-07-03Add a term for context manager in Quick TourSteve Piercy
2017-06-27prep 1.10.dev0Michael Merickel
2017-06-10update src files and synch emphasize-lines for quick_tourSteve Piercy
2017-06-02mid-release cycle will be the death of meSteve Piercy
2017-06-02append ` --checkout master` to cookie cutter commandSteve Piercy
2017-06-01use shortcut for github URL; update RELEASING.txtSteve Piercy
- refs: #3042
2017-05-17remove bad path from python executableSteve Piercy
- Closes #3044
2017-05-12Merge branch 'master' into change-to-localhostSteve Piercy
2017-04-23update user prompt for cookiecutter repo_nameSteve Piercy
- refs: https://github.com/Pylons/pyramid-cookiecutter-starter/pull/27#issuecomment-296507821
2017-04-16Fix #2927 - Change to listen = localhost:6543.Aleph Melo
2017-03-14add Mako to options for pyramid-cookiecutter-starterSteve Piercy
2017-02-28update pyramid-cookiecutter-starter prompts and reformat presentation of all ↵Steve Piercy
cookiecutter prompts
2016-12-27quicktour - moar updates for cookiecuttersSteve Piercy
2016-12-25quick_tour - "Forms" update for recent Deform changesSteve Piercy