Skip to content

Commit

Permalink
Deploying to gh-pages from @ f0401d2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
janash committed Oct 30, 2023
1 parent 98db4da commit 7f83b81
Show file tree
Hide file tree
Showing 34 changed files with 1,460 additions and 1,236 deletions.
17 changes: 10 additions & 7 deletions _downloads/ca536983950f3a66ba04e67ddd551141/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ html[data-theme="light"] {
--pst-color-primary: #ed1c24;
--pst-color-warning: #ed1c24;
--pst-color-primary-highlight: #bc151b;
--pst-color-secondary: #1d35e7;
--pst-color-secondary-highlight: #3e51e3;
--pst-color-secondary: #1A1A1A;
--pst-color-secondary-highlight: #222222;

}

Expand All @@ -14,10 +14,10 @@ html[data-theme="dark"] {
--pst-color-warning: #ed1c24;
--pst-color-primary-highlight: #bc151b;
--pst-color-background: #1A1A1A;
--pst-color-secondary: #1d35e7;
--pst-color-secondary-highlight: #3e51e3;


--pst-color-on-background: #222222;
--pst-color-surface: #222222;
--pst-color-secondary: #ffffff;
--pst-color-secondary-highlight: #ffffffb3;
}

html[data-theme="light"] a:hover {
Expand All @@ -28,8 +28,11 @@ html[data-theme="dark"] h1, html[data-theme="dark"] h2, html[data-theme="dark"]
color: #ffffff;
}

html[data-theme="light"] a, a:visited {
color: var(--pst-color-primary);
}

html[data-theme="dark"] a {
html[data-theme="dark"] a, a:visited {
color: #ffffff;
}

Expand Down
165 changes: 88 additions & 77 deletions _modules/index.html

Large diffs are not rendered by default.

170 changes: 92 additions & 78 deletions _modules/molssi_doc_theme/functions.html

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions _static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ a.headerlink {
visibility: hidden;
}

a:visited {
color: #551A8B;
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
Expand Down Expand Up @@ -670,6 +674,16 @@ dd {
margin-left: 30px;
}

.sig dd {
margin-top: 0px;
margin-bottom: 0px;
}

.sig dl {
margin-top: 0px;
margin-bottom: 0px;
}

dl > dd:last-child,
dl > dd:last-child > :last-child {
margin-bottom: 0;
Expand Down Expand Up @@ -738,6 +752,14 @@ abbr, acronym {
cursor: help;
}

.translated {
background-color: rgba(207, 255, 207, 0.2)
}

.untranslated {
background-color: rgba(255, 207, 207, 0.2)
}

/* -- code displays --------------------------------------------------------- */

pre {
Expand Down
17 changes: 10 additions & 7 deletions _static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ html[data-theme="light"] {
--pst-color-primary: #ed1c24;
--pst-color-warning: #ed1c24;
--pst-color-primary-highlight: #bc151b;
--pst-color-secondary: #1d35e7;
--pst-color-secondary-highlight: #3e51e3;
--pst-color-secondary: #1A1A1A;
--pst-color-secondary-highlight: #222222;

}

Expand All @@ -14,10 +14,10 @@ html[data-theme="dark"] {
--pst-color-warning: #ed1c24;
--pst-color-primary-highlight: #bc151b;
--pst-color-background: #1A1A1A;
--pst-color-secondary: #1d35e7;
--pst-color-secondary-highlight: #3e51e3;


--pst-color-on-background: #222222;
--pst-color-surface: #222222;
--pst-color-secondary: #ffffff;
--pst-color-secondary-highlight: #ffffffb3;
}

html[data-theme="light"] a:hover {
Expand All @@ -28,8 +28,11 @@ html[data-theme="dark"] h1, html[data-theme="dark"] h2, html[data-theme="dark"]
color: #ffffff;
}

html[data-theme="light"] a, a:visited {
color: var(--pst-color-primary);
}

html[data-theme="dark"] a {
html[data-theme="dark"] a, a:visited {
color: #ffffff;
}

Expand Down
5 changes: 2 additions & 3 deletions _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
const DOCUMENTATION_OPTIONS = {
VERSION: '',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
Expand All @@ -8,7 +7,7 @@ var DOCUMENTATION_OPTIONS = {
LINK_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt',
NAVIGATION_WITH_KEYS: true,
NAVIGATION_WITH_KEYS: false,
SHOW_SEARCH_SUMMARY: true,
ENABLE_SEARCH_SHORTCUTS: true,
};
2 changes: 1 addition & 1 deletion _static/scripts/bootstrap.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _static/scripts/bootstrap.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Bootstrap v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
2 changes: 1 addition & 1 deletion _static/scripts/bootstrap.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _static/scripts/pydata-sphinx-theme.js

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

2 changes: 1 addition & 1 deletion _static/scripts/pydata-sphinx-theme.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 7f83b81

Please sign in to comment.