-
-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Quickstart to sphinx gallery * Fixed hover text * Renamed examples to be picked up by sphinx-gallery * Changed func back to not being an example * Fixed toc labels * Added build command to not run examples * Actual fix for toc label "Quickstart" * Rename func to not be run * Changed back broken `Branin` ref to what it was before * Fixed gitignore for doc generated files * fix a link in the quickstart * Fixed warning of installation header * Fixed broken links in quickstart * Ignore sphinx gallery smac output * Changed anonymous links to named ones * Fixed failing example for use with sphinx gallery * Renamed BOHB4HPO -> SMAC4MF * Removed SMAC4HPO rf example * Fixed .gitignore for smac output on examples * Moved examples to subfolders * Moved examples that require external func to parallel * Makefile no defaults to build doc without examples * Added README.rst so examples are run * Fixed __file__ not defined * Flattened examples to one folder, changed index to seperate * Fixed literal includes * String 'examples/brainin' 'examples/quickstart/branin' * Fixed folder location of spear_qcp for tests * Flake8 fixes * Updated terminal_example paths * Fixed path for spear_qcp scripts for build tests * More path fixes to examples... * Fixed sphinx-gallery config param for sphinx-gallery 0.9 * Updates sphinx gallery to newest version * Matplotlib required for building docs with sphinx==0.9.0 * Removed updated sphx-gallery version and matplotlib dependancy * Fixed installation link * Quickfix links fixed, `make linkcheck` still complains * Fixed links * Included api building and linkchecking in make doc * Changed from html links to use rst anchors * Added mac support for examples * README link fixes * Typo fix * Added example to the filenames * Added example suffix to two examples * Typo fix * Doc warning fixes * Flake8'd * Updated changelog for 1.0.0 * Fixed strings in changelog back again * Renamed BO facade to BB * Added SMAC4BB into changelog * Thompson sampling (#756) Co-authored-by: eddiebergman <[email protected]> Co-authored-by: Matthias Feurer <[email protected]> Co-authored-by: dengdifan <[email protected]> Co-authored-by: Difan Deng <[email protected]>
- Loading branch information
1 parent
3df3a74
commit 3db542c
Showing
128 changed files
with
2,166 additions
and
1,688 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.. _installation: | ||
|
||
Installation | ||
============ | ||
|
||
|
Oops, something went wrong.