From: Daniele Varrazzo Date: Mon, 8 Apr 2024 19:21:42 +0000 (+0000) Subject: docs(readme): fix hyperlink in bullet list X-Git-Tag: 3.2.0~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6230ddd1be93b0a051bab1aeb21b93e4bc18b4fb;p=thirdparty%2Fpsycopg.git docs(readme): fix hyperlink in bullet list 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. --- diff --git a/README.rst b/README.rst index 66d08e182..004f0d039 100644 --- a/README.rst +++ b/README.rst @@ -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