]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Improve the docs index page
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 8 Sep 2021 21:22:29 +0000 (23:22 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 8 Sep 2021 21:22:29 +0000 (23:22 +0200)
docs/index.rst

index f4c4a1752dd0a7b2756550450d56936827226492..c811a693ff1ee8cc0731e65adddf11155d5af30e 100644 (file)
@@ -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 <async>`
 - :ref:`server-side parameters binding <server-side-binding>`
+- :ref:`prepared statements <prepared-statements>`
 - :ref:`binary communication <binary-data>`
-- :ref:`a great integration of the COPY support <copy>`
+- :ref:`great COPY support <copy>`
 - :ref:`direct access to the libpq functionalities <psycopg.pq>`
+- :ref:`support for static typing <row-factory-static>`
 
 .. _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
 =============