Skip to content

Commit cfe94c3

Browse files
committed
docs: Improve documentation of misc module and Variable class
1 parent 3fcdcf0 commit cfe94c3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/misc.rst

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ In addition to the classes provided by this module, you may want to take a look
88

99
.. automodule:: shc.misc
1010
:members:
11+
:undoc-members:
12+
:exclude-members: logger

docs/variables_expressions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ When a default provider is set, they will *read* its value once, immediately aft
3939
The value type of a variable must be given when it is instantiated.
4040
Optionally, a name and and initial value can be provided:
4141

42-
.. automethod:: shc.variables.Variable.__init__
42+
.. autoclass:: shc.variables.Variable
4343

4444
.. _variables.tuple_field_access:
4545

0 commit comments

Comments
 (0)