Changed ode folder to be named diffyq, since many of these are pde videos

This commit is contained in:
Grant Sanderson
2019-06-19 16:10:21 -07:00
parent 2f6be9a389
commit 96e34b969c
26 changed files with 20516 additions and 0 deletions

View File

@ -0,0 +1,18 @@
from active_projects.ode.part4.staging import *
from active_projects.ode.part4.fourier_series_scenes import *
from active_projects.ode.part4.pi_creature_scenes import *
OUTPUT_DIRECTORY = "ode/part4"
SCENES_IN_ORDER = [
ComplexFourierSeriesExample,
ComplexFourierSeriesExampleEnd,
FourierSeriesExampleWithRectForZoom,
ZoomedInFourierSeriesExample,
RelationToOtherVideos,
WhyWouldYouCare,
# Oldies
# FourierSeriesIllustraiton,
# FourierNameIntro,
# CircleAnimationOfF,
]