Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 7962:828f79ae965b
doc: update links and docs on checking links
Add timeout for link checking so make linkcheck completes.
Document grep command to use to filter broken links to external links.
Fix PostgreSQL links to point to current pages.
Fix pyreadline3 link.
Fix vim po file plugin link
Use wayback machine for zpi internationalization link.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 13 May 2024 18:42:26 -0400 |
| parents | 2946354d6ccd |
| children | fe0348bbe45b |
line wrap: on
line diff
--- a/doc/admin_guide.txt Mon May 13 13:32:02 2024 -0400 +++ b/doc/admin_guide.txt Mon May 13 18:42:26 2024 -0400 @@ -583,7 +583,7 @@ to_tsquery. It is enabled by starting the search phrase with ``ts:``. .. _Parsing Queries: \ - https://www.postgresql.org/docs/14/textsearch-controls.html#TEXTSEARCH-PARSING-QUERIES + https://www.postgresql.org/docs/current/textsearch-controls.html#TEXTSEARCH-PARSING-QUERIES Websearch provides a more natural style of search and supports: @@ -641,7 +641,7 @@ exist``. .. _own textsearch configuration: \ - https://www.postgresql.org/docs/14/textsearch-configuration.html + https://www.postgresql.org/docs/current/textsearch-configuration.html It may be possible to append to this list using the tracker's interfaces.py. For details, see ``test/test_indexer.py`` in the @@ -1457,8 +1457,8 @@ installation uses libedit (macs), it should be possible to persistently set the history size using ``history size 10``. Pyreadline3 can set history length using -``history_length(10)``. See the older documentation for example syntax: -https://pythonhosted.org/pyreadline/usage.html.persistently. +``history_length(10)``. See the documentation for example syntax: +https://pythonhosted.org/pyreadline/usage.html#configuration-file. History is saved to the file ``.roundup_admin_history`` in your home directory (for windows usually ``\Users\<username>``.
