summaryrefslogtreecommitdiff
path: root/docs/narr/scaffolding.rst
AgeCommit message (Collapse)Author
2018-10-31remove the scaffolding chapterMichael Merickel
2018-10-07Use proper case for Setuptools as a library name.Steve Piercy
Change Setuptools to a glossary term where useful.
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-18Clean up code-blocks in scaffoldingSteve Piercy
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.
2016-12-26narr/cookiecutters - addSteve Piercy
narr/scaffolding - update index - add link to narr/cookiecutters
2015-12-04update references to references to python-distribute.org (see #2141 for ↵Steve Piercy
discussion)
2015-11-09minor grammar, fix .rst markup, rewrap to 79 columnsSteve Piercy
2015-08-24document +dot+ for dotfiles in scaffoldsAlexandre Conrad
2013-11-17Fixed indentation issuesAntti Haapala
2013-11-17Removed extra indentation from some examples (:linenos: should be indented ↵Antti Haapala
with the same indentation as the rest of the code block)
2013-04-05fix markupTshepang Lekhonkhobe
2013-04-05fix markupTshepang Lekhonkhobe
2013-04-05fix some cross-referencesTshepang Lekhonkhobe
2012-03-01wrong class name, fixes #451Chris McDonough
2011-12-14avoid warning under 1.2Chris McDonough
2011-12-14fix for 1.0Chris McDonough
2011-12-14- Changed scaffolding machinery around a bit to make it easier for people whoChris McDonough
want to have extension scaffolds that can work across Pyramid 1.0.X, 1.1.X, 1.2.X and 1.3.X. See the new "Creating Pyramid Scaffolds" chapter in the narrative documentation for more info. - Added an API docs chapter for ``pyramid.scaffolds``. - Added a narrative docs chapter named "Creating Pyramid Scaffolds". - The ``template_renderer`` method of ``pyramid.scaffolds.PyramidScaffold`` was renamed to ``render_template``. If you were overriding it, you're a bad person, because it wasn't an API before now. But we're nice so we're letting you know.