Chris McDonough
2011-12-14 bfd4b39b3467681ad34b1dda74acd20294e81a86
refs
author Chris McDonough <chrism@plope.com>
Wednesday, December 14, 2011 15:10 +0100
committer Chris McDonough <chrism@plope.com>
Wednesday, December 14, 2011 15:10 +0100
commitbfd4b39b3467681ad34b1dda74acd20294e81a86
tree 9c77d9607dd1800f9d410bf0e57e5eb963035d22 tree | zip | gz
parent 78d1e4aefa4948904c354268abd53b9311f79b7d view | diff
- Changed scaffolding machinery around a bit to make it easier for people who
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.
2 files added
8 files modified
289 ■■■■■ changed files
CHANGES.txt 17 ●●●●● diff | view | raw | blame | history
docs/api.rst 1 ●●●● diff | view | raw | blame | history
docs/api/scaffolds.rst 13 ●●●●● diff | view | raw | blame | history
docs/index.rst 1 ●●●● diff | view | raw | blame | history
docs/narr/scaffolding.rst 171 ●●●●● diff | view | raw | blame | history
docs/whatsnew-1.3.rst 4 ●●●● diff | view | raw | blame | history
pyramid/scaffolds/__init__.py 15 ●●●●● diff | view | raw | blame | history
pyramid/scaffolds/copydir.py 2 ●●●●● diff | view | raw | blame | history
pyramid/scaffolds/template.py 35 ●●●● diff | view | raw | blame | history
pyramid/tests/test_scaffolds/test_template.py 30 ●●●●● diff | view | raw | blame | history