Skip to content

Commit

Permalink
Deployed f442be0 to 0.9.7 with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Dec 9, 2023
1 parent de89d6d commit 69e58b8
Show file tree
Hide file tree
Showing 92 changed files with 134,802 additions and 0 deletions.
1,503 changes: 1,503 additions & 0 deletions 0.9.7/404.html

Large diffs are not rendered by default.

20,431 changes: 20,431 additions & 0 deletions 0.9.7/api/molfeat.calc.html

Large diffs are not rendered by default.

3,679 changes: 3,679 additions & 0 deletions 0.9.7/api/molfeat.plugins.html

Large diffs are not rendered by default.

4,967 changes: 4,967 additions & 0 deletions 0.9.7/api/molfeat.store.html

Large diffs are not rendered by default.

6,109 changes: 6,109 additions & 0 deletions 0.9.7/api/molfeat.trans.base.html

Large diffs are not rendered by default.

3,517 changes: 3,517 additions & 0 deletions 0.9.7/api/molfeat.trans.concat.html

Large diffs are not rendered by default.

3,004 changes: 3,004 additions & 0 deletions 0.9.7/api/molfeat.trans.fp.html

Large diffs are not rendered by default.

6,596 changes: 6,596 additions & 0 deletions 0.9.7/api/molfeat.trans.graph.html

Large diffs are not rendered by default.

2,666 changes: 2,666 additions & 0 deletions 0.9.7/api/molfeat.trans.pretrained.base.html

Large diffs are not rendered by default.

3,071 changes: 3,071 additions & 0 deletions 0.9.7/api/molfeat.trans.pretrained.dgl_pretrained.html

Large diffs are not rendered by default.

1,798 changes: 1,798 additions & 0 deletions 0.9.7/api/molfeat.trans.pretrained.fcd.html

Large diffs are not rendered by default.

2,665 changes: 2,665 additions & 0 deletions 0.9.7/api/molfeat.trans.pretrained.graphormer.html

Large diffs are not rendered by default.

3,944 changes: 3,944 additions & 0 deletions 0.9.7/api/molfeat.trans.pretrained.hf_transformers.html

Large diffs are not rendered by default.

4,090 changes: 4,090 additions & 0 deletions 0.9.7/api/molfeat.trans.struct.html

Large diffs are not rendered by default.

12,413 changes: 12,413 additions & 0 deletions 0.9.7/api/molfeat.utils.html

Large diffs are not rendered by default.

2,215 changes: 2,215 additions & 0 deletions 0.9.7/api/molfeat.viz.html

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions 0.9.7/assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@

/* 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;
}

/* Keep headings consistent. */
h1.doc-heading,
h2.doc-heading,
h3.doc-heading,
h4.doc-heading,
h5.doc-heading,
h6.doc-heading {
font-weight: 400;
line-height: 1.5;
color: inherit;
text-transform: none;
}

h1.doc-heading {
font-size: 1.6rem;
}

h2.doc-heading {
font-size: 1.2rem;
}

h3.doc-heading {
font-size: 1.15rem;
}

h4.doc-heading {
font-size: 1.10rem;
}

h5.doc-heading {
font-size: 1.05rem;
}

h6.doc-heading {
font-size: 1rem;
}
103 changes: 103 additions & 0 deletions 0.9.7/assets/css/custom-molfeat.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
:root {
--molfeat-primary: #217EBB;
--molfeat-secondary: #5f6d7a;

/* Primary color shades */
--md-primary-fg-color: var(--molfeat-primary);
--md-primary-fg-color--light: var(--molfeat-primary);
--md-primary-fg-color--dark: var(--molfeat-primary);
--md-primary-bg-color: var(--molfeat-secondary);
--md-primary-bg-color--light: var(--molfeat-secondary);
--md-text-link-color: var(--molfeat-secondary);

/* Accent color shades */
--md-accent-fg-color: var(--molfeat-secondary);
--md-accent-fg-color--transparent: var(--molfeat-secondary);
--md-accent-bg-color: var(--molfeat-secondary);
--md-accent-bg-color--light: var(--molfeat-secondary);
}

:root>* {
/* Code block color shades */
--md-code-bg-color: hsla(0, 0%, 96%, 1);
--md-code-fg-color: hsla(200, 18%, 26%, 1);

/* Footer */
--md-footer-bg-color: var(--molfeat-primary);
/* --md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32); */
--md-footer-fg-color: var(--molfeat-secondary);
--md-footer-fg-color--light: var(--molfeat-secondary);
--md-footer-fg-color--lighter: var(--molfeat-secondary);

}

.md-header {
background-image: linear-gradient(to right, #1E2F6C, #217EBB);
}

.md-footer {
background-image: linear-gradient(to right, #1E2F6C, #217EBB);
}

.md-tabs {
background-image: linear-gradient(to right, #F4F6F9, #CCE3f8);
}

.md-header__topic {
color: rgb(255, 255, 255);
}

.md-source__repository,
.md-source__icon,
.md-header__button,
.md-nav__title,
.md-search__input,
.md-search__input::placeholder,
.md-search__input~.md-search__icon,
.md-footer__inner.md-grid,
.md-copyright__highlight,
.md-copyright,
.md-footer-meta.md-typeset a,
.md-version {
color: rgb(255, 255, 255) !important;
}

.md-search__form {
background-color: rgba(255, 255, 255, 0.4);
}

.md-search-result__article:hover {
background-color: #CCE3f8;
}

.md-search-result__more:hover,
.md-search-result__more:focus {
background-color: #CCE3f8 !important;
}

.md-search__input {
color: #222222 !important;
}

.md-header__topic {
color: rgb(255, 255, 255);
font-size: 1.4em;
}

/* Increase the size of the logo */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
height: 2rem !important;
}

/* Reduce the margin around the logo */
.md-header__button.md-logo {
margin: 0.4em;
padding: 0.4em;
}

/* Remove the `In` and `Out` block in rendered Jupyter notebooks */
.md-container .jp-Cell-outputWrapper .jp-OutputPrompt.jp-OutputArea-prompt,
.md-container .jp-Cell-inputWrapper .jp-InputPrompt.jp-InputArea-prompt {
display: none !important;
}
33 changes: 33 additions & 0 deletions 0.9.7/assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/* Indentation. */
div.doc-contents:not(.first) {
padding-left: 25px;
border-left: 4px solid rgba(230, 230, 230);
margin-bottom: 80px;
}

/* Don't capitalize names. */
h5.doc-heading {
text-transform: none !important;
}

/* Don't use vertical space on hidden ToC entries. */
.hidden-toc::before {
margin-top: 0 !important;
padding-top: 0 !important;
}

/* Don't show permalink of hidden ToC entries. */
.hidden-toc a.headerlink {
display: none;
}

/* Avoid breaking parameters name, etc. in table cells. */
td code {
word-break: normal !important;
}

/* For pieces of Markdown rendered in table cells. */
td p {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
16 changes: 16 additions & 0 deletions 0.9.7/assets/css/tweak-width.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@media only screen and (min-width: 76.25em) {
.md-main__inner {
max-width: none;
padding-left: 2em;
padding-left: 2em;
}
.md-sidebar--primary {
left: 0;
}
.md-sidebar--secondary {
right: 0;
margin-left: 0;
-webkit-transform: none;
transform: none;
}
}
Binary file added 0.9.7/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 0.9.7/assets/javascripts/bundle.d7c377c4.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions 0.9.7/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 0.9.7/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.

Loading

0 comments on commit 69e58b8

Please sign in to comment.