summaryrefslogtreecommitdiff
path: root/docs/narr/project.rst
AgeCommit message (Collapse)Author
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
2017-03-10add Chameleon as option to pyramid-cookiecutter-starterSteve Piercy
2017-02-28update pyramid-cookiecutter-starter prompts and reformat presentation of all ↵Steve Piercy
cookiecutter prompts
2017-02-03update links and reST syntax for mod_wsgiSteve Piercy
2017-01-26grammar fixesSteve Piercy
2017-01-26rest syntax fixSteve Piercy
2017-01-26rest syntax fixSteve Piercy
2017-01-26grammar fixSteve Piercy
2017-01-15Update Windows docsSteve Piercy
- Installation overhauled - update project.rst to remove duplication - Windows paths never end with "\" except for a drive name, for example C:\ - use backslashes for paths - backslashes cannot be used for line continuation on Windows - update extra packages for Windows - Python now has a Windows launcher
2017-01-08Update project.rstramgoer
incorrect cookietcutter path for windows environment %VENV%\Scripts\cookiecutter
2016-12-27narr/project - update for cookiecuttersSteve Piercy
- update source files - update project.png - fix literalinclude reference in logging
2016-12-27narr/cookiecutters - reviseSteve Piercy
2016-12-14Merge branch 'master' into pr/2853Michael Merickel
2016-12-09grammar fixesMartin
2016-12-09Added configuration for ipv6 in .ini files.Martin
2016-12-07Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵Martin
supported by waitress server.
2016-12-06Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ↵Bert JW Regeer
…"
2016-12-06Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵Martin
supported by waitress server.
2016-11-21document globbingMichael Merickel
2016-11-21support a [pserve] config section with a list of files to watchMichael Merickel
fixes #2732
2016-11-20link to documentation on hupperMichael Merickel
fixes #2806
2016-07-02fix overly aggressive refactorSteve 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-07update narr/project.rst with py.test and coverage defaultsSteve Piercy
2016-05-07wordsmith py.test and coverage configurationSteve Piercy
2016-05-06doc: Update documentation for using ``py.test [--cov]`` for newly created ↵Vincent Férotin
project with scaffolds.
2016-04-23Fix all the stinky linkie rot via `make linkcheck ↵Steve Piercy
SPHINXBUILD=$VENV/bin/sphinx-build`, but don't bother with HISTORY.txt or whatsnew-xx
2016-04-16replace ps1con with doscon for lexerSteve Piercy
2016-04-12one does not simply "create a virtualenv". one should "create a virtual ↵Steve Piercy
environment". - Fixes #2483
2016-04-11- update narr/project.rst to use pip instead of setup.pySteve Piercy
- update starter scaffold tests and setup.py (used in `narr/project.rst` and `narr/testing.rst`) - update links to documentation
2016-01-24Use proper syntax in code samples to allow highlighting and avoid errors. ↵Steve Piercy
See https://github.com/sphinx-doc/sphinx/issues/2264
2015-12-21- add p* scriptsSteve Piercy
- add links to p* scripts - add a blank line to keep indices and labels better visually related to the subsequent heading
2015-12-08update narrative docs and literalinclude source files that use the starter ↵Steve Piercy
scaffold to reflect its current state
2015-12-04update references to references to python-distribute.org (see #2141 for ↵Steve Piercy
discussion)
2015-10-08wrap 79 colsSteve Piercy
2015-10-06Missing space was causing Sphinx to barfBert JW Regeer
Sphinx was barfing about "Inline literal start-string without end-string.". It barfs no more.
2015-10-05- grammarSteve Piercy
- heading underlines - update images and text for debug toolbar
2015-10-05- grammarSteve Piercy
- heading underlines - update images and text for debug toolbar
2014-04-08make pdf build againChris McDonough
2014-04-08Drop setup.cfg from scaffoldsWichert Akkerman
Since setup.cfg is no longer needed for Babel, and no scaffold or documentation references nose there is no need to keep them.
2014-04-08Remove lingua references from setup.cfg description.Wichert Akkerman