Skip to content

Commit 247cdee

Browse files
cobordismAron Fischer
andauthored
Update Docs Url (#832)
* 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>
1 parent 1318db5 commit 247cdee

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<a href="https://www.manim.community/"><img src="https://raw.githubusercontent.com/ManimCommunity/manim/master/logo/cropped.png"></a>
33
<br />
44
<br />
5-
<a href="https://pypi.org/project/manimce/"><img src="https://img.shields.io/pypi/v/manim.svg?style=flat" alt="PyPI Latest Release"></a>
5+
<a href="https://pypi.org/project/manim/"><img src="https://img.shields.io/pypi/v/manim.svg?style=flat" alt="PyPI Latest Release"></a>
66
<a href="http://choosealicense.com/licenses/mit/"><img src="https://img.shields.io/badge/license-MIT-red.svg?style=flat" alt="MIT License"></a>
77
<a href="https://www.reddit.com/r/manim/"><img src="https://img.shields.io/reddit/subreddit-subscribers/manim.svg?color=orange&label=reddit" alt="Reddit" href=></a>
88
<a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black">
99
<a href="https://discord.gg/mMRrZQW"><img src="https://img.shields.io/discord/581738731934056449.svg?label=discord&color=yellow" alt="Discord"></a>
10-
<a href="https://manimce.readthedocs.io/en/latest/"><img src="https://readthedocs.org/projects/manimce/badge/?version=latest" alt="Documentation Status"></a>
10+
<a href="https://docs.manim.community/"><img src="https://readthedocs.org/projects/manimce/badge/?version=latest" alt="Documentation Status"></a>
1111
<a href="https://hub.docker.com/r/manimcommunity/manim"><img src="https://img.shields.io/docker/v/manimcommunity/manim?color=%23099cec&label=docker%20image" alt="Docker image"> </a>
1212
<a href="https://pepy.tech/project/manim"><img src="https://pepy.tech/badge/manim/month?" alt="Downloads"> </a>
1313
<img src="https://github.com/ManimCommunity/manim/workflows/CI/badge.svg" alt="CI">
@@ -32,7 +32,7 @@ Manim is an animation engine for explanatory math videos. It's used to create pr
3232

3333
## Installation
3434

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.
3636

3737
Once the dependencies have been installed, run the following in a terminal window:
3838

@@ -67,7 +67,7 @@ manim example.py SquareToCircle -p -ql
6767
```
6868

6969
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.
7171

7272
## Command line arguments
7373

@@ -83,11 +83,11 @@ Some other useful flags include:
8383
- `-n <number>` to skip ahead to the `n`'th animation of a scene.
8484
- `-f` show the file in the file browser.
8585

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).
8787

8888
## Documentation
8989

90-
Documentation is in progress at [ReadTheDocs](https://manimce.readthedocs.io/en/latest/).
90+
Documentation is in progress at [ReadTheDocs](https://docs.manim.community/).
9191

9292
## Help with Manim
9393

@@ -96,9 +96,9 @@ Server](https://discord.gg/mMRrZQW) or [Reddit Community](https://www.reddit.com
9696

9797
## Contributing
9898

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).
100100

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).
102102

103103
## License
104104

example_scenes/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ def construct(self):
129129
self.wait()
130130

131131

132-
# See many more examples at https://manimce.readthedocs.io/en/latest/examples.html
132+
# See many more examples at https://docs.manim.community/en/latest/examples.html

manim/utils/tex_file_writing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def convert_to_svg(dvi_file, extension, page=1):
212212
f"Your installation does not support converting {extension} files to SVG."
213213
f" Consider updating dvisvgm to at least version 2.4."
214214
f" If this does not solve the problem, please refer to our troubleshooting guide at:"
215-
f" https://manimce.readthedocs.io/en/latest/installation/troubleshooting.html"
215+
f" https://docs.manim.community/en/latest/installation/troubleshooting.html"
216216
)
217217

218218
return result

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["The Manim Community Developers","3b1b <[email protected]>"]
66
license="MIT"
77
readme="README.md"
88
repository="https://github.com/manimcommunity/manim"
9-
documentation="https://manimce.readthedocs.io/en/latest/"
9+
documentation="https://docs.manim.community/"
1010
classifiers= [
1111
"Development Status :: 4 - Beta",
1212
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)