diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-09-09 09:24:55 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-09-09 09:24:55 -0400 |
| commit | a48ee1b397249302305eb00998e287c62d898c68 (patch) | |
| tree | bb850f100116c8ddd155160e56b430ba26d3607d /doc | |
| parent | ce7768e3130ce1f83796c6090307e4591cbbfc45 (diff) | |
| download | sqlalchemy-a48ee1b397249302305eb00998e287c62d898c68.tar.gz | |
- add doc pages for exceptions
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/core/exceptions.rst | 6 | ||||
| -rw-r--r-- | doc/build/core/index.rst | 1 | ||||
| -rw-r--r-- | doc/build/orm/exceptions.rst | 6 | ||||
| -rw-r--r-- | doc/build/orm/index.rst | 1 | ||||
| -rw-r--r-- | doc/build/static/docs.css | 3 |
5 files changed, 16 insertions, 1 deletions
diff --git a/doc/build/core/exceptions.rst b/doc/build/core/exceptions.rst new file mode 100644 index 000000000..f7d384ad9 --- /dev/null +++ b/doc/build/core/exceptions.rst @@ -0,0 +1,6 @@ +Core Exceptions +=============== + +.. automodule:: sqlalchemy.exc + :show-inheritance: + :members:
\ No newline at end of file diff --git a/doc/build/core/index.rst b/doc/build/core/index.rst index bd7b56596..377d475e7 100644 --- a/doc/build/core/index.rst +++ b/doc/build/core/index.rst @@ -14,6 +14,7 @@ SQLAlchemy Core schema types interfaces + exceptions compiler serializer diff --git a/doc/build/orm/exceptions.rst b/doc/build/orm/exceptions.rst new file mode 100644 index 000000000..1dde4248f --- /dev/null +++ b/doc/build/orm/exceptions.rst @@ -0,0 +1,6 @@ +ORM Exceptions +============== + +.. automodule:: sqlalchemy.orm.exc + :show-inheritance: + :members:
\ No newline at end of file diff --git a/doc/build/orm/index.rst b/doc/build/orm/index.rst index a2e6fbf0a..dafff384d 100644 --- a/doc/build/orm/index.rst +++ b/doc/build/orm/index.rst @@ -15,6 +15,7 @@ SQLAlchemy ORM query loading interfaces + exceptions extensions/index examples diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index 145e49b8c..23513dbba 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -260,7 +260,8 @@ dl.function > dt, dl.attribute > dt, dl.classmethod > dt, dl.method > dt, -dl.class > dt +dl.class > dt, +dl.exception > dt { background-color:#F0F0F0; margin:0px -10px; |
