diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-05-14 05:42:41 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-05-14 05:42:41 +0000 |
| commit | 4ad6d42d9422c012329ba17f8d7c4ec9474f1dbc (patch) | |
| tree | 25b90e0d5be704fc4af80e422ccc7df037a156d5 /docs/narr/project.rst | |
| parent | 17b15e71c865b9cd3242d33137895b4ce3f540e6 (diff) | |
| download | pyramid-4ad6d42d9422c012329ba17f8d7c4ec9474f1dbc.tar.gz pyramid-4ad6d42d9422c012329ba17f8d7c4ec9474f1dbc.tar.bz2 pyramid-4ad6d42d9422c012329ba17f8d7c4ec9474f1dbc.zip | |
General cleanup.
Diffstat (limited to 'docs/narr/project.rst')
| -rw-r--r-- | docs/narr/project.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index c43f1f77e..5b15e9f44 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -92,9 +92,10 @@ application's Python code and templates. <http://www.sqlalchemy.org/>`_ also exist. Use ``paster create -t bfg_zodb`` to create a project that depends on ZODB. Use ``paster create -t bfg_routesalchemy`` to create a project that depends on - SQLAlchemy+Routes. Use ``paster create -t bfg_alchemy`` to create - a project that depends on SQLAlchemy but not Routes (uses traversal - instead of URL dispatch). + SQLAlchemy and Routes (uses :term:`URL dispatch` instead of + :term:`traversal`). Use ``paster create -t bfg_alchemy`` to create + a project that depends on SQLAlchemy but *not* Routes (uses + :term:`traversal` instead of :term:`URL dispatch`). Installing your Newly Created Project for Development ----------------------------------------------------- |
