]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs(readme): fix hyperlink in bullet list
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 8 Apr 2024 19:21:42 +0000 (19:21 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 8 Apr 2024 19:23:11 +0000 (19:23 +0000)
The problem was reported in #775, but the file is not wrong, and
rst2html renders correctly without warnings.

The problem is that the Github reST implementation doesn't get the
hyperlinks indented at bullet list level right.

My preference is to move the links out of the list rather than inserting
the URLs in the flow of the text and get awkward newlines or long lines.

README.rst

index 66d08e18200e0cda5b80f8a3d6152a7a162a9ac1..004f0d03994bc3de1c5803b6581f4c625aacb54f 100644 (file)
@@ -43,13 +43,12 @@ different requirements:
   C/Cython. In order to build it you will need a few development tools: please
   look at `Local installation`__ in the docs for the details.
 
-  .. __: https://www.psycopg.org/psycopg3/docs/basic/install.html#local-installation
-
 - The ``psycopg_pool`` directory contains the `connection pools`__
   implementations. This is kept as a separate package to allow a different
   release cycle.
 
-  .. __: https://www.psycopg.org/psycopg3/docs/advanced/pool.html
+.. __: https://www.psycopg.org/psycopg3/docs/basic/install.html#local-installation
+.. __: https://www.psycopg.org/psycopg3/docs/advanced/pool.html
 
 You can create a local virtualenv and install the packages `in
 development mode`__, together with their development and testing