Skip to content

Commit aae02f6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent be9443f commit aae02f6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/source/adventure/project.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ stick with a simple text-based intro. Try to recreate the following:
8888

8989
.. admonition:: Authors solution
9090
:class: dropdown
91-
91+
9292
.. code-block:: python
9393
9494
class AdventureIntro(Scene):
@@ -117,7 +117,7 @@ Once again, try to recreate the following:
117117
.. manim:: AlgebraicAddition
118118
:hide_source:
119119
:ref_classes: Title MathTex Paragraph Tex Text Write Unwrite Create FadeIn
120-
120+
121121
class AlgebraicAddition(Scene):
122122

123123
def construct(self):
@@ -177,7 +177,7 @@ Use :class:`.MathTex` to represent the matrices, and try not to hardcode the val
177177
178178
.. admonition:: Authors solution
179179
:class: dropdown
180-
180+
181181
.. code-block:: python
182182
183183
class AlgebraicAddition(Scene):
@@ -225,7 +225,7 @@ Lastly, let's show the vector addition geometrically. Try your best to reconstru
225225
.. manim:: GeometricAddition
226226
:hide_source:
227227
:ref_classes: Title MathTex Paragraph Tex Text Write Unwrite Create FadeIn NumberPlane Arrow AnimationGroup ReplacementTransform VGroup
228-
228+
229229
class VectorGroup(VGroup):
230230
def __init__(
231231
self, start, end, labelname: str,
@@ -382,7 +382,7 @@ Take a look at the decorator :func:`.override_animation` to override the :class:
382382
383383
.. admonition:: Authors solution
384384
:class: dropdown
385-
385+
386386
.. code-block:: python
387387
388388
class VectorGroup(VGroup):

docs/source/contributing/docs/admonitions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,17 @@ Dropdown
8989
~~~~~~~~~
9090

9191
.. code-block:: rest
92-
92+
9393
.. admonition:: A dropdown
9494
:class: dropdown
9595
9696
A dropdown
9797
9898
Make sure you leave a line between ":class:" and the text below, otherwise the dropdown won't render.
99-
99+
100100
.. admonition:: A dropdown
101101
:class: dropdown
102-
102+
103103
A dropdown
104104

105105

0 commit comments

Comments
 (0)