File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,6 @@ DocTestSetup = quote
9
9
end
10
10
```
11
11
12
- ``` @autodocs
13
- Modules = [LightGraphsMatching]
14
- Pages = ["LightGraphsMatching.jl", "maximum_weight_matching.jl", "lp.jl", "blossomv.jl"]
15
- Order = [:function, :type]
16
- ```
17
-
18
12
This is the documentation page for ` LightGraphsMatching ` .
19
13
In all documentation examples, we assume LightGraphsMatching has been imported into scope
20
14
and that LightGraphs is available with the alias ` lg ` :
@@ -23,3 +17,10 @@ using LightGraphsMatching
23
17
import LightGraphs
24
18
const lg = LightGraphs
25
19
```
20
+
21
+ ``` @autodocs
22
+ Modules = [LightGraphsMatching]
23
+ Pages = ["LightGraphsMatching.jl", "maximum_weight_matching.jl", "lp.jl", "blossomv.jl"]
24
+ Order = [:function, :type]
25
+ ```
26
+
You can’t perform that action at this time.
0 commit comments