diff options
| author | michr <michr@webhippo.net> | 2011-09-23 18:48:28 -0700 |
|---|---|---|
| committer | michr <michr@webhippo.net> | 2011-09-23 18:48:28 -0700 |
| commit | 012b9762cd0b114b6afbf2d6356554b51706804a (patch) | |
| tree | c57c9a9797e29027c027c4eb65ad4735ca7a6214 /docs/narr/project.rst | |
| parent | f487b2f1e5f6d4badf5eda64c0ee4fba699bfb92 (diff) | |
| download | pyramid-012b9762cd0b114b6afbf2d6356554b51706804a.tar.gz pyramid-012b9762cd0b114b6afbf2d6356554b51706804a.tar.bz2 pyramid-012b9762cd0b114b6afbf2d6356554b51706804a.zip | |
fixed up all the warning dealing ..note and ..warn
added a hide toc for glossary to prevent warnings
Diffstat (limited to 'docs/narr/project.rst')
| -rw-r--r-- | docs/narr/project.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 10b7a5d04..345672204 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -64,7 +64,9 @@ The included scaffolds are these: URL mapping via :term:`traversal` and persistence via :term:`SQLAlchemy` -.. note:: At this time, each of these scaffolds uses the :term:`Chameleon` +.. note:: + + At this time, each of these scaffolds uses the :term:`Chameleon` templating system, which is incompatible with Jython. To use scaffolds to build applications which will run on Jython, you can try the ``pyramid_jinja2_starter`` scaffold which ships as part of the |
