We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16366df + 16d7bd6 commit 94193adCopy full SHA for 94193ad
1 file changed
docs/make.jl
@@ -40,9 +40,10 @@ makedocs(
40
"Gradient Accumulation" => "gradient_accumulation.md",
41
"Usage in AD" => [
42
"Overview" => "autodiff/overview.md",
43
- "Operator Overloading" => "autodiff/operator_overloading.md"
+ "Operator Overloading" => "autodiff/operator_overloading.md",
44
],
45
"Design" => [
46
+ "Changing the Primal" => "design/changing_the_primal.md",
47
"Many Differential Types" => "design/many_differentials.md",
48
49
"API" => "api.md",
0 commit comments