Commit graph

59 commits

Author SHA1 Message Date
Grant Sanderson
d5d13c3174 Updated TexTransformExample.mp4 and UpdatersExample.mp4 2021-01-30 22:22:35 -08:00
Grant Sanderson
9b3332ad02 Update changed example scenes in docs 2021-01-30 22:20:37 -08:00
Tony031218
a47b7c6bae add icon 2021-01-26 23:06:29 +08:00
Tony031218
f900669bc4 fix bugs and update README 2021-01-26 22:56:54 +08:00
Tony031218
06ba7031c7 finish example scenes 2021-01-26 20:52:17 +08:00
Tony031218
2fd4d7a2c4 finish config, structure, constants and custom_default 2021-01-26 14:57:05 +08:00
Tony031218
cd79151c10 finished Quick Start 2021-01-25 19:53:44 +08:00
Tony031218
a7697095d6 finish development category and improve style 2021-01-25 10:20:41 +08:00
Tony031218
42c59f80c8 create manim_example_ext 2021-01-24 23:22:11 +08:00
Tony031218
c68bf1c8f7 change theme 2021-01-24 19:44:48 +08:00
Tony031218
ddcfd01fa3 add manimlib to path 2021-01-24 16:03:18 +08:00
Tony031218
bb62ff4cd6 set up structure 2021-01-24 14:51:06 +08:00
鹤翔万里
c0852eae88
Fix Action Workflow (#5) 2021-01-24 14:06:44 +08:00
Tony031218
14cbfc0423 update structure 2021-01-24 11:33:49 +08:00
Tony031218
5dbc7d807f set up docs 2021-01-24 09:49:29 +08:00
Tony031218
b54e9efccf delete docs/ travis and docker 2021-01-02 19:12:54 +08:00
Grant Sanderson
2d19d76675 Replace all FadeInFrom with simple FadeIn, and likewise for FadeOutFrom -> FadeOut 2020-06-07 12:35:20 -07:00
Freyr Bergsteinsson
241030f916 Documentation typo in constants.rst, fixes issue #814 2019-12-05 00:23:34 +00:00
Devin Neal
2afa079b6a
Merge pull request #780 from timgates42/bugfix/typo_installation
Fix simple typo: installtion -> installation
2019-11-27 23:10:48 -08:00
mavaras
43098a07e7 #803 docs typo mistake 2019-11-23 10:42:35 -05:00
Tim Gates
b1b516e9c4
Fix simple typo: installtion -> installation 2019-10-31 22:38:41 +11:00
AamodJ
d400952acc Updated macOS installation 2019-07-20 00:49:08 +05:30
Tang Ziya
17505673d6 remove redundant empty line 2019-07-14 13:11:02 +08:00
Tang Ziya
0fa3415cc0 Arch Linux installation section 2019-07-14 13:06:36 +08:00
Tang Ziya
b31a5fb421 Arch LInux installation guild
Related #629
2019-07-12 21:11:45 +08:00
Nathan Petrangelo
612158277e Removed the joke 2019-07-08 01:33:07 -04:00
Nathan Petrangelo
c60dd05e33 Added one more sentence 2019-07-08 01:23:04 -04:00
Nathan Petrangelo
e5d7ebd978 Added code formatting 2019-07-08 01:18:10 -04:00
Nathan Petrangelo
0645bc6acc Filled out making_a_scene overview 2019-07-08 01:13:49 -04:00
Devin Neal
66f9ff29e4 update windows docs 2019-06-15 21:42:05 -07:00
Devin Neal
dade021eaa
Merge pull request #592 from Grae-Drake/feature/docs-edits
Update link to Todd Zimmerman tutorial
2019-06-15 00:09:33 -07:00
Grae Drake
d031e5735a Update tutorial description 2019-06-14 23:06:06 -07:00
Grae Drake
7fab15abd4 Update link to Todd Zimmerman tutorial 2019-06-14 21:38:37 -07:00
Kolloom
6571b0d88e Mention VMobject for geometry 2019-06-14 23:34:56 -05:00
Kolloom
ee83d3bcec Update assets with medium preset 2019-06-14 23:26:40 -05:00
Kolloom
542ea68824 Fix wording 2019-06-14 23:08:03 -05:00
Kolloom
2a930ff702 Use monospace for asset annotation 2019-06-14 23:06:03 -05:00
Kolloom
b71e63a540 Add documentation for the coordinate system
Update index
Add 4 assets, one of which is an image

Image uses width 700
Videos uses 700x394
Those dimension are similar to how content is laid out
in sphinx
2019-06-10 16:23:49 -05:00
Devin Neal
22b4c3578b
Merge pull request #580 from Kolloom/pull_jarwin_patch-3
Update learning_by_example.rst
2019-06-08 16:37:54 -07:00
Kolloom
5535997356 Simple wording change 2019-06-08 18:32:42 -05:00
Kolloom
7f54ac9b3a fix broken link due to misnamed file 2019-06-08 14:17:59 -05:00
Kolloom
fb9cf93470 Minor changes 2019-06-08 14:00:59 -05:00
Kolloom
d1ada7a8aa Update mac install doc to include manim
also caution on python2 incompatibility
2019-06-08 13:44:10 -05:00
Kolloom
9ffe4a6839 Rewrite learning_by_example.py
Move embedded video to below example code.

Delete ``manim -h`` output. If user is able to run manim,
they should be able to use the help flag too.

Change wording on "instance" when it should be "classes"

Move info on flags to a note block

Add a note on transform only change apparances.

Move explanations to after code block

...
2019-06-08 13:32:27 -05:00
Devin Neal
a024916e66 Apply link fix from master 2019-06-08 00:32:43 -05:00
Kolloom
73a1d37785 Merging mac install doc from jarwin/patch-3 2019-06-08 00:19:31 -05:00
Purusharth Saxena
62206bc0e7 Update learning_by_example.rst
Updated getting started to accomodate manimlib (pip installation)
2019-06-08 00:19:31 -05:00
Devin Neal
57b96fdd07 fix documentation links 2019-06-06 20:40:11 -07:00
Devin Neal
de0d7c907d Merge branch 'master' of github.com:3b1b/manim 2019-06-04 21:10:37 -07:00
Devin Neal
8449bc3418 update documentation 2019-06-04 21:10:12 -07:00