diff --git a/docs/source/documentation/constants.rst b/docs/source/documentation/constants.rst index 6ba62b3b..cbf96bae 100644 --- a/docs/source/documentation/constants.rst +++ b/docs/source/documentation/constants.rst @@ -106,61 +106,80 @@ Here are the preview of default colours. (Modified from .. raw:: html +

BLUE

BLUE_E

BLUE_D

BLUE_C

BLUE_B

BLUE_A

-

TEAL

+
+
+

TEAL

TEAL_E

TEAL_D

TEAL_C

TEAL_B

TEAL_A

-

GREEN

+
+
+

GREEN

GREEN_E

GREEN_D

GREEN_C

GREEN_B

GREEN_A

-

YELLOW

+
+
+

YELLOW

YELLOW_E

YELLOW_D

YELLOW_C

YELLOW_B

YELLOW_A

-

GOLD

+
+
+

GOLD

GOLD_E

GOLD_D

GOLD_C

GOLD_B

GOLD_A

-

RED

+
+
+

RED

RED_E

RED_D

RED_C

RED_B

RED_A

-

MAROON

+
+
+

MAROON

MAROON_E

MAROON_D

MAROON_C

MAROON_B

MAROON_A

-

PURPLE

+
+
+

PURPLE

PURPLE_E

PURPLE_D

PURPLE_C

PURPLE_B

PURPLE_A

-

GREY

+
+
+

GREY

GREY_E

GREY_D

GREY_C

GREY_B

GREY_A

-

Others

+
+
+

Others

WHITE

BLACK

GREY_BROWN

@@ -170,3 +189,4 @@ Here are the preview of default colours. (Modified from

LIGHT_PINK

GREEN_SCREEN

ORANGE

+
diff --git a/docs/source/getting_started/configuration.rst b/docs/source/getting_started/configuration.rst index 6401058f..ff07685c 100644 --- a/docs/source/getting_started/configuration.rst +++ b/docs/source/getting_started/configuration.rst @@ -21,7 +21,9 @@ Some useful flags - ``-w`` to write the scene to a file. - ``-o`` to write the scene to a file and open the result. - ``-s`` to skip to the end and just show the final frame. + - ``-so`` will save the final frame to an image and show it. + - ``-n `` to skip ahead to the ``n``\ ’th animation of a scene. - ``-f`` to make the playback window fullscreen. diff --git a/docs/source/index.rst b/docs/source/index.rst index 5d4fb71e..84df7151 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,6 +6,8 @@ Manim's documentation Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically, as seen in the videos at `3Blue1Brown `_. +And here is a Chinese version of this documentation: https://manim.ml/shaders + .. toctree:: :maxdepth: 2 :caption: Getting Started