Skip to content

Commit 94193ad

Browse files
authored
Merge pull request #282 from JuliaDiff/ox/primalchange
"Changing the Primal" Design Notes
2 parents 16366df + 16d7bd6 commit 94193ad

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)