Skip to content

Commit 3939f29

Browse files
author
Guillaume Lemaitre
committed
FIX indent in the documentation
1 parent e16ea70 commit 3939f29

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/api.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,22 @@ Under-sampling methods
1818
Prototype generation
1919
--------------------
2020

21+
.. automodule:: imblearn.under_sampling.prototype_generation
22+
:no-members:
23+
:no-inherited-members:
24+
2125
.. autosummary::
2226
:toctree: generated/
2327

24-
under_sampling.ClusterCentroids
28+
under_sampling.ClusterCentroids
2529

2630
Prototype selection
2731
-------------------
2832

33+
.. automodule:: imblearn.under_sampling.prototype_selection
34+
:no-members:
35+
:no-inherited-members:
36+
2937
.. autosummary::
3038
:toctree: generated/
3139

0 commit comments

Comments
 (0)