mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-20 03:57:38 +08:00

* refactor(lib): rename `main` to `__main__` This allows to call the module using `python -m manim-slides`, useful for profiling, etc. * fix(setup): update name
29 lines
1.1 KiB
ReStructuredText
29 lines
1.1 KiB
ReStructuredText
.. manim-slides documentation master file, created by
|
|
sphinx-quickstart on Wed Sep 21 15:07:28 2022.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
.. image:: _static/logo.png
|
|
:width: 600px
|
|
:align: center
|
|
:alt: Manim Slide logo
|
|
|
|
Welcome to Manim Slide's CLI documentation!
|
|
===========================================
|
|
|
|
|
|
.. raw:: html
|
|
|
|
<!-- 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>
|
|
|
|
|
|
This page contains an exhaustive list of all the commands available with `manim-slides`.
|
|
|
|
If you need help installing or using Manim Slide, please refer to the `GitHub README <https://github.com/jeertmans/manim-slides>`_.
|
|
|
|
.. click:: manim_slides.__main__:cli
|
|
:prog: manim-slides
|
|
:nested: full
|