You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Changed manimce links in the docs to docs.manim.community, replaced manimce with manim where applicable
* black is extra finicky today
Co-authored-by: Aron Fischer <cobordism@github, co-bordism@gitlab>
@@ -32,7 +32,7 @@ Manim is an animation engine for explanatory math videos. It's used to create pr
32
32
33
33
## Installation
34
34
35
-
Manim requires a few dependencies that must be installed prior to using it. Please visit the [documentation](https://manimce.readthedocs.io/en/latest/installation.html) and follow the appropriate instructions for your operating system.
35
+
Manim requires a few dependencies that must be installed prior to using it. Please visit the [documentation](https://docs.manim.community/en/latest/installation.html) and follow the appropriate instructions for your operating system.
36
36
37
37
Once the dependencies have been installed, run the following in a terminal window:
You should see your native video player program pop up and play a simple scene in which a square is transformed into a circle. You may find some more simple examples within this
70
-
[GitHub repository](master/example_scenes). You can also visit the [official gallery](https://manimce.readthedocs.io/en/latest/examples.html) for more advanced examples.
70
+
[GitHub repository](master/example_scenes). You can also visit the [official gallery](https://docs.manim.community/en/latest/examples.html) for more advanced examples.
71
71
72
72
## Command line arguments
73
73
@@ -83,11 +83,11 @@ Some other useful flags include:
83
83
-`-n <number>` to skip ahead to the `n`'th animation of a scene.
84
84
-`-f` show the file in the file browser.
85
85
86
-
For a thorough list of command line arguments, visit the [documentation](https://manimce.readthedocs.io/en/latest/tutorials/configuration.html).
86
+
For a thorough list of command line arguments, visit the [documentation](https://docs.manim.community/en/latest/tutorials/configuration.html).
87
87
88
88
## Documentation
89
89
90
-
Documentation is in progress at [ReadTheDocs](https://manimce.readthedocs.io/en/latest/).
90
+
Documentation is in progress at [ReadTheDocs](https://docs.manim.community/).
91
91
92
92
## Help with Manim
93
93
@@ -96,9 +96,9 @@ Server](https://discord.gg/mMRrZQW) or [Reddit Community](https://www.reddit.com
96
96
97
97
## Contributing
98
98
99
-
Contributions to Manim are always welcome. In particular, there is a dire need for tests and documentation. For contribution guidelines, please see the [documentation](https://manimce.readthedocs.io/en/latest/contributing.html).
99
+
Contributions to Manim are always welcome. In particular, there is a dire need for tests and documentation. For contribution guidelines, please see the [documentation](https://docs.manim.community/en/latest/contributing.html).
100
100
101
-
This project uses[Poetry](https://python-poetry.org/docs/) for management. You must have poetry installed and available in your environment. You can learn more `poetry` and how to use it at its [Documentation](https://manimce.readthedocs.io/en/latest/installation/for_dev.html).
101
+
Most developers on the project use[Poetry](https://python-poetry.org/docs/) for management. You'll want to have poetry installed and available in your environment. You can learn more `poetry` and how to use it at its [Documentation](https://docs.manim.community/en/latest/installation/for_dev.html).
0 commit comments