Skip to content

Commit

Permalink
Deployed 3f92ab5 to dev with MkDocs 1.4.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Jul 26, 2024
1 parent 86f7f0a commit 7719213
Show file tree
Hide file tree
Showing 97 changed files with 65,340 additions and 1 deletion.
762 changes: 762 additions & 0 deletions dev/404.html

Large diffs are not rendered by default.

678 changes: 678 additions & 0 deletions dev/LICENSE.txt

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions dev/assets/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
:root {
--md-primary-fg-color: hsla(16, 100%, 42%, 1);
--md-primary-fg-color--light: hsla(16, 100%, 64%, 1);
--md-primary-fg-color--dark: #d63900;
--md-typeset-a-color: var(--md-accent-fg-color--transparent)
--md-accent-fg-color: hsla(196, 100%, 44%, 1);
--md-accent-fg-color--transparent: hsla(196, 100%, 44%, 0.1);
}

/* Hide images by default for dark mode */
img[src$="#only-dark"] {
display: none;
}

@media screen {
[data-md-color-scheme="slate"] {
--md-primary-fg-color: var(--md-primary-fg-color--dark);
--md-accent-fg-color: hsla(16, 100%, 42%, 1);
--md-typeset-a-color: #FFA98A;
--md-default-bg-color: #121212
}

/* Hide images for light mode */
[data-md-color-scheme="slate"] img[src$="#only-light"] {
display: none;
}

/* Show images for dark mode */
[data-md-color-scheme="slate"] img[src$="#only-dark"] {
display: initial;
}

}

/* Add border to images and prevent emojis to get bordered by
injecting this class optional */
img[src$="#border"],
img[src$="#only-dark#border"],
img[src$="#only-light#border"],
img[src$="#border#only-dark"],
img[src$="#border#only-light"] {
border: .01rem solid var(--md-typeset-kbd-border-color);
border-radius: .1rem;
padding: .25rem
}

.md-search-result__meta {
/* background-color: var(--md-default-fg-color); */
color: var(--md-typeset-color);
}

.md-top {
background-color: #FFA98A;
color: var(--md-default-bg-color)
}
Binary file added dev/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.
Binary file added dev/assets/img/dcm_qa_nih_repo-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/assets/img/dcm_qa_nih_repo-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/assets/img/github-issue-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/assets/img/github-issue-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/assets/img/neurostars-1-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/assets/img/neurostars-1-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/assets/img/neurostars-2-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/assets/img/neurostars-2-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/assets/img/neurostars-3-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/assets/img/neurostars-3-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/assets/img/neurostars-4-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/assets/img/neurostars-4-light.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 dev/assets/javascripts/bundle.220ee61c.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions dev/assets/javascripts/bundle.220ee61c.min.js.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Please sign in to comment.