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 f1d3a83 commit f1e92b9Copy full SHA for f1e92b9
docs/Project.toml
@@ -4,3 +4,6 @@ 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"
7
+
8
+[sources]
9
+DynamicExpressions = { path = "../" }
docs/src/api.md
@@ -10,12 +10,6 @@ This `enum` is defined as follows:
10
OperatorEnum
11
```
12
13
-Construct this operator specification as follows:
14
-
15
-```@docs
16
-OperatorEnum
17
-```
18
19
This is just for scalar operators. However, you can use
20
the following for more general operators:
21
0 commit comments