Skip to content

Commit d167b0a

Browse files
committed
docs: fix some missing/broken links.
1 parent c30cce7 commit d167b0a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

doc/admin_guide.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -993,8 +993,8 @@ languages are supported.
993993
2. 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

999999
Websearch provides a more natural style of search and supports:
10001000

@@ -1040,19 +1040,19 @@ requires reindexing.
10401040
The `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

10461046
Roundup includes a hardcoded list for all languages supported by
10471047
PostgreSQL 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
10501050
PostgreSQL version, we may allow an invalid language to be configured.
10511051
You will see an error about ``text search configuration ... does not
10521052
exist``.
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

10571057
It may be possible to append to this list using the tracker's
10581058
interfaces.py. For details, see ``test/test_indexer.py`` in the

doc/rest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ may need to create the directory). Then this can be added to
327327

328328
rest.dicttoxml = dtox
329329

330-
.. _interfaces.py: customizing.html#interfaces-py-hooking-into-the-core-of-roundup
330+
.. _interfaces.py: reference.html#interfaces-py-hooking-into-the-core-of-roundup
331331

332332
The rest interface accepts the http accept header and can include
333333
``q`` values to specify the preferred mechanism. This is the preferred

website/www/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
# The style sheet to use for HTML and HTML Help pages. A file of that name
129129
# must exist either in Sphinx' static/ path, or in one of the custom paths
130130
# given in html_static_path.
131-
html_style = 'default.css'
131+
#html_style = 'default.css'
132132

133133
# The name for this set of Sphinx documents. If None, it defaults to
134134
# "<project> v<release> documentation".

0 commit comments

Comments
 (0)