diff --git a/README.md b/README.md index 390e045..8180666 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ in *Settings*->*Display*. ## Contributing -Contributions are more than welcome! +Contributions are more than welcome! Please read through [our contributing section](https://eertmans.be/manim-slides/contributing/index.html). [pypi-version-badge]: https://img.shields.io/pypi/v/manim-slides?label=manim-slides [pypi-version-url]: https://pypi.org/project/manim-slides/ diff --git a/docs/source/index.md b/docs/source/index.md index 89fff53..e044a29 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -2,7 +2,12 @@ hide-toc: true --- -

+```{eval-rst} +.. image:: _static/logo.png + :width: 600px + :align: center + :alt: Manim Slide logo +``` # Welcome to Manim Slide's documentation diff --git a/docs/source/reference/examples.md b/docs/source/reference/examples.md index 091fd90..efcdaac 100644 --- a/docs/source/reference/examples.md +++ b/docs/source/reference/examples.md @@ -8,6 +8,8 @@ Do not forget to import Manim Slides and Manim or ManimGL. Basic example from quickstart. +
+ ```{eval-rst} .. literalinclude:: ../../../example.py :language: python @@ -15,12 +17,12 @@ Basic example from quickstart. :pyobject: BasicExample ``` -
- ## 3D Example Example using 3D camera. As Manim and ManimGL handle 3D differently, definitions are slightly different. +
+ ### With Manim ```{eval-rst} @@ -32,8 +34,6 @@ Example using 3D camera. As Manim and ManimGL handle 3D differently, definitions :end-before: [manim-3d] ``` -
- ### With ManimGL ```{eval-rst} @@ -49,11 +49,11 @@ Example using 3D camera. As Manim and ManimGL handle 3D differently, definitions A more advanced example is `ConvertExample`, which is used as demo slide and tutorial. +
+ ```{eval-rst} .. literalinclude:: ../../../example.py :language: python :linenos: :pyobject: ConvertExample ``` - -