mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-09-18 11:56:35 +08:00

* chore(docs): improving the docs This improves the docs as suggested by some reddit user. Now, most of Manim is documented in one place * try: update lockfile * chore(deps): remove duplicate key * fix(ci): isort issue See https://github.com/home-assistant/core/issues/86892 * fix(ci): bad identation * fix(ci): fixing lock file * fix(example): issue when ManimGL does not count wait as animation
22 lines
739 B
Markdown
22 lines
739 B
Markdown
# Contributing
|
|
|
|
Thank you for your interest in Manim Slides! ✨
|
|
|
|
Manim Slides is an open source project, first created as a fork of [manim-presentation](https://github.com/galatolofederico/manim-presentation) (now deprecated in favor to Manim Slides), and we welcome contributions of all forms.
|
|
|
|
This section is here to help fist-time contributors know how they can help this project grow. Whether you are already familiar with Manim or GitHub, it is worth taking a few minutes to read those documents!
|
|
|
|
|
|
```{toctree}
|
|
:hidden:
|
|
|
|
workflow
|
|
internals
|
|
```
|
|
|
|
[Workflow](./workflow)
|
|
: how to work on this project. Start here if you're a new contributor.
|
|
|
|
[Internals](./internals)
|
|
: how Manim Slides is built and how the various parts of it work.
|