Skip to content

Commit a0a4158

Browse files
authored
Merge pull request #210 from lanl/docs_updates
Docs updates
2 parents e58d218 + 47eed9a commit a0a4158

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

docs/_static/dsi_slides.pdf

512 KB
Binary file not shown.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3030

3131
html_theme = 'sphinx_rtd_theme'
32-
# html_static_path = ['_static']
32+
html_static_path = ['_static']

docs/introduction.rst

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,40 @@ DSI basic functionality is contained within the middleware known as the *core*.
113113
Users will leverage Core to employ Readers, Writers, and Backends to interact with their data.
114114
The two primary methods to achieve this are with the :ref:`python_api_label` or the :ref:`cli_api_label`
115115

116+
Slides
117+
------
118+
119+
.. only:: html
120+
121+
.. raw:: html
122+
123+
<div>
124+
<iframe src="_static/dsi_slides.pdf"
125+
width="100%"
126+
height="600px"
127+
style="border: none; margin-bottom: 15px;">
128+
</iframe>
129+
130+
<a href="_static/dsi_slides.pdf"
131+
download
132+
style="
133+
display: inline-block;
134+
width: 100%;
135+
text-align: center;
136+
padding: 8px 14px;
137+
background: #4A90E2;
138+
color: white;
139+
text-decoration: none;
140+
border-radius: 4px;
141+
margin-bottom: 20px;
142+
">
143+
⬇ Download Slides
144+
</a>
145+
</div>
146+
116147
Contact Us
117148
----------
118149

119150
For general inquiries or help, reach us at dsi-help (at) lanl.gov
120151

121-
Bugs/Feature Requests: `DSI GitHub Requests <https://github.com/lanl/dsi/issues>`_
152+
Bugs/Feature Requests: `DSI GitHub Requests <https://github.com/lanl/dsi/issues>`_

0 commit comments

Comments
 (0)