Skip to content

Commit f1e92b9

Browse files
committed
docs: get building
1 parent f1d3a83 commit f1e92b9

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ DynamicExpressions = "a40a106e-89c9-4ca8-8020-a735e8728b6b"
44
Interfaces = "85a1e053-f937-4924-92a5-1367d23b7b87"
55
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
66
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
7+
8+
[sources]
9+
DynamicExpressions = { path = "../" }

docs/src/api.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ This `enum` is defined as follows:
1010
OperatorEnum
1111
```
1212

13-
Construct this operator specification as follows:
14-
15-
```@docs
16-
OperatorEnum
17-
```
18-
1913
This is just for scalar operators. However, you can use
2014
the following for more general operators:
2115

0 commit comments

Comments
 (0)