diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-21 18:24:31 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-21 18:24:31 +0200 |
| commit | f1c29f104a14dea0be612ca0aa8ecd49e165fafa (patch) | |
| tree | 73e6c800ddf2f357d80481df3ed9dc4a858578b0 /docs/tutorials/wiki2/basiclayout.rst | |
| parent | 38844f75e4a2cd85315f1d570b5b63d00ec1b0b4 (diff) | |
| download | pyramid-f1c29f104a14dea0be612ca0aa8ecd49e165fafa.tar.gz pyramid-f1c29f104a14dea0be612ca0aa8ecd49e165fafa.tar.bz2 pyramid-f1c29f104a14dea0be612ca0aa8ecd49e165fafa.zip | |
add hyperlinks for SQLAlchemy
Diffstat (limited to 'docs/tutorials/wiki2/basiclayout.rst')
| -rw-r--r-- | docs/tutorials/wiki2/basiclayout.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/basiclayout.rst b/docs/tutorials/wiki2/basiclayout.rst index 86fe97956..eb2445864 100644 --- a/docs/tutorials/wiki2/basiclayout.rst +++ b/docs/tutorials/wiki2/basiclayout.rst @@ -43,9 +43,9 @@ above is executed. It accepts some settings and returns a :term:`WSGI` application. (See :ref:`startup_chapter` for more about ``pserve``.) The main function first creates a :term:`SQLAlchemy` database engine using -``engine_from_config`` from the ``sqlalchemy.`` prefixed settings in the -``development.ini`` file's ``[app:main]`` section. This will be a URI -(something like ``sqlite://``): +:func:`sqlalchemy.engine_from_config` from the ``sqlalchemy.`` prefixed +settings in the ``development.ini`` file's ``[app:main]`` section. +This will be a URI (something like ``sqlite://``): .. literalinclude:: src/basiclayout/tutorial/__init__.py :lines: 13 |
