Skip to content

Commit d74a661

Browse files
committed
MAINT fix version in documentation, fix formatting issues
1 parent d306d88 commit d74a661

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

autosklearn/estimators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def __init__(self,
204204
cross-validation folds
205205
* ``cv_validation_scores``, the list of scores for each fold
206206
207-
cv_results_ : dict of numpy (masked) ndarrays
207+
cv_results\_ : dict of numpy (masked) ndarrays
208208
A dict with keys as column headers and values as columns, that can be
209209
imported into a pandas ``DataFrame``.
210210

doc/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
parent_directory = os.path.abspath(parent_directory)
2929
sys.path.append(parent_directory)
3030

31+
import autosklearn
32+
3133
# -- General configuration ------------------------------------------------
3234

3335
# If your documentation needs a minimal Sphinx version, state it here.
@@ -67,9 +69,9 @@
6769
# built documents.
6870
#
6971
# The short X.Y version.
70-
version = '0.0.1dev'
72+
version = autosklearn.__version__
7173
# The full version, including alpha/beta/rc tags.
72-
release = '0.0.1dev'
74+
release = autosklearn.__version__
7375

7476
# The language for content autogenerated by Sphinx. Refer to documentation
7577
# for a list of supported languages.

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Manual
6969
******
7070

7171
* :ref:`API`
72-
* :ref:`resampling`
72+
* :ref:`manual`
7373
* :ref:`extending`
7474

7575

0 commit comments

Comments
 (0)