Embedding Slides (PDFs)
Code for Embedding a PDF slide deck.. raw:: html
:download:`Download the DFX Part 2 PDF <images/DFX_pt2.pdf>`
<div style="text-align: center;">
<iframe
src="slides/presentation.pdf"
width= 80%
height="600">
</iframe>
</div>
Folder Structure:
rst_project/
├── index.rst
├── index.html
├── tutorial.rst
├── tutorial.html
└── images/
└── presentation.pdf
You can always play with the percentages and the max pixels.
DON’T FORGET TO GIVE THE USER A WAY TO GO BACK!
There’s also the back button on PC, but phone users will probably appreciate the button.