mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-07-17 16:28:21 +08:00

* chore(version): bump 4.8.2 to 4.8.3 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * chore(ci): always use apt-get update See comment https://github.com/actions/runner-images/issues/6488#issuecomment-1295789463 * chore(docs): add opengraph image and update description --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
43 lines
1.0 KiB
Markdown
43 lines
1.0 KiB
Markdown
---
|
|
hide-toc: true
|
|
og:description: Manim Slides makes creating slides with Manim super easy!
|
|
---
|
|
|
|
```{eval-rst}
|
|
.. image:: _static/logo.png
|
|
:width: 600px
|
|
:align: center
|
|
: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 Manin Slides.
|
|
|
|
|
|
<!-- From: https://faq.dailymotion.com/hc/en-us/articles/360022841393-How-to-preserve-the-player-aspect-ratio-on-a-responsive-page -->
|
|
|
|
<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>
|
|
|
|
|
|
```{toctree}
|
|
:hidden:
|
|
|
|
quickstart
|
|
reference/index
|
|
```
|
|
|
|
```{toctree}
|
|
:caption: Development
|
|
:hidden:
|
|
|
|
contributing/index
|
|
changelog
|
|
license
|
|
```
|