Skip to content

Commit 259ed3d

Browse files
committed
Revert "Revert "Fix doc links""
This reverts commit 38d96b0.
1 parent 11b78ad commit 259ed3d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

autosklearn/estimators.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -275,12 +275,12 @@ def __init__(
275275
276276
smac_scenario_args : dict, optional (None)
277277
Additional arguments inserted into the scenario of SMAC. See the
278-
`SMAC documentation <https://automl.github.io/SMAC3/master/pages/details/scenario.html>`_
278+
`SMAC documentation <https://automl.github.io/SMAC3/main/api/smac.scenario.scenario.html#module-smac.scenario.scenario>`_
279279
for a list of available arguments.
280280
281281
get_smac_object_callback : callable
282282
Callback function to create an object of class
283-
`smac.optimizer.smbo.SMBO <https://automl.github.io/SMAC3/master/apidoc/smac.optimizer.smbo.html>`_.
283+
`smac.optimizer.smbo.SMBO <https://automl.github.io/SMAC3/main/api/smac.optimizer.smbo.html>`_.
284284
The function must accept the arguments ``scenario_dict``,
285285
``instances``, ``num_params``, ``runhistory``, ``seed`` and ``ta``.
286286
This is an advanced feature. Use only if you are familiar with

autosklearn/experimental/askl2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def __init__(
263263
264264
smac_scenario_args : dict, optional (None)
265265
Additional arguments inserted into the scenario of SMAC. See the
266-
`SMAC documentation <https://automl.github.io/SMAC3/master/pages/details/scenario.html>`_
266+
`SMAC documentation <https://automl.github.io/SMAC3/main/api/smac.scenario.scenario.html#module-smac.scenario.scenario>`_
267267
for a list of available arguments.
268268
269269
logging_config : dict, optional (None)

examples/40_advanced/example_get_pipeline_components.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@
8787
#
8888
# Auto-sklearn also keeps detailed statistics of the hyperparameter
8989
# optimization procedurce, which are stored in a so-called
90-
# `run history <https://automl.github.io/SMAC3/master/apidoc/smac.
91-
# runhistory.runhistory.html#smac.runhistory.runhistory.RunHistory>`_.
90+
# `run history <https://automl.github.io/SMAC3/main/api/smac.runhistory.runhistory.html#smac.runhistory.runhistory.RunHistory>`_.
9291

9392
print(automl.automl_.runhistory_)
9493

0 commit comments

Comments
 (0)