Files
Jérome Eertmans 04bca458f1 chore(ci): checking links and spell checking (#417)
* chore(ci): checking links and spell checking

* chore(ci): move markdown-link-check to GitHub ci

Because pre-commit.ci does not have access to the internet...

* fix(lib): revert `reverse-...` utils because of warnings

* chore(ci): checking links and spell checking

* chore(ci): move markdown-link-check to GitHub ci

Because pre-commit.ci does not have access to the internet...

* fix(docs): myst-parser xref cannot end with .html

* fix(docs): oops
2024-04-17 17:59:40 +02:00

39 lines
1.1 KiB
Markdown

# Reference Documentation
Automatically generated reference for Manim Slides.
```{toctree}
:hidden:
api
cli
customize_html
examples
gui
html
IPython magic <ipython_magic>
sharing
Sphinx Extension <sphinx_extension>
```
[Application Programming Interface](/reference/api): list of classes and methods that may
be useful to the end-user.
[Command Line Interface](/reference/cli): list of all commands available using Manim
Slides' executable.
[Examples](/reference/examples): curated list of examples and their output.
[Graphical User Interface](/reference/gui): details about the main Manim Slide' feature.
[HTML Presentation](/reference/html): an alternative way of presenting your animations.
[IPython Magic](/reference/ipython_magic): a magic to render and display Manim Slides inside notebooks.
+ [Example](/reference/magic_example): example notebook using the magics.
[Sharing](/reference/sharing): how to share your presentation with others.
[Sphinx Extension](/reference/sphinx_extension): a Sphinx extension for displaying Manim Slides animations within your documentation.