Skip to content

Commit

Permalink
fix(docs): link to section api
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-besch committed Jul 17, 2024
1 parent 6b2795c commit 3b601bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Come back once you've familiarised yourself with the core concepts.
Main Idea
*********

The ``Manim Editor`` is using the `Manim Section API <https://docs.manim.community/en/stable/tutorials/a_deeper_look.html#sections>`__.
The ``Manim Editor`` is using the `Manim Section API <https://docs.manim.community/en/stable/reference/manim.scene.section.Section.html>`__.
It allows the separation of a scene into multiple sections.
In addition to that it optionally stores names and types for each section.
``Manim`` only supports the type ``DefaultSectionType.NORMAL`` out of the box.
Expand Down

0 comments on commit 3b601bb

Please sign in to comment.