Skip to content

Commit bcea35b

Browse files
committed
DOC: fixing subsectioning
1 parent b97b7d9 commit bcea35b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build_tools/circle/build_doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ conda create -n $CONDA_ENV_NAME --yes --quiet python=3
9292
source activate $CONDA_ENV_NAME
9393

9494
conda install --yes pip numpy scipy scikit-learn pillow matplotlib sphinx \
95-
sphinx_rtd_theme numpydoc pandas keras
95+
sphinx_rtd_theme numpydoc pandas keras nose
9696
pip install -U git+https://github.com/sphinx-gallery/sphinx-gallery.git
9797

9898
# Build and install imbalanced-learn in dev mode

doc/api.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is the full API documentation of the `imbalanced-learn` toolbox.
1818
Prototype generation
1919
--------------------
2020

21-
.. automodule:: imblearn.under_sampling.prototype_generation
21+
.. automodule:: imblearn.under_sampling._prototype_generation
2222
:no-members:
2323
:no-inherited-members:
2424

@@ -33,7 +33,7 @@ Prototype generation
3333
Prototype selection
3434
-------------------
3535

36-
.. automodule:: imblearn.under_sampling.prototype_selection
36+
.. automodule:: imblearn.under_sampling._prototype_selection
3737
:no-members:
3838
:no-inherited-members:
3939

@@ -131,11 +131,11 @@ Prototype selection
131131
.. autosummary::
132132
:toctree: generated/
133133
:template: function.rst
134-
134+
135135
keras.balanced_batch_generator
136136

137137
.. _tensorflow_ref:
138-
138+
139139
:mod:`imblearn.tensorflow`: Batch generator for TensorFlow
140140
==========================================================
141141

0 commit comments

Comments
 (0)