mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-20 03:57:38 +08:00
fix(docs): typos
This commit is contained in:
@ -154,7 +154,7 @@ def start_at_callback(
|
|||||||
"--skip-all",
|
"--skip-all",
|
||||||
is_flag=True,
|
is_flag=True,
|
||||||
help="Skip all slides, useful the test if slides are working. "
|
help="Skip all slides, useful the test if slides are working. "
|
||||||
"Automatically sets `--exit-after-last-slide` to True.",
|
"Automatically sets ``--exit-after-last-slide`` to True.",
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
"--exit-after-last-slide",
|
"--exit-after-last-slide",
|
||||||
@ -182,7 +182,7 @@ def start_at_callback(
|
|||||||
type=str,
|
type=str,
|
||||||
callback=start_at_callback,
|
callback=start_at_callback,
|
||||||
default=(None, None),
|
default=(None, None),
|
||||||
help="Start presenting at (x, y), equivalent to --sacn x --sasn y, "
|
help="Start presenting at (x, y), equivalent to ``--sacn x --sasn y``, "
|
||||||
"and overrides values if not None.",
|
"and overrides values if not None.",
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
|
@ -29,7 +29,7 @@ import click
|
|||||||
envvar="MANIM_RENDERER",
|
envvar="MANIM_RENDERER",
|
||||||
show_envvar=True,
|
show_envvar=True,
|
||||||
help="If set, use Manim Community Edition (CE) renderer. "
|
help="If set, use Manim Community Edition (CE) renderer. "
|
||||||
"If this or --GL is not set, default to CE renderer.",
|
"If this or ``--GL`` is not set, defaults to CE renderer.",
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
"--GL",
|
"--GL",
|
||||||
|
Reference in New Issue
Block a user