We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a65bd9 commit d80b0e1Copy full SHA for d80b0e1
docs/make.jl
@@ -4,7 +4,8 @@ using ADTypes
4
makedocs(
5
sitename = "ADTypes",
6
format = Documenter.HTML(),
7
- modules = [ADTypes]
+ modules = [ADTypes],
8
+ remotes = nothing
9
)
10
11
deploydocs(
docs/src/index.md
@@ -34,6 +34,7 @@ Taylor mode:
34
35
```@docs
36
AutoGTPSA
37
+AutoTaylorDiff
38
```
39
40
### Reverse mode
0 commit comments