Commit graph

144 commits

Author SHA1 Message Date
Devin Neal
41f6f054e0
Add interface to JS renderer (#465)
* Add interface to JS renderer

* Update manim_directive.py

* Add simple flag to get_style()

* Change add_frames to add_frame

* Update changelog.rst
2020-10-04 18:49:01 -07:00
nilaybhatia
dff085e634 Describe feature in changelog.rst 2020-10-03 17:28:10 +05:30
Aron
e604985f9f
More tex options (#457)
* Tex Template can be set per MathTex object. All Tex Fonts example scene added

* Short example scene only

* Added entry to changelog

accepted formatting suggestion by behackl

* ok, no example scene at all then.

* Update manim/mobject/svg/tex_mobject.py: remove template from CONFIG and keep it as a kwarg

thanks naveen

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update manim/utils/tex_file_writing.py use fstrings

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update manim/utils/tex_file_writing.py use fstrings

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update manim/utils/tex_file_writing.py use fstrings

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* revert changing CONFIG - deal with it in next PR

Co-authored-by: Aron Fischer <co-bordism on gitlab>
Co-authored-by: Naveen M K <naveen@syrusdark.website>
2020-10-02 16:56:44 +02:00
kolibril13
5233c598ac
Bunch of more examples for the docs (#458)
* #added some examples to the camera scene

* #added 3 ZoomedScene examples

* #removed accidentally added files

* #added updater examples

* #added text examples

* #renamed example

* #added 3d example with other light source

* #added imagemobject examples

* # added one line of code

* # small fix

* # added 3d examples

* # added one advanced project

* fixed error

* small changes

* 3d render

* another idea with the file 3d_fix.rst

* # one more change

* some more formula examples

* fix indent

* remove reference to examples/3d_fix

* change default resolution for videos in doc to 480p30

* Apply suggestions leotrs

Co-authored-by: Leo Torres <leo@leotrs.com>

* Added credits and 3d scene changes

* # removed unnecessary lines

* # implemented lots of changes suggested be leotrs

* # updated credits

* # updated scene names

* Update docs/source/examples/shapes.rst

Co-authored-by: Leo Torres <leo@leotrs.com>

* updated credits

* updated examples entery

* Update camera_settings.rst

* changed two lines

* Update shapes.rst

* Update plots.rst

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
Co-authored-by: Leo Torres <leo@leotrs.com>
2020-10-02 16:06:01 +02:00
Naveen M K
97de34692d
docs: add manim latex chocolatey package (#490)
* docs: add manim latex chocolatey package

* docs: typo
2020-10-01 20:49:27 +02:00
nilaybhatia
829c655e6d Better changelog 2020-10-01 22:32:18 +05:30
nilaybhatia
7e8bac4d71 Add change to changelog.rst 2020-10-01 16:50:53 +05:30
kolibril13
cc206ba408
# Moving Colors to Enums
Co-authored-by: Leo Torres <leo@leotrs.com>
2020-09-29 18:32:33 +02:00
Devin Neal
7eb69de57e
Add pylint to requirements and docs, add .pylintrc (#478) 2020-09-25 22:47:45 -07:00
Benjamin Hackl
d7a68d5dc5 fix formatting of a list 2020-09-23 10:13:59 +02:00
Benjamin Hackl
a3175a1be5 remove capitalization 2020-09-21 02:37:43 +02:00
Benjamin Hackl
530e2c6990 add reference to manim_directive 2020-09-20 22:15:01 +02:00
Benjamin Hackl
0fcaeb94d9 reformat contributing.rst as restructuredText, try to simplify 2020-09-20 21:51:10 +02:00
Benjamin Hackl
fd9bfacf9f contributing.md -> contributing.rst 2020-09-20 19:49:27 +02:00
Benjamin Hackl
ff5b1df0c0 Revert "add manim_directive module to reference manual"
This reverts commit 54f1063357.
2020-09-20 19:45:35 +02:00
Benjamin Hackl
54f1063357 add manim_directive module to reference manual 2020-09-20 19:14:35 +02:00
kolibril13
955c6dd39f Merge branch 'master' into examples_folder_structure 2020-09-19 10:37:13 +02:00
kolibril13
ef10ace17b
Update docs/source/examples/neat_projects.rst
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2020-09-19 09:41:34 +02:00
kolibril13
50148cffae
Update docs/source/examples/camera_settings.rst
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2020-09-19 09:40:51 +02:00
kolibril13
dc337badc2
Update docs/source/examples/formulas.rst
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2020-09-19 09:40:18 +02:00
kolibril13
f6a057dc5b
Update docs/source/examples/advanced_projects.rst
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2020-09-19 09:39:32 +02:00
kolibril13
e87361ac79
Update docs/source/examples/3d.rst
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2020-09-19 09:39:09 +02:00
kolibril13
d09060ad4a
Update docs/source/examples/shapes.rst
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2020-09-19 09:36:45 +02:00
Leo Torres
88a3f63308
# Added examples for GraphScene to docs (#444)
* # added examples for GraphScene

* # added another example, where a function is defined outside of construct

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
Co-authored-by: Leo Torres <leo@leotrs.com>
2020-09-18 21:40:49 -04:00
kolibril13
4e0708d5de
Update conf.py
fix black issue
2020-09-18 23:37:24 +02:00
kolibril13
3df021a304
Update docs/source/examples/plots_examples.rst
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2020-09-18 15:23:45 +02:00
kolibril13
79d4762ed4
Update docs/source/examples/plots_examples.rst
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2020-09-18 14:25:09 +02:00
kolibril13
5e6efe51ae
Update docs/source/examples/plots_examples.rst
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2020-09-18 14:24:44 +02:00
kolibril13
4d601b18fd
Update docs/source/examples/plots_examples.rst
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2020-09-18 14:18:42 +02:00
kolibril13
19dd644555
Update docs/source/examples/plots_examples.rst
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2020-09-18 14:18:26 +02:00
kolibril13
f91f2acc1b
fixed typo 2020-09-17 23:17:10 +02:00
kolibril13
de5fbc7dac
correct conf file that was changed by accident 2020-09-17 23:12:44 +02:00
kolibril13
d3ebf62abc # adjusted gaussian example, that is outside the Scene class 2020-09-17 12:41:43 +02:00
Naveen M K
e011f640cf
Fix installation instructions Windows Chocolatey (#447) 2020-09-17 06:27:07 -04:00
kolibril13
4c889ec334 # removed redundant caption 2020-09-17 11:21:22 +02:00
kolibril13
2b6519f621 # renamed files and removed some unused code 2020-09-17 11:20:02 +02:00
kolibril13
cbaead8055 # removed some unnecessary lines 2020-09-17 09:06:45 +02:00
kolibril13
161dc5f589 # added another example, where a function is defined outside of construct 2020-09-17 09:04:15 +02:00
kolibril13
c8f66fa88e
Update docs/source/examples/plots_examples.rst
Co-authored-by: Leo Torres <leo@leotrs.com>
2020-09-17 08:43:05 +02:00
kolibril13
b82aa84e88
Update docs/source/examples/plots_examples.rst
Co-authored-by: Leo Torres <leo@leotrs.com>
2020-09-17 08:42:51 +02:00
kolibril13
09c2e46d7b
Update docs/source/examples/plots_examples.rst
Co-authored-by: Leo Torres <leo@leotrs.com>
2020-09-17 08:42:36 +02:00
kolibril13
604dff2d54
Update docs/source/examples/plots_examples.rst
Co-authored-by: Leo Torres <leo@leotrs.com>
2020-09-17 08:40:36 +02:00
kolibril13
8b64e6f296
Update docs/source/examples/plots_examples.rst
Co-authored-by: Leo Torres <leo@leotrs.com>
2020-09-17 08:40:11 +02:00
Benjamin Hackl
99428cfab0
change default for displaying source code with manim directive (#446)
* change display_source to hide_source (changed default behavior)

* :display_source: change in examples
2020-09-16 17:54:05 -04:00
kolibril13
49a518444f # delete unnecessary test file 2020-09-16 22:47:23 +02:00
kolibril13
f34c875e91 # New sections for the sphinx-example page 2020-09-16 22:22:34 +02:00
kolibril13
e34d119138 # added examples for GraphScene 2020-09-16 20:51:38 +02:00
Benjamin Hackl
5467978110
Improve/extend reference manual (#438)
* include _all_ modules in reference manual

* improve table of contents in sidebar

* modify class template: no longer use separate files for all methods

* no signatures in table overview

* rewrite code_mobject module docstring

* add one-line module docstrings

* rudimentary documentation of changing.py

* add example to ValueTracker

* clarify that Text does not use LaTeX

Co-authored-by: Leo Torres <dleonardotn@gmail.com>
Co-authored-by: Hugues Devimeux <36239975+huguesdevimeux@users.noreply.github.com>
2020-09-16 11:08:07 -04:00
Naveen M K
5becd6452c
Installing using chocolatey for windows (#439)
* Add installing using chocolatey section

* Update link to point correctly
2020-09-13 11:56:36 -04:00
Naveen M K
ec059ccf29
Align Images in Mobile - Sphinx (#440) 2020-09-13 08:30:36 -04:00