From 6bac0cde14aaa804d123d613440023616fbee890 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 12 Jul 2021 19:26:29 +0200 Subject: [PATCH] Move copy docs to the basic section --- docs/advanced/index.rst | 1 - docs/{advanced => basic}/copy.rst | 0 docs/basic/index.rst | 5 +++++ 3 files changed, 5 insertions(+), 1 deletion(-) rename docs/{advanced => basic}/copy.rst (100%) 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 -- 2.47.3