Skip to content

Commit b0f5198

Browse files
committed
Builds examples now as well
1 parent c76a90d commit b0f5198

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

Book/build.py

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -125,23 +125,13 @@ def build_index(sources):
125125
"Physics/src/Dimensions/Quantity/Test.lhs"),
126126
("Usage", "Physics/src/Dimensions/Usage.lhs"),
127127
]),
128-
("Vectors", [
129-
("Vector", "Physics/src/Vector/Vector.lhs")
130-
]),
131-
("Calculus", [
132-
("Introduction", "Physics/src/Calculus/Intro.lhs"),
133-
("Function expressions", "Physics/src/Calculus/FunExpr.lhs"),
134-
("Differential calculus", "Physics/src/Calculus/DifferentialCalc.lhs"),
135-
("Integral calculus", "Physics/src/Calculus/IntegralCalc.lhs"),
136-
("Visualization, Verification, and Application", "Physics/src/Calculus/VisVerApp.lhs"),
137-
]),
138128
("Newtonian Mechanics", [
139129
("Single particle mechanics", "Physics/src/NewtonianMechanics/SingleParticle.lhs")
130+
]),
131+
("Examples", [
132+
("Box on an incline", "Physics/src/Examples/Box_incline.lhs"),
133+
("Teeter", "Physics/src/Examples/Teeter.lhs"),
140134
])
141-
# ("Examples", [
142-
# ("Gungbräda", "Physics/src/Examples/Gungbraeda.lhs"),
143-
# ("krafter på lådor", "Physics/src/Examples/krafter_pa_lador.lhs"),
144-
# ])
145135
]
146136

147137
if not os.path.exists("build"):

0 commit comments

Comments
 (0)