diff options
| author | Michael Merickel <michael@merickel.org> | 2013-03-21 10:09:00 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-03-21 10:09:00 -0700 |
| commit | 1f168300303a8d9cf264cd17eaae06f6e1d7f734 (patch) | |
| tree | e924aa40e5775eda9a0cddeebb368078a273f4e2 /docs/tutorials/wiki2/basiclayout.rst | |
| parent | ea3e974d84c469cc07648d6be943e1e98ee50d33 (diff) | |
| parent | 2a65f2086ce5b0c2f029fbc0ea165a65cd601ec3 (diff) | |
| download | pyramid-1f168300303a8d9cf264cd17eaae06f6e1d7f734.tar.gz pyramid-1f168300303a8d9cf264cd17eaae06f6e1d7f734.tar.bz2 pyramid-1f168300303a8d9cf264cd17eaae06f6e1d7f734.zip | |
Merge pull request #931 from tshepang/sqla
add hyperlinks to SQLAlchemy docs
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 |
