File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed
Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 2929# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3030
3131html_theme = 'sphinx_rtd_theme'
32- # html_static_path = ['_static']
32+ html_static_path = ['_static' ]
Original file line number Diff line number Diff line change @@ -113,9 +113,40 @@ DSI basic functionality is contained within the middleware known as the *core*.
113113Users will leverage Core to employ Readers, Writers, and Backends to interact with their data.
114114The 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+
116147Contact Us
117148----------
118149
119150For 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 >`_
You can’t perform that action at this time.
0 commit comments