summaryrefslogtreecommitdiff
path: root/docs/narr/project.rst
AgeCommit message (Collapse)Author
2022-11-14rename "master" to "main"jonathan vanasco
2021-01-09Update Quick Tutorial and Quick Tour cookiecutter stepsSteve Piercy
2021-01-09Update files from cookiecutter and output from commandsSteve Piercy
2020-11-28cleanup some terminologyMichael Merickel
2020-01-08sync cookiecutter to starter project `myproject`Steve Piercy
2020-01-03exclude tests package from source packagesMichael Merickel
2020-01-03remove inotifyMichael Merickel
2020-01-02Resync through project.rst after moving tests directorySteve Piercy
2020-01-024 tests require 4 dotsSteve Piercy
2020-01-02Update project.rst and its cookiecutter project filesSteve Piercy
- Update output to reflect current cookiecutter - Fix minor typos - Use new links to PyPA for MANIFEST.in description and usage - Add missing keyword "keywords" to setup.py whirlwind description - Flip order of `install_requires` and `extras_require` to align with order in setup.py - Update line numbers and code references - Add watchman under hupper and rewrite paragraph @mmerickel should review
2019-02-19no change in caseArijit Basu
2018-11-19Link to "settings" glossary entry when settings are first introducedKarl O. Pinc
2018-11-19Put reference to startup in a seealsoKarl O. Pinc
2018-11-19Make index entries for statup distinctKarl O. Pinc
2018-11-18Shorten sentenceKarl O. Pinc
2018-11-18Move sentence from project docs to logging docsKarl O. Pinc
2018-11-18Link to startup docs for more detailKarl O. Pinc
2018-11-18Simplify sentenceKarl O. Pinc
2018-11-18Revert "Describe the points at which ini files are processed"Karl O. Pinc
This reverts commit 87c8da5865c001ff0ca9ef2c923e26e323ccfcde.
2018-11-18Revert "mmerickel noted that add-ons may not get their settings from .ini files"Karl O. Pinc
This reverts commit 9ef620f65721aa8474e8bde2e6b13673ed980f73.
2018-11-18Revert "Remove unnecessary words"Karl O. Pinc
This reverts commit d5efd3c665952e67953405b794d0e2bb02689a86.
2018-11-18Remove unnecessary wordsKarl O. Pinc
2018-11-18mmerickel noted that add-ons may not get their settings from .ini filesKarl O. Pinc
Also, remove detail about Configurator returning a configuration.
2018-11-18Describe the points at which ini files are processedKarl O. Pinc
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 narrative documentationPaul Cutler
Change reference of "py.test" to "pytest" per pytest 3.0 release in the project and testing pages of narrative documentation
2018-09-17name changeStephen Martin
2018-09-16doc fixesStephen Martin
2018-09-09merging cookiecuttersStephen Martin
2018-08-30Update narr/project.rst and /myproject starter cookiecutter source filesSteve 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 projectSteve Piercy
2018-04-24link to pypi.orgMichael Merickel
2018-01-11Align project name with source files myproject/*.iniSteve Piercy
- Closes #3213
2017-06-27Update all external links per `make linkcheck`Steve Piercy
- Most are changing http to https, or readthedocs.org to readthedocs.io, and some for Python packaging reorganizing some docs into tutorials, as well as miscellaneous changes.
2017-06-27prep 1.10.dev0Michael Merickel
2017-06-26change http://docs.pylonsproject.org to httpsSteve Piercy
- use correct URL for code style - use correct Pyramid version for zodb wiki src file template
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-12Merge branch 'master' into change-to-localhostSteve Piercy
2017-05-12update narrative docs to align with source codeSteve Piercy
- per https://github.com/Pylons/pyramid/pull/3000#issuecomment-294565854
2017-04-23update user prompt for cookiecutter repo_nameSteve Piercy
- refs: https://github.com/Pylons/pyramid-cookiecutter-starter/pull/27#issuecomment-296507821
2017-03-14add Mako to options for pyramid-cookiecutter-starterSteve Piercy