From 758464303c00de745672d6c3e27566e3bc52859e Mon Sep 17 00:00:00 2001 From: Joe Dallago Date: Thu, 24 Mar 2011 23:38:27 -0500 Subject: It was decided that pyramid would undergo a terminology change. 'Paster templates' will now be refered to as 'scaffolds,' while 'rendered templates' will remain as 'templates.' I have changed the docs to reflect this change in terminology. --- docs/tutorials/bfg/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials/bfg') diff --git a/docs/tutorials/bfg/index.rst b/docs/tutorials/bfg/index.rst index 9f9a5238c..e68e63b0b 100644 --- a/docs/tutorials/bfg/index.rst +++ b/docs/tutorials/bfg/index.rst @@ -117,7 +117,7 @@ Here's how to convert a :mod:`repoze.bfg` application to a (if you've been using the example paths, this will be ``/tmp/bfgapp/setup.py``) to depend on the ``pyramid`` distribution instead the of ``repoze.bfg`` distribution in its - ``install_requires`` list. If you used a ``paster`` template to + ``install_requires`` list. If you used a scaffold to create the :mod:`repoze.bfg` application, you can do so by changing the ``requires`` line near the top of the ``setup.py`` file. The original may look like this: -- cgit v1.2.3