Skip to content

Commit 16d7bd6

Browse files
committed
link to changing the primal in sidebage
1 parent 16366df commit 16d7bd6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ makedocs(
4040
"Gradient Accumulation" => "gradient_accumulation.md",
4141
"Usage in AD" => [
4242
"Overview" => "autodiff/overview.md",
43-
"Operator Overloading" => "autodiff/operator_overloading.md"
43+
"Operator Overloading" => "autodiff/operator_overloading.md",
4444
],
4545
"Design" => [
46+
"Changing the Primal" => "design/changing_the_primal.md",
4647
"Many Differential Types" => "design/many_differentials.md",
4748
],
4849
"API" => "api.md",

0 commit comments

Comments
 (0)