mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-23 01:16:34 +03:00
Fixed doc blocks
Raise error with docutils 0.8.1. Probably docutils 0.7 was more lenient.
This commit is contained in:
parent
cd6e2cd8f2
commit
6c8051907c
|
@ -472,6 +472,7 @@ resources about the topic.
|
||||||
.. __: http://www.postgresql.org/docs/9.0/static/libpq-async.html
|
.. __: http://www.postgresql.org/docs/9.0/static/libpq-async.html
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
:ref:`COPY commands <copy>` are currently not supported when a wait callback
|
:ref:`COPY commands <copy>` are currently not supported when a wait callback
|
||||||
is registered, but they will be probably implemented in a future release.
|
is registered, but they will be probably implemented in a future release.
|
||||||
|
|
||||||
|
|
|
@ -218,7 +218,9 @@ This is the exception inheritance layout:
|
||||||
Type Objects and Constructors
|
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
|
specification. While these objects are exposed in compliance to the
|
||||||
DB API, Psycopg offers very accurate tools to convert data between Python
|
DB API, Psycopg offers very accurate tools to convert data between Python
|
||||||
and PostgreSQL formats. See :ref:`adapting-new-types` and
|
and PostgreSQL formats. See :ref:`adapting-new-types` and
|
||||||
|
|
Loading…
Reference in New Issue
Block a user