Tshepang Lekhonkhobe
2013-04-05 5e28d6fa6f2add7bd82aecad45f24c7c4672a253
fix markup
1 files modified
8 ■■■■ changed files
docs/narr/scaffolding.rst 8 ●●●● patch | view | raw | blame | history
docs/narr/scaffolding.rst
@@ -74,11 +74,15 @@
After you've created the template directory, add the following to the
``entry_points`` value of your distribution's ``setup.py``:
      [pyramid.scaffold]
      coolextension=coolextension.scaffolds:CoolExtensionTemplate
.. code-block:: ini
   [pyramid.scaffold]
   coolextension=coolextension.scaffolds:CoolExtensionTemplate
For example::
.. code-block:: python
    def setup(
          ...,
          entry_points = """\