Skip to content

Commit

Permalink
Deployed 364b404 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itskalvik committed Dec 28, 2024
1 parent f8cc0dd commit 2b3451b
Show file tree
Hide file tree
Showing 46 changed files with 5,654 additions and 1,664 deletions.
136 changes: 114 additions & 22 deletions 404.html

Large diffs are not rendered by default.

202 changes: 130 additions & 72 deletions api/kernels/Neural-Kernel.html

Large diffs are not rendered by default.

143 changes: 115 additions & 28 deletions api/kernels/index.html

Large diffs are not rendered by default.

196 changes: 128 additions & 68 deletions api/models/Bayesian-Optimization.html

Large diffs are not rendered by default.

175 changes: 123 additions & 52 deletions api/models/Continuous-SGP.html

Large diffs are not rendered by default.

214 changes: 133 additions & 81 deletions api/models/Genetic-Algorithm.html

Large diffs are not rendered by default.

204 changes: 130 additions & 74 deletions api/models/Greedy-MI.html

Large diffs are not rendered by default.

204 changes: 130 additions & 74 deletions api/models/Greedy-SGP.html

Large diffs are not rendered by default.

166 changes: 120 additions & 46 deletions api/models/core/AugmentedGPR.html

Large diffs are not rendered by default.

188 changes: 127 additions & 61 deletions api/models/core/AugmentedSGPR.html

Large diffs are not rendered by default.

218 changes: 135 additions & 83 deletions api/models/core/OSGPR.html

Large diffs are not rendered by default.

303 changes: 159 additions & 144 deletions api/models/core/Transformations.html

Large diffs are not rendered by default.

143 changes: 115 additions & 28 deletions api/models/core/index.html

Large diffs are not rendered by default.

143 changes: 115 additions & 28 deletions api/models/index.html

Large diffs are not rendered by default.

225 changes: 138 additions & 87 deletions api/utils/Data.html

Large diffs are not rendered by default.

262 changes: 146 additions & 116 deletions api/utils/GPflow.html

Large diffs are not rendered by default.

239 changes: 142 additions & 97 deletions api/utils/Metrics.html

Large diffs are not rendered by default.

221 changes: 137 additions & 84 deletions api/utils/Misc.html

Large diffs are not rendered by default.

185 changes: 126 additions & 59 deletions api/utils/TSP.html

Large diffs are not rendered by default.

143 changes: 115 additions & 28 deletions api/utils/index.html

Large diffs are not rendered by default.

26 changes: 1 addition & 25 deletions assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,20 @@
float: right;
}

/* Parameter headings must be inline, not blocks. */
.doc-heading-parameter {
display: inline;
}

/* Prefer space on the right, not the left of parameter permalinks. */
.doc-heading-parameter .headerlink {
margin-left: 0 !important;
margin-right: 0.2rem;
}

/* Backward-compatibility: docstring section titles in bold. */
.doc-section-title {
font-weight: bold;
}

/* Symbols in Navigation and ToC. */
:root, :host,
:root,
[data-md-color-scheme="default"] {
--doc-symbol-parameter-fg-color: #df50af;
--doc-symbol-attribute-fg-color: #953800;
--doc-symbol-function-fg-color: #8250df;
--doc-symbol-method-fg-color: #8250df;
--doc-symbol-class-fg-color: #0550ae;
--doc-symbol-module-fg-color: #5cad0f;

--doc-symbol-parameter-bg-color: #df50af1a;
--doc-symbol-attribute-bg-color: #9538001a;
--doc-symbol-function-bg-color: #8250df1a;
--doc-symbol-method-bg-color: #8250df1a;
Expand All @@ -61,14 +48,12 @@
}

[data-md-color-scheme="slate"] {
--doc-symbol-parameter-fg-color: #ffa8cc;
--doc-symbol-attribute-fg-color: #ffa657;
--doc-symbol-function-fg-color: #d2a8ff;
--doc-symbol-method-fg-color: #d2a8ff;
--doc-symbol-class-fg-color: #79c0ff;
--doc-symbol-module-fg-color: #baff79;

--doc-symbol-parameter-bg-color: #ffa8cc1a;
--doc-symbol-attribute-bg-color: #ffa6571a;
--doc-symbol-function-bg-color: #d2a8ff1a;
--doc-symbol-method-bg-color: #d2a8ff1a;
Expand All @@ -83,15 +68,6 @@ code.doc-symbol {
font-weight: bold;
}

code.doc-symbol-parameter {
color: var(--doc-symbol-parameter-fg-color);
background-color: var(--doc-symbol-parameter-bg-color);
}

code.doc-symbol-parameter::after {
content: "param";
}

code.doc-symbol-attribute {
color: var(--doc-symbol-attribute-fg-color);
background-color: var(--doc-symbol-attribute-bg-color);
Expand Down
Binary file modified assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 0 additions & 16 deletions assets/javascripts/bundle.88dd0f4e.min.js

This file was deleted.

7 changes: 0 additions & 7 deletions assets/javascripts/bundle.88dd0f4e.min.js.map

This file was deleted.

29 changes: 29 additions & 0 deletions assets/javascripts/bundle.fe8b6f2b.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/javascripts/bundle.fe8b6f2b.min.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/stylesheets/main.3cba04c6.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/stylesheets/main.3cba04c6.min.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/stylesheets/main.6f8fc17f.min.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/stylesheets/main.6f8fc17f.min.css.map

This file was deleted.

Loading

0 comments on commit 2b3451b

Please sign in to comment.