summaryrefslogtreecommitdiff
path: root/docs/narr/scaffolding.rst
AgeCommit message (Collapse)Author
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.