Commit graph

175 commits

Author SHA1 Message Date
aliPMPAINT
fa0ecda596
Yet another silly mistake... 2020-10-14 12:53:00 +03:30
aliPMPAINT
46686c65fb
an embarrasing mistake 2020-10-14 11:47:48 +03:30
aliPMPAINT
4fa4eeb48a
typo 2020-10-14 11:46:54 +03:30
aliPMPAINT
4afc1b9319
install pip in Arch/Manjaro if not already 2020-10-14 11:46:18 +03:30
aliPMPAINT
5932792b23
fix 2020-10-14 11:43:58 +03:30
aliPMPAINT
a942c6aa61
install pip in Ubuntu if not already 2020-10-14 11:42:44 +03:30
aliPMPAINT
b263286179
Fix Fedora/CentOS/RHEL installation procedure 2020-10-14 09:09:25 +03:30
aliPMPAINT
c684e8b8d6
fixes 2020-10-14 00:35:11 +03:30
aliPMPAINT
6d292fd946
Add support for Fedora/CentOS/RHEL 2020-10-14 00:34:26 +03:30
aliPMPAINT
185eac3ec9
Update Arch/Manjaro before anything 2020-10-14 00:24:46 +03:30
Leo Torres
e809542864
Merge pull request #537 from behackl/doc-inheritance
Show inheritance in Documentation
2020-10-12 14:18:41 -04:00
kolibril13
a32302e578
More examples for the docs (#525)
Added Text examples, Annotations, and some other additional things

Co-authored-by: Leo Torres <leo@leotrs.com>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2020-10-12 19:35:38 +02:00
Benjamin Hackl
9733d6ad42 fix warnings in docbuild 2020-10-12 19:30:00 +02:00
Benjamin Hackl
8c68beea1a show class inheritance in documentation 2020-10-12 19:17:31 +02:00
Leo Torres
5d4dfcf43e
Merge pull request #471 from naveen521kk/pango-text
Add Pango Renderer
2020-10-08 19:08:25 -04:00
Julian van Doorn
d8dab7857d
Added explicit production quality flag. (#529)
* Added explicit production quality flag.

* Updated documentation to mention production quality flag.
2020-10-08 15:28:28 +02:00
Julian van Doorn
129b3bfc24
Attempt to read tex_template from config file if needed (#505)
* Attempt to read tex_template from config file if not present in command line arguments.

* Updated changelog to mention that  is read from config.

* Small improvement when `tex_template` is empty in config file where it is interpreted as `None` instead of an empty string.

* Added default `tex_template` entry to default.cfg (None).

* Updated changelog.rst to better reflect the changes in the previous two commits.
2020-10-08 00:38:38 +02:00
Syrus Dark
b37eca05b7
Merge branch 'pango-text' of https://github.com/naveen521kk/manim into pango-text 2020-10-07 20:50:50 +05:30
Syrus Dark
7d009afe24
Merge branch 'master' of https://github.com/manimcommunity/manim into pango-text 2020-10-07 20:50:31 +05:30
Julian van Doorn
299e75631c
Merge branch 'master' into issue-511 2020-10-06 22:45:19 +02:00
Julian van Doorn
fa0a82c226
Implements -q[l|m|h|k] (#514)
Consolidates quality flags under a single --quality or -q flag
2020-10-06 13:42:52 -07:00
Julian van Doorn
9faa3f33ee
Updated changelog.rst. 2020-10-06 21:54:29 +02:00
Julian van Doorn
f79948348c
Removed play_chord, play_error_sound and play_finish_sound functions. As a consequence sox has become a redundant dependency, thus it has been removed. 2020-10-06 21:50:10 +02:00
Naveen M K
1e2a3905ee
docs: pycairo now has wheels (#517)
BREAKING CHANGE: May break for users using scripts/pycairoinstall.py
2020-10-06 12:51:00 +05:30
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
Naveen M K
46f81d53a2
docs: fix formatting 2020-10-04 19:22:29 +05:30
nilaybhatia
dff085e634 Describe feature in changelog.rst 2020-10-03 17:28:10 +05:30
Syrus Dark
58469dc1fe
Merge branch 'master' of https://github.com/manimcommunity/manim into pango-text 2020-10-03 14:42:43 +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
Benjamin Hackl
0b280df22a generate bindings for pangocairoffi and cairoffi manually 2020-09-28 10:04:19 +02:00
Benjamin Hackl
9cdd00ed05 try to generate ffi bindings in RTD 2020-09-28 09:55:05 +02:00
Syrus Dark
20e8198a47
Some general Fixes 2020-09-27 19:12:56 +05:30
Syrus Dark
886ac8cfb2
Merge branch 'master' of https://github.com/ManimCommunity/manim into pango-text 2020-09-27 19:03:53 +05:30
Devin Neal
7eb69de57e
Add pylint to requirements and docs, add .pylintrc (#478) 2020-09-25 22:47:45 -07:00
Syrus Dark
47996aedba
Add python 3.6 and docs 2020-09-25 18:40:37 +05:30
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