Skip to content

Commit 6422c7e

Browse files
committed
Added syntaxtree
1 parent 3ce44c0 commit 6422c7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Book/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def build_index(sources):
105105
]),
106106
("Calculus", [
107107
("Calculus", "Physics/src/Calculus/Calculus.lhs"),
108+
("Syntax Tree", "Physics/src/Calculus/SyntaxTree.lhs"),
108109
]),
109110
("Newtonian Mechanics", [
110111
("Single particle mechanics", "Physics/src/NewtonianMechanics/SingleParticle.lhs")

0 commit comments

Comments
 (0)