mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-06-01 06:09:23 +08:00
58 lines
1011 B
Markdown
58 lines
1011 B
Markdown
---
|
|
hide-toc: true
|
|
og:description: Manim Slides makes creating slides with Manim super easy!
|
|
---
|
|
|
|
```{eval-rst}
|
|
.. image:: _static/logo_light_transparent.png
|
|
:width: 600px
|
|
:align: center
|
|
:class: only-light
|
|
:alt: Manim Slide logo
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. image:: _static/logo_dark_transparent.png
|
|
:width: 600px
|
|
:align: center
|
|
:class: only-dark
|
|
:alt: Manim Slide logo
|
|
```
|
|
|
|
# Welcome to Manim Slide's documentation
|
|
|
|
Manim Slides makes creating slides with Manim super easy!
|
|
|
|
In a [very few steps](/quickstart),
|
|
you can create slides and present them either using the GUI, or your browser.
|
|
|
|
Slide through the demo below to get a quick glimpse on what you can do with
|
|
Manim Slides.
|
|
|
|
```{eval-rst}
|
|
.. manim-slides:: ../../example.py:ConvertExample
|
|
:hide_source:
|
|
:quality: high
|
|
```
|
|
|
|
```{toctree}
|
|
:hidden:
|
|
|
|
quickstart
|
|
installation
|
|
reference/index
|
|
features_table
|
|
manim_or_manimgl
|
|
gallery
|
|
faq
|
|
```
|
|
|
|
```{toctree}
|
|
:caption: Development
|
|
:hidden:
|
|
|
|
contributing/index
|
|
changelog
|
|
license
|
|
```
|