From aef1a798521dd35a34c4a6988b38aa8cf7a0433a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Wed, 14 Oct 2020 23:41:22 -0500 Subject: [PATCH] Delete unnecessary "aliases" bit from tags documentation --- pytools/tag.py | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/pytools/tag.py b/pytools/tag.py index b42bb9c..9855826 100644 --- a/pytools/tag.py +++ b/pytools/tag.py @@ -42,24 +42,6 @@ Supporting Functionality .. autoclass:: DottedName -Aliases -------- - -(This section exists because Sphinx, our documentation tool, can't (yet) -canonicalize type references. Once Sphinx 4.0 is released, we should use the -``:canonical:`` option here.) - -.. class:: DottedName - - Should be referenced as :class:`pytools.DottedName`. - -.. class:: Tag - - Should be referenced as :class:`pytools.Tag`. - -.. class:: UniqueTag - - Should be referenced as :class:`pytools.UniqueTag`. """ # }}} -- GitLab