From 2d229ece95f751ab8def6f02bbf7f0e567b40fec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 18 Jul 2019 20:37:24 +0200 Subject: [PATCH] doc: remove outdated / redundant info. --- doc/documentation/python.rst | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/doc/documentation/python.rst b/doc/documentation/python.rst index f2199baf..540a1303 100644 --- a/doc/documentation/python.rst +++ b/doc/documentation/python.rst @@ -931,13 +931,6 @@ properties: ======================================= ======================================= Property Description ======================================= ======================================= -:py:`page.prefix_wbr` Fully-qualified symbol prefix for given - compound with trailing ``.`` with - :html:`` tag after every ``.``. -:py:`page.classes` List of classes. See - `Class properties`_ for details. -:py:`page.enums` List of enums. See - `Enum properties`_ for details. :py:`page.classmethods` List of class methods (annotated with :py:`@classmethod`). See `Function properties`_ for details. @@ -951,10 +944,6 @@ Property Description `Function properties`_ for details. :py:`page.properties` List of properties. See `Property properties`_ for details. -:py:`page.data` List of data. See `Data properties`_ - for details. -:py:`page.has_enum_details` If there is at least one enum with full - description block [2]_ ======================================= ======================================= Explicit documentation pages rendered with ``class.html`` have additional @@ -1106,7 +1095,7 @@ Property Description :py:`data.name` Data name :py:`data.id` Data ID [4]_ :py:`data.type` Data type -:py:`data.summary` Doc summary. Currently always empty. +:py:`data.summary` Doc summary :py:`data.value` Data value representation :py:`data.has_details` If there is enough content for the full description block. Currently always set to -- 2.30.2