@@ -993,8 +993,8 @@ languages are supported.
9939932. tsquery - described at the beginning of `Parsing Queries`_ with
994994 to_tsquery. It is enabled by starting the search phrase with ``ts:``.
995995
996- .. _Parsing Queries: \
997- https://www.postgresql.org/docs/current/textsearch-controls.html#TEXTSEARCH-PARSING-QUERIES
996+ .. _Parsing Queries:
997+ https://www.postgresql.org/docs/current/textsearch-controls.html#TEXTSEARCH-PARSING-QUERIES
998998
999999Websearch provides a more natural style of search and supports:
10001000
@@ -1040,19 +1040,19 @@ requires reindexing.
10401040The `configuration list can be obtained using using psql's`_
10411041``\dF`` command.
10421042
1043- .. _configuration list can be obtained using using psql's: \
1043+ .. _configuration list can be obtained using using psql's:
10441044 https://www.postgresql.org/docs/current/textsearch-psql.html
10451045
10461046Roundup includes a hardcoded list for all languages supported by
10471047PostgreSQL 14.1. The list includes 5 custom "languages"
10481048``custom1`` ... ``custom5`` to allow you to set up your `own textsearch
1049- configuration`_ using one of the custom names. Depending on your
1049+ configuration`_ using one of the custom names. Depending on your
10501050PostgreSQL version, we may allow an invalid language to be configured.
10511051You will see an error about ``text search configuration ... does not
10521052exist``.
10531053
1054- .. _own textsearch configuration: \
1055- https://www.postgresql.org/docs/current/textsearch-configuration.html
1054+ .. _own textsearch configuration:
1055+ https://www.postgresql.org/docs/current/textsearch-configuration.html
10561056
10571057It may be possible to append to this list using the tracker's
10581058interfaces.py. For details, see ``test/test_indexer.py`` in the
0 commit comments