From 9a0aff3643d46b1464be8c5b6954f8ee1246e80b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Fri, 8 Jan 2021 18:17:49 -0600 Subject: [PATCH] Retain tagged and without_tag docs in Array docstring --- pytato/array.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytato/array.py b/pytato/array.py index 576bdf8..48f1fb4 100644 --- a/pytato/array.py +++ b/pytato/array.py @@ -384,6 +384,8 @@ class Array(Taggable): Inherits from :class:`pytools.Taggable`. .. automethod:: named + .. automethod:: tagged + .. automethod:: without_tag Array interface: -- GitLab