mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
set up structure
This commit is contained in:
parent
c0852eae88
commit
bb62ff4cd6
14 changed files with 48 additions and 1 deletions
3
docs/source/development/about.rst
Normal file
3
docs/source/development/about.rst
Normal file
|
@ -0,0 +1,3 @@
|
|||
About
|
||||
=====
|
||||
WIP
|
3
docs/source/development/changelog.rst
Normal file
3
docs/source/development/changelog.rst
Normal file
|
@ -0,0 +1,3 @@
|
|||
Changelog
|
||||
=========
|
||||
WIP
|
3
docs/source/development/contribution.rst
Normal file
3
docs/source/development/contribution.rst
Normal file
|
@ -0,0 +1,3 @@
|
|||
Contribution
|
||||
============
|
||||
WIP
|
2
docs/source/documentation/animation/index.rst
Normal file
2
docs/source/documentation/animation/index.rst
Normal file
|
@ -0,0 +1,2 @@
|
|||
Animation (TODO)
|
||||
================
|
2
docs/source/documentation/camera/index.rst
Normal file
2
docs/source/documentation/camera/index.rst
Normal file
|
@ -0,0 +1,2 @@
|
|||
Camera (TODO)
|
||||
=============
|
2
docs/source/documentation/constants.rst
Normal file
2
docs/source/documentation/constants.rst
Normal file
|
@ -0,0 +1,2 @@
|
|||
constants (TODO)
|
||||
================
|
2
docs/source/documentation/custom_default.rst
Normal file
2
docs/source/documentation/custom_default.rst
Normal file
|
@ -0,0 +1,2 @@
|
|||
custom_default (TODO)
|
||||
=====================
|
2
docs/source/documentation/mobject/index.rst
Normal file
2
docs/source/documentation/mobject/index.rst
Normal file
|
@ -0,0 +1,2 @@
|
|||
Mobject (TODO)
|
||||
==============
|
2
docs/source/documentation/scene/index.rst
Normal file
2
docs/source/documentation/scene/index.rst
Normal file
|
@ -0,0 +1,2 @@
|
|||
Scene (TODO)
|
||||
============
|
2
docs/source/documentation/shaders/index.rst
Normal file
2
docs/source/documentation/shaders/index.rst
Normal file
|
@ -0,0 +1,2 @@
|
|||
Shaders (TODO)
|
||||
==============
|
2
docs/source/documentation/utils/index.rst
Normal file
2
docs/source/documentation/utils/index.rst
Normal file
|
@ -0,0 +1,2 @@
|
|||
Utils (TODO)
|
||||
============
|
|
@ -1,2 +1,3 @@
|
|||
Quick Start
|
||||
===========
|
||||
WIP
|
|
@ -10,9 +10,30 @@ at `3Blue1Brown <https://www.3blue1brown.com/>`_.
|
|||
:maxdepth: 2
|
||||
:caption: Getting Started
|
||||
|
||||
getting_started/install/index
|
||||
getting_started/installation
|
||||
getting_started/quickstart/index
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Documentation
|
||||
|
||||
documentation/constants
|
||||
documentation/custom_default
|
||||
documentation/mobject/index
|
||||
documentation/animation/index
|
||||
documentation/camera/index
|
||||
documentation/scene/index
|
||||
documentation/utils/index
|
||||
documentation/shaders/index
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Development
|
||||
|
||||
development/changelog
|
||||
development/contribution
|
||||
development/about
|
||||
|
||||
|
||||
|
||||
Indices and tables
|
||||
|
|
Loading…
Add table
Reference in a new issue