Skip to content

Commit 1e32a0b

Browse files
committed
Fixing some docs building warnings
1 parent 5292fc8 commit 1e32a0b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/source/installation/linux.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The two necessary dependencies are cairo and ffmpeg. LaTeX is strongly
1111
recommended, as it is necessary to have access to the ``Tex`` and ``MathTex`` classes.
1212

1313
Ubuntu/Mint/Debian
14-
*************
14+
******************
1515

1616
Before installing anything, make sure that your system is up to date.
1717

@@ -50,7 +50,7 @@ If you don't have python3-pip installed, install it:
5050

5151

5252
Fedora/CentOS/RHEL
53-
*************
53+
******************
5454

5555
To install cairo:
5656

docs/source/installation/troubleshooting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ As soon as you have found the library, try (on Mac OS or Linux)
5656
5757
or (on Windows)
5858

59-
.. code-block:: cmd
59+
.. code-block:: bat
6060
6161
set LIBS=<path to your library including the file name>
6262
dvisvgm -l

manim/scene/scene.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,8 +781,8 @@ def play_internal(self, *args, **kwargs):
781781
782782
Parameters
783783
----------
784-
*args : Animation or mobject with mobject method and params
785-
**kwargs : named parameters affecting what was passed in *args e.g run_time, lag_ratio etc.
784+
\*args : Animation or mobject with mobject method and params
785+
\*\*kwargs : named parameters affecting what was passed in \*args e.g run_time, lag_ratio etc.
786786
"""
787787
if len(args) == 0:
788788
warnings.warn("Called Scene.play with no animations")

0 commit comments

Comments
 (0)