mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-23 13:36:23 +08:00

* feat(cli): document config options * chpre(docs): add changelog entry * fixes * chore(deps): remove restriction * fix(deps): PySide6 issue See https://github.com/astral-sh/uv/issues/10056 * chore(docs): document config options * chore(fmt): auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fox(docs): deps * chore(tests): remove old test * chore(fmt): auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
38 lines
753 B
Markdown
38 lines
753 B
Markdown
# Command Line Interface
|
|
|
|
This page contains an exhaustive list of all the commands available with `manim-slides`.
|
|
|
|
|
|
```{eval-rst}
|
|
.. click:: manim_slides.__main__:cli
|
|
:prog: manim-slides
|
|
:nested: full
|
|
```
|
|
|
|
## All config options
|
|
|
|
Each converter has its own configuration options, which are listed below.
|
|
|
|
::::{dropdown} HTML
|
|
```{program-output} manim-slides convert --to=html --show-config
|
|
```
|
|
::::
|
|
|
|
::::{dropdown} Zip
|
|
:::{note}
|
|
The Zip converter inherits from the HTML converter.
|
|
:::
|
|
```{program-output} manim-slides convert --to=zip --show-config
|
|
```
|
|
::::
|
|
|
|
::::{dropdown} PDF
|
|
```{program-output} manim-slides convert --to=pdf --show-config
|
|
```
|
|
::::
|
|
|
|
::::{dropdown} HTML
|
|
```{program-output} manim-slides convert --to=pdf --show-config
|
|
```
|
|
::::
|