mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* Add a tutorial for using :class:`~.Text` * Add gradient example * Add disabling ligature tutorial Move PangoMarkup to reference of MarkupText * Add docs of using Colors, t2g and t2c Also, fix issues issues between Color and Colour * use save_last_frame whereever necessary * More docs on Fonts, weights, slants * fix docs built * fix build * typo * fix build * Try fixing the build * Fix indent * Fix indent * Change class name * Fix link * Update examples * Add small desc about MarkupText * Basic LaTeX tutorials * typo: seperately ==> separately * add a missing ` * Update using_text.rst * Update using_text.rst * Update tex_mobject.py * Update using_text.rst * Update tex_mobject.py * Update using_text.rst * Update using_text.rst * Apply suggestions from code review Co-authored-by: Laith Bahodi <70682032+hydrobeam@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Laith Bahodi <70682032+hydrobeam@users.noreply.github.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Apply suggestions from code review Co-authored-by: Laith Bahodi <70682032+hydrobeam@users.noreply.github.com> * Update docs/source/tutorials/using_text.rst Co-authored-by: Laith Bahodi <70682032+hydrobeam@users.noreply.github.com> * change title * add ref to tutorial * Fix small error * Fix syntax * Apply suggestions from code review (1st) Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at> * Apply suggestions from code review Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at> * Update docs/source/tutorials/using_text.rst * try to get link syntax right Co-authored-by: Laith Bahodi <70682032+hydrobeam@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
12 lines
216 B
ReStructuredText
12 lines
216 B
ReStructuredText
Tutorials
|
|
============
|
|
|
|
.. toctree::
|
|
:caption: Table of Contents
|
|
:maxdepth: 2
|
|
|
|
tutorials/quickstart
|
|
tutorials/a_deeper_look
|
|
tutorials/building_blocks
|
|
tutorials/configuration
|
|
tutorials/using_text
|