Update sphinx links to anonymous references to work around a warning
authorScott Gasch <[email protected]>
Mon, 17 Oct 2022 19:20:58 +0000 (12:20 -0700)
committerScott Gasch <[email protected]>
Mon, 17 Oct 2022 19:20:58 +0000 (12:20 -0700)
message at docs build time.

https://github.com/sphinx-doc/sphinx/issues/3921

docs/pyutils.rst
src/pyutils/decorator_utils.py
src/pyutils/string_utils.py

index 5d53d3de38ad62c50e27ea12b1ec36630a1f9d4e..9186f95ee81765b89bea7543de1dc7ce73a384db 100644 (file)
@@ -44,9 +44,9 @@ development happened in a different git repo:
     https://wannabe.guru.org/gitweb/?p=python_utils.git;a=summary
 
 The `LICENSE
-<https://wannabe.guru.org/gitweb/?p=pyutils.git;a=blob_plain;f=LICENSE;hb=HEAD>`_
+<https://wannabe.guru.org/gitweb/?p=pyutils.git;a=blob_plain;f=LICENSE;hb=HEAD>`__
 and `NOTICE
-<https://wannabe.guru.org/gitweb/?p=pyutils.git;a=blob_plain;f=NOTICE;hb=HEAD>`_
+<https://wannabe.guru.org/gitweb/?p=pyutils.git;a=blob_plain;f=NOTICE;hb=HEAD>`__
 files at the root of the project describe reusing this code and where
 everything came from.  Drop me a line if you are using this, find a
 bug, have a question, or have a suggestion:
index 7e0541084280c743c7bcf144a73f5af8675d9436..9b1e7a924add2a55ee6140c0b5bc1fdff20f758c 100644 (file)
@@ -678,8 +678,8 @@ def thunkify(func):
 # Licensee hereby agrees to include in any such work a brief summary
 # of the changes made to Python.
 
-# (N.B. See NOTICE file in the root of this module for a list of
-# changes)
+# (N.B. See `NOTICE <https://wannabe.guru.org/gitweb/?p=pyutils.git;a=blob_plain;f=NOTICE;hb=HEAD>`__ file in the root of this module for a list
+# of changes)
 
 # 4. PSF is making Python available to Licensee on an "AS IS"
 # basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
index 81411be8d51e7aa4c29a258ed1adc3472fc466d5..d397ad8e0b306c9494168cf859b2855ab0604045 100644 (file)
@@ -27,7 +27,7 @@ SOFTWARE.
 
 This class is based on:
 https://github.com/daveoncode/python-string-utils.  See `NOTICE
-<https://wannabe.guru.org/gitweb/?p=pyutils.git;a=blob_plain;f=NOTICE;hb=HEAD>`_
+<https://wannabe.guru.org/gitweb/?p=pyutils.git;a=blob_plain;f=NOTICE;hb=HEAD>`__
 in the root of this module for a detailed enumeration of what work is
 Davide's and what work was added by Scott.