From 775765ff4f30ba7f16b8b0711be31da7eca5d4a8 Mon Sep 17 00:00:00 2001 From: Glutanimate Date: Mon, 17 Feb 2020 16:53:47 +0100 Subject: [PATCH] Complete OverviewContent docs --- qt/aqt/overview.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/qt/aqt/overview.py b/qt/aqt/overview.py index 0b06d27b8..4184660e1 100644 --- a/qt/aqt/overview.py +++ b/qt/aqt/overview.py @@ -21,6 +21,16 @@ class OverviewBottomBar: @dataclass class OverviewContent: + """Stores sections of HTML content that the overview will be + populated with. + + Attributes: + deck {str} -- Plain text deck name + shareLink {str} -- HTML of the share link section + desc {str} -- HTML of the deck description section + table {str} -- HTML of the deck stats table section + """ + deck: str shareLink: str desc: str