From: Daniele Varrazzo Date: Wed, 8 Sep 2021 21:22:29 +0000 (+0200) Subject: Improve the docs index page X-Git-Tag: 3.0~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c991429cc28ca50b5ad292f5e42ad5a85b4cf46;p=thirdparty%2Fpsycopg.git Improve the docs index page --- diff --git a/docs/index.rst b/docs/index.rst index f4c4a1752..c811a693f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,19 +6,22 @@ Psycopg 3 is a newly designed PostgreSQL_ database adapter for the Python_ programming language. Psycopg 3 presents a familiar interface for everyone who has used -Psycopg 2 or any other `DB-API 2.0`__ database adapter, but allows to use +`Psycopg 2`_ or any other `DB-API 2.0`_ database adapter, but allows to use more modern PostgreSQL and Python features, such as: -- Strict Strong Typing - :ref:`asynchronous support ` - :ref:`server-side parameters binding ` +- :ref:`prepared statements ` - :ref:`binary communication ` -- :ref:`a great integration of the COPY support ` +- :ref:`great COPY support ` - :ref:`direct access to the libpq functionalities ` +- :ref:`support for static typing ` .. _Python: https://www.python.org/ .. _PostgreSQL: https://www.postgresql.org/ -.. __: https://www.python.org/dev/peps/pep-0249/ +.. _Psycopg 2: https://www.psycopg.org/docs/ +.. _DB-API 2.0: https://www.python.org/dev/peps/pep-0249/ + Documentation =============