| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-27 | Update 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-27 | prep 1.10.dev0 | Michael Merickel | |
| 2017-06-26 | change http://docs.pylonsproject.org to https | Steve Piercy | |
| - use correct URL for code style - use correct Pyramid version for zodb wiki src file template | |||
| 2017-06-02 | mid-release cycle will be the death of me | Steve Piercy | |
| 2017-06-02 | append ` --checkout master` to cookie cutter command | Steve Piercy | |
| 2017-06-01 | use shortcut for github URL; update RELEASING.txt | Steve Piercy | |
| - refs: #3042 | |||
| 2017-05-12 | Merge branch 'master' into change-to-localhost | Steve Piercy | |
| 2017-05-12 | update narrative docs to align with source code | Steve Piercy | |
| - per https://github.com/Pylons/pyramid/pull/3000#issuecomment-294565854 | |||
| 2017-04-23 | update user prompt for cookiecutter repo_name | Steve Piercy | |
| - refs: https://github.com/Pylons/pyramid-cookiecutter-starter/pull/27#issuecomment-296507821 | |||
| 2017-03-14 | add Mako to options for pyramid-cookiecutter-starter | Steve Piercy | |
| 2017-03-10 | add Chameleon as option to pyramid-cookiecutter-starter | Steve Piercy | |
| 2017-02-28 | update pyramid-cookiecutter-starter prompts and reformat presentation of all ↵ | Steve Piercy | |
| cookiecutter prompts | |||
| 2017-02-03 | update links and reST syntax for mod_wsgi | Steve Piercy | |
| 2017-01-26 | grammar fixes | Steve Piercy | |
| 2017-01-26 | rest syntax fix | Steve Piercy | |
| 2017-01-26 | rest syntax fix | Steve Piercy | |
| 2017-01-26 | grammar fix | Steve Piercy | |
| 2017-01-15 | Update Windows docs | Steve 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-08 | Update project.rst | ramgoer | |
| incorrect cookietcutter path for windows environment %VENV%\Scripts\cookiecutter | |||
| 2016-12-27 | narr/project - update for cookiecutters | Steve Piercy | |
| - update source files - update project.png - fix literalinclude reference in logging | |||
| 2016-12-27 | narr/cookiecutters - revise | Steve Piercy | |
| 2016-12-14 | Merge branch 'master' into pr/2853 | Michael Merickel | |
| 2016-12-09 | grammar fixes | Martin | |
| 2016-12-09 | Added configuration for ipv6 in .ini files. | Martin | |
| 2016-12-07 | Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵ | Martin | |
| supported by waitress server. | |||
| 2016-12-06 | Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ↵ | Bert JW Regeer | |
| …" | |||
| 2016-12-06 | Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵ | Martin | |
| supported by waitress server. | |||
| 2016-11-21 | document globbing | Michael Merickel | |
| 2016-11-21 | support a [pserve] config section with a list of files to watch | Michael Merickel | |
| fixes #2732 | |||
| 2016-11-20 | link to documentation on hupper | Michael Merickel | |
| fixes #2806 | |||
| 2016-07-02 | fix overly aggressive refactor | Steve Piercy | |
| 2016-07-02 | Update Windows installation instructions and related bits. | Steve Piercy | |
| - Use proper Windows commands, drives, and paths - Use doscon for Windows console lexer | |||
| 2016-05-07 | update narr/project.rst with py.test and coverage defaults | Steve Piercy | |
| 2016-05-07 | wordsmith py.test and coverage configuration | Steve Piercy | |
| 2016-05-06 | doc: Update documentation for using ``py.test [--cov]`` for newly created ↵ | Vincent Férotin | |
| project with scaffolds. | |||
| 2016-04-23 | Fix 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-16 | replace ps1con with doscon for lexer | Steve Piercy | |
| 2016-04-12 | one 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.py | Steve Piercy | |
| - update starter scaffold tests and setup.py (used in `narr/project.rst` and `narr/testing.rst`) - update links to documentation | |||
| 2016-01-24 | Use 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* scripts | Steve Piercy | |
| - add links to p* scripts - add a blank line to keep indices and labels better visually related to the subsequent heading | |||
| 2015-12-08 | update narrative docs and literalinclude source files that use the starter ↵ | Steve Piercy | |
| scaffold to reflect its current state | |||
| 2015-12-04 | update references to references to python-distribute.org (see #2141 for ↵ | Steve Piercy | |
| discussion) | |||
| 2015-10-08 | wrap 79 cols | Steve Piercy | |
| 2015-10-06 | Missing space was causing Sphinx to barf | Bert JW Regeer | |
| Sphinx was barfing about "Inline literal start-string without end-string.". It barfs no more. | |||
| 2015-10-05 | - grammar | Steve Piercy | |
| - heading underlines - update images and text for debug toolbar | |||
| 2015-10-05 | - grammar | Steve Piercy | |
| - heading underlines - update images and text for debug toolbar | |||
| 2014-04-08 | make pdf build again | Chris McDonough | |
| 2014-04-08 | Drop setup.cfg from scaffolds | Wichert 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-08 | Remove lingua references from setup.cfg description. | Wichert Akkerman | |
