From: Scott Gasch Date: Mon, 17 Oct 2022 19:20:58 +0000 (-0700) Subject: Update sphinx links to anonymous references to work around a warning X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=40a9cba91b25d099470c63840f90aac33cca852e;hp=278d163705facc2276cd464414fb490ef6af50ab;p=pyutils.git Update sphinx links to anonymous references to work around a warning message at docs build time. https://github.com/sphinx-doc/sphinx/issues/3921 --- diff --git a/docs/pyutils.rst b/docs/pyutils.rst index 5d53d3d..9186f95 100644 --- a/docs/pyutils.rst +++ b/docs/pyutils.rst @@ -44,9 +44,9 @@ development happened in a different git repo: https://wannabe.guru.org/gitweb/?p=python_utils.git;a=summary The `LICENSE -`_ +`__ and `NOTICE -`_ +`__ 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: diff --git a/src/pyutils/decorator_utils.py b/src/pyutils/decorator_utils.py index 7e05410..9b1e7a9 100644 --- a/src/pyutils/decorator_utils.py +++ b/src/pyutils/decorator_utils.py @@ -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 `__ 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 diff --git a/src/pyutils/string_utils.py b/src/pyutils/string_utils.py index 81411be..d397ad8 100644 --- a/src/pyutils/string_utils.py +++ b/src/pyutils/string_utils.py @@ -27,7 +27,7 @@ SOFTWARE. This class is based on: https://github.com/daveoncode/python-string-utils. See `NOTICE -`_ +`__ in the root of this module for a detailed enumeration of what work is Davide's and what work was added by Scott.