fix(docs): 404 file not found fixed

This commit is contained in:
Jérome Eertmans
2023-09-05 19:21:58 +02:00
committed by GitHub
parent 4a1b8aea87
commit b72b7bc256

View File

@ -16,6 +16,10 @@
The output slides should look this this: The output slides should look this this:
<div style="position:relative;padding-bottom:56.25%;"> <iframe style="width:100%;height:100%;position:absolute;left:0px;top:0px;" frameborder="0" width="100%" height="100%" allowfullscreen allow="autoplay" src="_static/basic_example.html"></iframe></div> ```{eval-rst}
.. manim-slides:: ../../example.py:BasicExample
:hide_source:
:quality: high
```
For more advanced examples, see the [Examples](reference/examples) section. For more advanced examples, see the [Examples](reference/examples) section.