Skip to content

Commit

Permalink
Deployed c2e0977 to stable with MkDocs 1.6.1 and mike 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maclandrol committed Nov 18, 2024
1 parent b7d5677 commit fc6142e
Show file tree
Hide file tree
Showing 35 changed files with 44,376 additions and 222,955 deletions.
1,727 changes: 841 additions & 886 deletions stable/404.html

Large diffs are not rendered by default.

3,257 changes: 1,593 additions & 1,664 deletions stable/api/medchem.catalogs.html

Large diffs are not rendered by default.

3,201 changes: 1,561 additions & 1,640 deletions stable/api/medchem.complexity.html

Large diffs are not rendered by default.

2,653 changes: 1,300 additions & 1,353 deletions stable/api/medchem.constraints.html

Large diffs are not rendered by default.

7,971 changes: 3,997 additions & 3,974 deletions stable/api/medchem.functional.html

Large diffs are not rendered by default.

3,743 changes: 1,828 additions & 1,915 deletions stable/api/medchem.groups.html

Large diffs are not rendered by default.

5,819 changes: 2,844 additions & 2,975 deletions stable/api/medchem.query.html

Large diffs are not rendered by default.

11,437 changes: 5,691 additions & 5,746 deletions stable/api/medchem.rules.html

Large diffs are not rendered by default.

3,124 changes: 1,548 additions & 1,576 deletions stable/api/medchem.structural.html

Large diffs are not rendered by default.

4,229 changes: 2,085 additions & 2,144 deletions stable/api/medchem.utils.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions stable/assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,33 @@
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,
:root, :host,
[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 @@ -43,12 +61,14 @@
}

[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 @@ -63,6 +83,15 @@ 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 Expand Up @@ -106,4 +135,9 @@ code.doc-symbol-module {

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

.doc-signature .autorefs {
color: inherit;
border-bottom: 1px dotted currentcolor;
}
16 changes: 16 additions & 0 deletions stable/assets/javascripts/bundle.83f73b43.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions stable/assets/javascripts/bundle.83f73b43.min.js.map

Large diffs are not rendered by default.

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

This file was deleted.

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

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions stable/assets/stylesheets/main.0253249f.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions stable/assets/stylesheets/main.0253249f.min.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion stable/assets/stylesheets/main.50c56a3b.min.css

This file was deleted.

1 change: 0 additions & 1 deletion stable/assets/stylesheets/main.50c56a3b.min.css.map

This file was deleted.

Loading

0 comments on commit fc6142e

Please sign in to comment.