diff --git a/_sources/development/about.rst.txt b/_sources/development/about.rst.txt index cf647516..02bf7c35 100644 --- a/_sources/development/about.rst.txt +++ b/_sources/development/about.rst.txt @@ -16,7 +16,7 @@ faster rendering speed, and supports real-time rendering and interaction. - `ManimCommunity/manim `_ : Maintained by Manim Community Dev Team. -Using cairo to use CPU for rendering. There is better documentation and +Using multiple backend rendering. There is better documentation and a more open contribution community. About this documentation diff --git a/_sources/getting_started/installation.rst.txt b/_sources/getting_started/installation.rst.txt index 62f95885..8b88e3c2 100644 --- a/_sources/getting_started/installation.rst.txt +++ b/_sources/getting_started/installation.rst.txt @@ -8,7 +8,6 @@ System requirements are: - `FFmpeg `__ - `OpenGL `__ (included in python package ``PyOpenGL``) - `LaTeX `__ (optional, if you want to use LaTeX) -- `cairo `_ (included in python package ``pycairo``. optional, if you want to use ``Text`` in manim) Directly -------- diff --git a/_sources/getting_started/structure.rst.txt b/_sources/getting_started/structure.rst.txt index f45165ff..f1a05623 100644 --- a/_sources/getting_started/structure.rst.txt +++ b/_sources/getting_started/structure.rst.txt @@ -59,7 +59,7 @@ Below is the directory structure of manim: │ │ ├── brace.py # Brace │ │ ├── drawings.py # Some special mobject of svg image │ │ ├── tex_mobject.py # Tex and TexText implemented by LaTeX - │ │ └── text_mobject.py # Text implemented by cairo + │ │ └── text_mobject.py # Text implemented by manimpango │ ├── changing.py # Dynamically changing mobject │ ├── coordinate_systems.py # coordinate system │ ├── frame.py # mobject related to frame diff --git a/development/about.html b/development/about.html index 4e87661a..4f8b26c6 100644 --- a/development/about.html +++ b/development/about.html @@ -8,8 +8,8 @@ - - + +