Skip to content

Commit 70b5ee3

Browse files
committed
chore(docs): fix missing image, app. order and link
1 parent 616e025 commit 70b5ee3

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ in *Settings*->*Display*.
192192

193193
## Contributing
194194

195-
Contributions are more than welcome!
195+
Contributions are more than welcome! Please read through [our contributing section](https://eertmans.be/manim-slides/contributing/index.html).
196196

197197
[pypi-version-badge]: https://img.shields.io/pypi/v/manim-slides?label=manim-slides
198198
[pypi-version-url]: https://pypi.org/project/manim-slides/

docs/source/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
hide-toc: true
33
---
44

5-
<p align="center><img src="_static/logo.png" width="600px" alt="Manim Slides logo"></p>
5+
```{eval-rst}
6+
.. image:: _static/logo.png
7+
:width: 600px
8+
:align: center
9+
:alt: Manim Slide logo
10+
```
611

712
# Welcome to Manim Slide's documentation
813

docs/source/reference/examples.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,21 @@ Do not forget to import Manim Slides and Manim or ManimGL.
88

99
Basic example from quickstart.
1010

11+
<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>
12+
1113
```{eval-rst}
1214
.. literalinclude:: ../../../example.py
1315
:language: python
1416
:linenos:
1517
:pyobject: BasicExample
1618
```
1719

18-
<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>
19-
2020
## 3D Example
2121

2222
Example using 3D camera. As Manim and ManimGL handle 3D differently, definitions are slightly different.
2323

24+
<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/three_d_example.html"></iframe></div>
25+
2426
### With Manim
2527

2628
```{eval-rst}
@@ -32,8 +34,6 @@ Example using 3D camera. As Manim and ManimGL handle 3D differently, definitions
3234
:end-before: [manim-3d]
3335
```
3436

35-
<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/three_d_example.html"></iframe></div>
36-
3737
### With ManimGL
3838

3939
```{eval-rst}
@@ -49,11 +49,11 @@ Example using 3D camera. As Manim and ManimGL handle 3D differently, definitions
4949

5050
A more advanced example is `ConvertExample`, which is used as demo slide and tutorial.
5151

52+
<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/slides.html"></iframe></div>
53+
5254
```{eval-rst}
5355
.. literalinclude:: ../../../example.py
5456
:language: python
5557
:linenos:
5658
:pyobject: ConvertExample
5759
```
58-
59-
<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/slides.html"></iframe></div>

0 commit comments

Comments
 (0)