summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-02-15 05:06:44 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-02-15 05:06:44 -0500
commitde04cff9fa033662c58a65f39b947fab2b210da6 (patch)
tree361e171f516ba9244805bb972d21ee0bc2fc199e
parent273be86cf3c9e9f5c24152038a1f72c923624d72 (diff)
downloadtaler-util-de04cff9fa033662c58a65f39b947fab2b210da6.tar.gz
taler-util-de04cff9fa033662c58a65f39b947fab2b210da6.tar.bz2
taler-util-de04cff9fa033662c58a65f39b947fab2b210da6.zip
Don't bother documenting some classes in talerconfig.py
Specifically: - ConfigurationError - ExpansionSyntaxError - Entry - OptionDict - SectionDict These are not mentioned in ‘__all__’, thus, hidden from ‘import’.
-rw-r--r--doc/doc.org8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/doc.org b/doc/doc.org
index 81b242a..fe4231b 100644
--- a/doc/doc.org
+++ b/doc/doc.org
@@ -15,8 +15,7 @@ Ongoing discussion: https://bugs.gnunet.org/view.php?id=6649
These are grouped according to area of concern, which (uncoincidentally)
is also how the source code is organized.
-Several of these derive from the =Exception= class, and two
-of them derive from the =collections.defaultdict= class.
+Several of these derive from the =Exception= class.
The rest are /leaf classes/.
*** amount (currency + value + fraction)
@@ -40,11 +39,6 @@ The rest are /leaf classes/.
*** configuration
-- ConfigurationError(Exception)
-- ExpansionSyntaxError(Exception)
-- Entry
-- OptionDict(collections.defaultdict)
-- SectionDict(collections.defaultdict)
- TalerConfig
* classes for handling currency plus value plus fraction