From 40a9cba91b25d099470c63840f90aac33cca852e Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Mon, 17 Oct 2022 12:20:58 -0700 Subject: [PATCH] Update sphinx links to anonymous references to work around a warning message at docs build time. https://github.com/sphinx-doc/sphinx/issues/3921 --- docs/pyutils.rst | 4 ++-- src/pyutils/decorator_utils.py | 4 ++-- src/pyutils/string_utils.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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. -- 2.45.2