Skip to content

Commit

Permalink
Fixed indentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ztane committed Nov 16, 2013
1 parent 392a6c7 commit bd897bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/narr/scaffolding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ named ``__init__.py`` with something like the following:
from pyramid.scaffolds import PyramidTemplate
class CoolExtensionTemplate(PyramidTemplate):
_template_dir = 'coolextension_scaffold'
summary = 'My cool extension'
class CoolExtensionTemplate(PyramidTemplate):
_template_dir = 'coolextension_scaffold'
summary = 'My cool extension'
Once this is done, within the ``scaffolds`` directory, create a template
directory. Our example used a template directory named
Expand Down Expand Up @@ -89,7 +89,7 @@ For example:
[pyramid.scaffold]
coolextension=coolextension.scaffolds:CoolExtensionTemplate
"""
)
)
Run your distribution's ``setup.py develop`` or ``setup.py install``
command. After that, you should be able to see your scaffolding template
Expand Down

0 comments on commit bd897bb

Please sign in to comment.