Skip to content

Commit e75dde0

Browse files
committed
Bugfix: Fix the documentation for UnitSystem only displaying the inherited methods from str
1 parent 57c2874 commit e75dde0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/source/reference/dataclasses.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ Dataclasses
55

66
.. automodule:: ingredient_parser.dataclasses
77
:members:
8+
:exclude-members: UnitSystem
9+
10+
.. autoclass:: ingredient_parser.dataclasses.UnitSystem
11+
:members: METRIC, US_CUSTOMARY, IMPERIAL, AUSTRALIAN, JAPANESE, OTHER, NONE
12+
:undoc-members:
13+
:member-order: bysource

0 commit comments

Comments
 (0)