diff --git a/README.md b/README.md index 16d44c3418..ccdaa2e6c1 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@

- PyPI Latest Release + PyPI Latest Release MIT License Reddit Code style: black Discord - Documentation Status + Documentation Status Docker image Downloads CI @@ -32,7 +32,7 @@ Manim is an animation engine for explanatory math videos. It's used to create pr ## Installation -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. +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. Once the dependencies have been installed, run the following in a terminal window: @@ -67,7 +67,7 @@ manim example.py SquareToCircle -p -ql ``` 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 -[GitHub repository](master/example_scenes). You can also visit the [official gallery](https://manimce.readthedocs.io/en/latest/examples.html) for more advanced examples. +[GitHub repository](master/example_scenes). You can also visit the [official gallery](https://docs.manim.community/en/latest/examples.html) for more advanced examples. ## Command line arguments @@ -83,11 +83,11 @@ Some other useful flags include: - `-n ` to skip ahead to the `n`'th animation of a scene. - `-f` show the file in the file browser. -For a thorough list of command line arguments, visit the [documentation](https://manimce.readthedocs.io/en/latest/tutorials/configuration.html). +For a thorough list of command line arguments, visit the [documentation](https://docs.manim.community/en/latest/tutorials/configuration.html). ## Documentation -Documentation is in progress at [ReadTheDocs](https://manimce.readthedocs.io/en/latest/). +Documentation is in progress at [ReadTheDocs](https://docs.manim.community/). ## Help with Manim @@ -96,9 +96,9 @@ Server](https://discord.gg/mMRrZQW) or [Reddit Community](https://www.reddit.com ## Contributing -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). +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). -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). +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). ## License diff --git a/example_scenes/basic.py b/example_scenes/basic.py index 5eefaf3b90..8f50f8bbd5 100644 --- a/example_scenes/basic.py +++ b/example_scenes/basic.py @@ -129,4 +129,4 @@ def construct(self): self.wait() -# See many more examples at https://manimce.readthedocs.io/en/latest/examples.html +# See many more examples at https://docs.manim.community/en/latest/examples.html diff --git a/manim/utils/tex_file_writing.py b/manim/utils/tex_file_writing.py index de98d70e37..80b311be29 100644 --- a/manim/utils/tex_file_writing.py +++ b/manim/utils/tex_file_writing.py @@ -212,7 +212,7 @@ def convert_to_svg(dvi_file, extension, page=1): f"Your installation does not support converting {extension} files to SVG." f" Consider updating dvisvgm to at least version 2.4." f" If this does not solve the problem, please refer to our troubleshooting guide at:" - f" https://manimce.readthedocs.io/en/latest/installation/troubleshooting.html" + f" https://docs.manim.community/en/latest/installation/troubleshooting.html" ) return result diff --git a/pyproject.toml b/pyproject.toml index d27bbd5865..8e98758011 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["The Manim Community Developers","3b1b "] license="MIT" readme="README.md" repository="https://github.com/manimcommunity/manim" -documentation="https://manimce.readthedocs.io/en/latest/" +documentation="https://docs.manim.community/" classifiers= [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License",