From: Daniele Varrazzo Date: Fri, 12 Aug 2022 01:24:25 +0000 (+0200) Subject: docs: link to the "from psycopg2" page from the "basic usage" top section X-Git-Tag: 3.1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55ee5bf11035769a681bb6b4bd3a04c6e22c157a;p=thirdparty%2Fpsycopg.git docs: link to the "from psycopg2" page from the "basic usage" top section --- diff --git a/docs/basic/from_pg2.rst b/docs/basic/from_pg2.rst index 46ddd26ea..29fcec1d4 100644 --- a/docs/basic/from_pg2.rst +++ b/docs/basic/from_pg2.rst @@ -3,6 +3,8 @@ .. currentmodule:: psycopg +.. _from-psycopg2: + Differences from ``psycopg2`` ============================= diff --git a/docs/basic/index.rst b/docs/basic/index.rst index d7c559186..bf9e27da4 100644 --- a/docs/basic/index.rst +++ b/docs/basic/index.rst @@ -7,6 +7,11 @@ This section of the documentation will explain :ref:`how to install Psycopg ` and how to perform normal activities such as :ref:`querying the database ` or :ref:`loading data using COPY `. +.. important:: + + If you are familiar with psycopg2 please take a look at + :ref:`from-psycopg2` to see what is changed. + .. toctree:: :maxdepth: 2 :caption: Contents: