Commit graph

2741 commits

Author SHA1 Message Date
Devin Neal
c7b5aa6e05 change docs to upstream 2019-05-28 00:36:13 -07:00
Devin Neal
0edb4edfd0 rebase onto upstream 2019-05-28 00:33:05 -07:00
Devin Neal
78448b4388 make build script executable 2019-05-28 00:21:10 -07:00
Devin Neal
969bcf4154 refactor and test doc deployment 2019-05-28 00:13:27 -07:00
Devin Neal
f3f0e3ba03 third attempt at deploying docs 2019-05-27 23:58:05 -07:00
Devin Neal
aa2734477a second attempt at deploying docs 2019-05-27 23:39:00 -07:00
Devin Neal
d0eb2a0ce8 Merge branch 'master' of github.com:3b1b/manim 2019-05-27 23:16:40 -07:00
Devin Neal
a4c8302c55 first attempt at deploying docs 2019-05-27 23:08:43 -07:00
Devin Neal
49d8276033
Merge pull request #555 from yoshiask/patch-3
Update pycairo requirement
2019-05-27 19:55:58 -07:00
Grant Sanderson
b7fcc68b55
Merge pull request #556 from 3b1b/diffyq
Diffyq
2019-05-27 19:51:21 -07:00
Grant Sanderson
e6eb4dd94f Beginning heat equation solution animations 2019-05-27 19:48:48 -07:00
Grant Sanderson
29424eb6b3 Added simple midpoint function 2019-05-27 19:48:33 -07:00
Grant Sanderson
d1e3e5ed20 Formatting correction 2019-05-27 19:48:14 -07:00
Grant Sanderson
828c3dcd7a Added c2p and p2c abbreviations to Axes 2019-05-27 19:47:57 -07:00
Yoshi Askharoun
17558a4bd5
Update pycairo requirement
Many issues, such as #535, stem from the odd installation procedure of cairo and pycairo on Windows. By changing the pycairo requirement in requirements.txt, pip will no longer attempt to uninstall the working version. This should have no effect on the functionality of manim, though new installations are likely to default to pycairo 1.18.0 now.
2019-05-27 19:00:48 -07:00
Devin Neal
304822fb8c Merge branch 'master' of github.com:3b1b/manim 2019-05-27 16:14:45 -07:00
Devin Neal
9fa350d906 clean up docs 2019-05-27 16:14:20 -07:00
kyarik
c62ba223b6 Fixed typo in the docs about page (#553) 2019-05-27 15:52:41 -07:00
Devin Neal
4447bbd016 add docs 2019-05-26 00:35:45 -07:00
Grant Sanderson
98696a29f8
Merge pull request #542 from kyarik/patch-1
Fixed typo in class name in example_scenes.py
2019-05-24 15:15:12 -07:00
Grant Sanderson
84514a1f6f
Merge pull request #543 from kyarik/patch-2
Mentioned -r argument in example_scenes comment
2019-05-24 15:14:53 -07:00
Grant Sanderson
c21ea85ec9
Merge pull request #544 from kyarik/patch-3
Improved the "Using manim" section in the README
2019-05-24 15:14:21 -07:00
Grant Sanderson
cec7872f48
Merge pull request #547 from 3b1b/diffyq
Diffyq
2019-05-24 15:13:40 -07:00
Grant Sanderson
ce866e8222 Removed duplicate name_animations.py 2019-05-24 15:09:53 -07:00
Grant Sanderson
91b3abae4a Change big_ol_pile_of_imports to manimlib.imports 2019-05-24 15:08:02 -07:00
Grant Sanderson
6e6dd260da Merge branch 'master' of github.com:3b1b/manim into diffyq 2019-05-24 15:06:59 -07:00
Grant Sanderson
2d3493c3d5 Fourier series name animations 2019-05-24 15:06:52 -07:00
Grant Sanderson
c4449fdfb8 Small tweaks to Fourier series animations 2019-05-24 15:06:10 -07:00
Grant Sanderson
bf8f517b49 Changed SceneFileWriter.get_default_file_name 2019-05-24 15:05:20 -07:00
Grant Sanderson
b9822db5bf Changed thumbnail of nn1 2019-05-24 15:04:45 -07:00
kyarik
2ebcec4bbe
Improved the "Using manim" section in the README
Improved the wording and presentation of the "Using manim" section in the README file.
2019-05-22 11:00:57 +02:00
kyarik
68961251a5
Mentioned -r argument in example_scenes comment
It is a good option to mention because the current default for a high quality 60fps video is 2560x1440.
So, if someone wants a 1920x1080 video, they should pass -r 1080.
2019-05-21 11:54:56 +02:00
kyarik
0f5cc33002
Fixed typo in class name in example_scenes.py
Changed UdatersExample to UpdatersExample.
2019-05-21 11:44:30 +02:00
Devin Neal
4d368e85c9
Logo (#537)
Add the graph created by @Elteoremadebeethoven as a logo
2019-05-15 20:03:51 -07:00
Devin Neal
e59178dae7 copy docs 2019-05-12 23:40:41 -07:00
Devin Neal
46336a2738
Merge pull request #530 from Jar-win/patch-1
Update tex_template.tex
2019-05-08 23:27:31 -07:00
Purusharth Saxena
325c442b0c
Update tex_template.tex
`\usepackage{textcomp}` was repeated on line 17
2019-05-08 11:09:51 +05:30
Devin Neal
4be194fbcf update pypi credentials 2019-05-07 18:26:11 -07:00
Devin Neal
4858d342f3
Merge pull request #527 from soerface/pypi
Publishing on PyPI
2019-05-07 18:22:20 -07:00
Soeren Wegener
24f395867b
Remove shortcuts.py, restored imports.py 2019-05-05 22:37:34 +02:00
Soeren Wegener
6f6798f8ba
Fix description content type 2019-05-05 22:08:14 +02:00
Soeren Wegener
1eb8c4d1eb
Rename "publish" task to "deploy" 2019-05-05 22:08:14 +02:00
Soeren Wegener
2d7c97723b
Add travis job to publish on PyPI.
Also moved some shortcuts into manimlib, to be able to use it without the big_ol_pile_of_manim_imports script. Updated the README to explain installation via pip
2019-05-05 22:08:13 +02:00
Soeren Wegener
b1e1b831ea
Use pbr for setup.py
pbr automatically uses the version from git tags, and also uses the requirements.txt for dependencies, resulting in less redundancies.
2019-05-05 22:08:07 +02:00
Devin Neal
1da185953c
Merge pull request #523 from 3b1b/imports
Create manimlib.imports
2019-05-02 22:26:34 -07:00
Devin Neal
db1a89db79 create manimlib.imports 2019-05-02 20:36:14 -07:00
Devin Neal
be7b259274
Merge pull request #522 from 3b1b/fix_relative_paths
fix mishandled relative paths
2019-05-01 08:12:42 -07:00
Devin Neal
19a98ea6bd fix mishandled relative paths 2019-05-01 01:16:56 -07:00
Devin Neal
5fff18c391
Add build status to README
Library can now successfully do nothing
2019-04-30 22:08:01 -07:00
Devin Neal
3c00cdb45d
Merge pull request #521 from 3b1b/ci-update
tweak travis configuration
2019-04-30 22:01:47 -07:00