Skip to content

Commit

Permalink
Deployed e045e76 to main with MkDocs 1.6.0 and mike 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FNTwin committed Jul 22, 2024
0 parents commit 997f02d
Show file tree
Hide file tree
Showing 102 changed files with 120,947 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1,756 changes: 1,756 additions & 0 deletions main/404.html

Large diffs are not rendered by default.

5,686 changes: 5,686 additions & 0 deletions main/API/basedataset.html

Large diffs are not rendered by default.

2,062 changes: 2,062 additions & 0 deletions main/API/datasets/alchemy.html

Large diffs are not rendered by default.

2,784 changes: 2,784 additions & 0 deletions main/API/datasets/ani.html

Large diffs are not rendered by default.

2,221 changes: 2,221 additions & 0 deletions main/API/datasets/comp6.html

Large diffs are not rendered by default.

2,605 changes: 2,605 additions & 0 deletions main/API/datasets/des.html

Large diffs are not rendered by default.

2,117 changes: 2,117 additions & 0 deletions main/API/datasets/gdml.html

Large diffs are not rendered by default.

2,001 changes: 2,001 additions & 0 deletions main/API/datasets/geom.html

Large diffs are not rendered by default.

2,134 changes: 2,134 additions & 0 deletions main/API/datasets/iso_17.html

Large diffs are not rendered by default.

2,030 changes: 2,030 additions & 0 deletions main/API/datasets/l7.html

Large diffs are not rendered by default.

2,029 changes: 2,029 additions & 0 deletions main/API/datasets/md22.html

Large diffs are not rendered by default.

2,059 changes: 2,059 additions & 0 deletions main/API/datasets/metcalf.html

Large diffs are not rendered by default.

2,199 changes: 2,199 additions & 0 deletions main/API/datasets/molecule3d.html

Large diffs are not rendered by default.

2,991 changes: 2,991 additions & 0 deletions main/API/datasets/multixcqm9.html

Large diffs are not rendered by default.

2,081 changes: 2,081 additions & 0 deletions main/API/datasets/nabladft.html

Large diffs are not rendered by default.

2,058 changes: 2,058 additions & 0 deletions main/API/datasets/orbnet_denali.html

Large diffs are not rendered by default.

2,283 changes: 2,283 additions & 0 deletions main/API/datasets/pcqm.html

Large diffs are not rendered by default.

2,255 changes: 2,255 additions & 0 deletions main/API/datasets/proteinfragments.html

Large diffs are not rendered by default.

2,175 changes: 2,175 additions & 0 deletions main/API/datasets/qm1b.html

Large diffs are not rendered by default.

2,155 changes: 2,155 additions & 0 deletions main/API/datasets/qm7x.html

Large diffs are not rendered by default.

2,133 changes: 2,133 additions & 0 deletions main/API/datasets/qmugs.html

Large diffs are not rendered by default.

2,965 changes: 2,965 additions & 0 deletions main/API/datasets/qmx.html

Large diffs are not rendered by default.

2,084 changes: 2,084 additions & 0 deletions main/API/datasets/revmd17.html

Large diffs are not rendered by default.

2,056 changes: 2,056 additions & 0 deletions main/API/datasets/sn2_rxn.html

Large diffs are not rendered by default.

2,123 changes: 2,123 additions & 0 deletions main/API/datasets/solvated_peptides.html

Large diffs are not rendered by default.

2,458 changes: 2,458 additions & 0 deletions main/API/datasets/spice.html

Large diffs are not rendered by default.

2,324 changes: 2,324 additions & 0 deletions main/API/datasets/splinter.html

Large diffs are not rendered by default.

2,042 changes: 2,042 additions & 0 deletions main/API/datasets/tmqm.html

Large diffs are not rendered by default.

2,044 changes: 2,044 additions & 0 deletions main/API/datasets/transition1x.html

Large diffs are not rendered by default.

2,039 changes: 2,039 additions & 0 deletions main/API/datasets/vqm24.html

Large diffs are not rendered by default.

2,114 changes: 2,114 additions & 0 deletions main/API/datasets/waterclusters.html

Large diffs are not rendered by default.

2,060 changes: 2,060 additions & 0 deletions main/API/datasets/waterclusters3_30.html

Large diffs are not rendered by default.

2,045 changes: 2,045 additions & 0 deletions main/API/datasets/x40.html

Large diffs are not rendered by default.

3,542 changes: 3,542 additions & 0 deletions main/API/formats.html

Large diffs are not rendered by default.

3,075 changes: 3,075 additions & 0 deletions main/API/methods.html

Large diffs are not rendered by default.

3,360 changes: 3,360 additions & 0 deletions main/API/regressor.html

Large diffs are not rendered by default.

3,051 changes: 3,051 additions & 0 deletions main/API/units.html

Large diffs are not rendered by default.

2,661 changes: 2,661 additions & 0 deletions main/API/utils.html

Large diffs are not rendered by default.

Binary file added main/assets/StorageView.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
119 changes: 119 additions & 0 deletions main/assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@

/* Avoid breaking parameter names, etc. in table cells. */
.doc-contents td code {
word-break: normal !important;
}

/* No line break before first paragraph of descriptions. */
.doc-md-description,
.doc-md-description>p:first-child {
display: inline;
}

/* Max width for docstring sections tables. */
.doc .md-typeset__table,
.doc .md-typeset__table table {
display: table !important;
width: 100%;
}

.doc .md-typeset__table tr {
display: table-row;
}

/* Defaults in Spacy table style. */
.doc-param-default {
float: right;
}

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

/* Symbols in Navigation and ToC. */
:root,
[data-md-color-scheme="default"] {
--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-attribute-bg-color: #9538001a;
--doc-symbol-function-bg-color: #8250df1a;
--doc-symbol-method-bg-color: #8250df1a;
--doc-symbol-class-bg-color: #0550ae1a;
--doc-symbol-module-bg-color: #5cad0f1a;
}

[data-md-color-scheme="slate"] {
--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-attribute-bg-color: #ffa6571a;
--doc-symbol-function-bg-color: #d2a8ff1a;
--doc-symbol-method-bg-color: #d2a8ff1a;
--doc-symbol-class-bg-color: #79c0ff1a;
--doc-symbol-module-bg-color: #baff791a;
}

code.doc-symbol {
border-radius: .1rem;
font-size: .85em;
padding: 0 .3em;
font-weight: bold;
}

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

code.doc-symbol-attribute::after {
content: "attr";
}

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

code.doc-symbol-function::after {
content: "func";
}

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

code.doc-symbol-method::after {
content: "meth";
}

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

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

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

code.doc-symbol-module::after {
content: "mod";
}

.doc-signature .autorefs {
color: inherit;
border-bottom: 1px dotted currentcolor;
}
Binary file added main/assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions main/assets/javascripts/bundle.fe8b6f2b.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions main/assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions main/assets/javascripts/lunr/min/lunr.da.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions main/assets/javascripts/lunr/min/lunr.de.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions main/assets/javascripts/lunr/min/lunr.du.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 997f02d

Please sign in to comment.