Compare commits
No commits in common. "e506d26450f831f5cca1215469b04194874542eb" and "0642dcc2dbd8aa15b5d53eed9a162708e8c975e8" have entirely different histories.
e506d26450
...
0642dcc2db
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -52,7 +52,6 @@ tests/sdr/
|
||||||
|
|
||||||
# Sphinx documentation
|
# Sphinx documentation
|
||||||
docs/build/
|
docs/build/
|
||||||
docs/_build/
|
|
||||||
|
|
||||||
# Jupyter Notebook
|
# Jupyter Notebook
|
||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
|
|
|
||||||
1083
docs/_build/html/_sources/intro/getting_started.rst.txt
vendored
1083
docs/_build/html/_sources/intro/getting_started.rst.txt
vendored
File diff suppressed because it is too large
Load Diff
|
|
@ -1,29 +0,0 @@
|
||||||
/* Change the hex values below to customize heading colours */
|
|
||||||
|
|
||||||
.rst-content h1 { color: #2c3e50; }
|
|
||||||
.rst-content h2,
|
|
||||||
.rst-content h2 a { color: #ffffff !important; font-size: 22px !important; }
|
|
||||||
|
|
||||||
.rst-content h3,
|
|
||||||
.rst-content h3 a { color: #ffffff !important; font-size: 16px !important; }
|
|
||||||
|
|
||||||
.rst-content h3 code { font-size: inherit !important; }
|
|
||||||
|
|
||||||
.rst-content .admonition.warning {
|
|
||||||
background: #1a1a2e !important;
|
|
||||||
border-left: 4px solid #c0392b !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rst-content .admonition.warning .admonition-title {
|
|
||||||
background: #c0392b !important;
|
|
||||||
color: #ffffff !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rst-content .admonition.warning p {
|
|
||||||
color: #ffffff !important;
|
|
||||||
}
|
|
||||||
.rst-content h4 { color: #404040; }
|
|
||||||
|
|
||||||
.highlight * { color: #ffffff !important; }
|
|
||||||
|
|
||||||
.ria-cmd { color: #2980b9 !important; }
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
document.addEventListener('DOMContentLoaded', function () {
|
|
||||||
document.querySelectorAll('.highlight pre').forEach(function (pre) {
|
|
||||||
pre.innerHTML = pre.innerHTML.replace(
|
|
||||||
/((?:^|\n|>))(ria)(?=[ \t]|<)/g,
|
|
||||||
'$1<span class="ria-cmd">$2</span>'
|
|
||||||
);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
@ -73,6 +73,3 @@ def setup(app):
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
||||||
|
|
||||||
html_theme = 'sphinx_rtd_theme'
|
html_theme = 'sphinx_rtd_theme'
|
||||||
html_static_path = ['_static']
|
|
||||||
html_css_files = ['custom.css']
|
|
||||||
html_js_files = ['custom.js']
|
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user