We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b27101 commit f2d189bCopy full SHA for f2d189b
docs/Project.toml
@@ -3,3 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
DynamicExpressions = "a40a106e-89c9-4ca8-8020-a735e8728b6b"
4
Interfaces = "85a1e053-f937-4924-92a5-1367d23b7b87"
5
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
6
+Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
docs/make.jl
@@ -1,5 +1,4 @@
1
-using Documenter
2
-using DynamicExpressions
+using Documenter, DynamicExpressions, Zygote
using Random: AbstractRNG
using Literate: markdown
0 commit comments