Skip to content

Commit c87edab

Browse files
committed
Only include documented members
Previously, some attributes were being included twice. Everything we care about is documented.
1 parent c92d5f7 commit c87edab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ Modules
99

1010
.. automodule:: minfraud
1111
:members:
12-
:undoc-members:
12+
:no-undoc-members:
1313

1414
.. automodule:: minfraud.webservice
1515
:members:
16-
:undoc-members:
16+
:no-undoc-members:
1717

1818
.. automodule:: minfraud.models
1919
:members:
20-
:undoc-members:
20+
:no-undoc-members:
2121

2222
.. automodule:: minfraud.errors
2323
:members:
24-
:undoc-members:
24+
:no-undoc-members:
2525

2626
==================
2727
Indices and tables

0 commit comments

Comments
 (0)