From: Daniele Varrazzo Date: Mon, 12 Jul 2021 17:26:29 +0000 (+0200) Subject: Move copy docs to the basic section X-Git-Tag: 3.0.dev1~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6bac0cde14aaa804d123d613440023616fbee890;p=thirdparty%2Fpsycopg.git Move copy docs to the basic section --- diff --git a/docs/advanced/index.rst b/docs/advanced/index.rst index 430261953..fd103a380 100644 --- a/docs/advanced/index.rst +++ b/docs/advanced/index.rst @@ -6,7 +6,6 @@ Advanced topics :caption: Contents: async - copy cursors rows pool diff --git a/docs/advanced/copy.rst b/docs/basic/copy.rst similarity index 100% rename from docs/advanced/copy.rst rename to docs/basic/copy.rst diff --git a/docs/basic/index.rst b/docs/basic/index.rst index 7b0e7dd55..73648d28d 100644 --- a/docs/basic/index.rst +++ b/docs/basic/index.rst @@ -2,6 +2,10 @@ Getting started with Psycopg 3 ============================== +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 `. + .. toctree:: :maxdepth: 1 :caption: Contents: @@ -11,3 +15,4 @@ Getting started with Psycopg 3 params adapt transactions + copy