Fixed doc blocks

Raise error with docutils 0.8.1. Probably docutils 0.7 was more lenient.
This commit is contained in:
Daniele Varrazzo 2011-09-22 15:50:50 +01:00
parent cd6e2cd8f2
commit 6c8051907c
2 changed files with 4 additions and 1 deletions

View File

@ -472,6 +472,7 @@ resources about the topic.
.. __: http://www.postgresql.org/docs/9.0/static/libpq-async.html
.. warning::
:ref:`COPY commands <copy>` are currently not supported when a wait callback
is registered, but they will be probably implemented in a future release.

View File

@ -218,7 +218,9 @@ This is the exception inheritance layout:
Type Objects and Constructors
-----------------------------
.. note:: This section is mostly copied verbatim from the |DBAPI|_
.. note::
This section is mostly copied verbatim from the |DBAPI|_
specification. While these objects are exposed in compliance to the
DB API, Psycopg offers very accurate tools to convert data between Python
and PostgreSQL formats. See :ref:`adapting-new-types` and