]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Move copy docs to the basic section
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 12 Jul 2021 17:26:29 +0000 (19:26 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 12 Jul 2021 22:31:44 +0000 (00:31 +0200)
docs/advanced/index.rst
docs/basic/copy.rst [moved from docs/advanced/copy.rst with 100% similarity]
docs/basic/index.rst

index 430261953a31293ab7f679507e72f2f14e8e865b..fd103a380884002915b40c66992c4924ac322c7a 100644 (file)
@@ -6,7 +6,6 @@ Advanced topics
     :caption: Contents:
 
     async
-    copy
     cursors
     rows
     pool
similarity index 100%
rename from docs/advanced/copy.rst
rename to docs/basic/copy.rst
index 7b0e7dd55b9c973513cd5aa74f06a3638cc549e7..73648d28db79a3ea5a482bacec382a460e2d6cab 100644 (file)
@@ -2,6 +2,10 @@
 Getting started with Psycopg 3
 ==============================
 
+This section of the documentation will explain :ref:`how to install Psycopg
+<installation>` and how to perform normal activities such as :ref:`querying
+the database <usage>` or :ref:`loading data using COPY <copy>`.
+
 .. toctree::
     :maxdepth: 1
     :caption: Contents:
@@ -11,3 +15,4 @@ Getting started with Psycopg 3
     params
     adapt
     transactions
+    copy