manim/docs/source
Philipp Imhof c560ab397d
Markup text (#855)
* Minor changes: double line + typos in Text and CairoText

* Add MarkupText class

* Accidentally ran BLACK on wrong file...

* Clean up import, extent SVGMobject instead of Text

* Added offset attribute to workaround ligature problems

* Disable all ligatures when disable_ligatures=True

* BLACK

* Improvements, docs, examples

- individual offset for start and end of partial colorizing / gradients in case there are ligatures inside the string that has to be colorized
- deal with HTML entities in string
- documentation of supported tags
- full set of examples

* removing disable_ligatures from example b/c of failing doc build

* take disable_ligature into account in hash

* doc cleanup + change text2hash to take into account disable_ligatures

* Docs and examples cleanup

* Changelog + bugfix for multi-line strings

* add one more example + small fix

* Remove entries in changelog

will put them in the wiki

* Accept colors as hex triples; typing as per review

* cleanup: gen_chars should not be needed anymore

* Cleanup: PangoUtils class with static methods

* Add color to ligature example

* Small change, mainly to trigger checks again

* Typings, Cleanup

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

* Remove warning; it is no longer accurate

* Move remove_last_M to PangoUtils class & make static

* Remove warnings about transofmration

* Doc cleanup

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

* Clean up docstrings

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

* Black

Co-authored-by: Naveen M K <naveen@syrusdark.website>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2020-12-20 11:21:40 +01:00
..
_static More color changes (#706) 2020-11-14 11:52:28 -05:00
_templates render full documentation for module level functions 2020-10-31 16:11:08 +01:00
installation Feature plugins (#784) 2020-12-05 00:01:16 +05:30
tutorials Added flowchart for Docs overview (#828) 2020-12-05 21:26:55 +05:30
changelog.rst Markup text (#855) 2020-12-20 11:21:40 +01:00
conf.py Add skip-manim tag when building the docs (#796) 2020-12-01 20:08:01 +01:00
contributing.rst Added flowchart for Docs overview (#828) 2020-12-05 21:26:55 +05:30
examples.rst added DashedLine and CurvesAsSubmobjects example to docs (#833) 2020-12-18 09:48:25 +01:00
index.rst Added copyright message to docs (#791) 2020-11-30 14:40:00 +01:00
installation.rst Feature plugins (#784) 2020-12-05 00:01:16 +05:30
manim_directive.py Add skip-manim tag when building the docs (#796) 2020-12-01 20:08:01 +01:00
reference.rst Utility class for animated Manim banner (#729) 2020-12-01 01:42:16 +01:00
reporting_bugs.rst Rewrite contributing guide and add two troubleshooting soulutions (#384) 2020-09-05 11:17:36 -04:00
tutorials.rst New tutorial: manim internals basic (#394) 2020-09-12 11:51:12 -04:00