Skip to content

Commit f7340bf

Browse files
committed
fixed doc to show intro first
1 parent 84b45bb commit f7340bf

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/src/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ DocTestSetup = quote
99
end
1010
```
1111

12-
```@autodocs
13-
Modules = [LightGraphsMatching]
14-
Pages = ["LightGraphsMatching.jl", "maximum_weight_matching.jl", "lp.jl", "blossomv.jl"]
15-
Order = [:function, :type]
16-
```
17-
1812
This is the documentation page for `LightGraphsMatching`.
1913
In all documentation examples, we assume LightGraphsMatching has been imported into scope
2014
and that LightGraphs is available with the alias `lg`:
@@ -23,3 +17,10 @@ using LightGraphsMatching
2317
import LightGraphs
2418
const lg = LightGraphs
2519
```
20+
21+
```@autodocs
22+
Modules = [LightGraphsMatching]
23+
Pages = ["LightGraphsMatching.jl", "maximum_weight_matching.jl", "lp.jl", "blossomv.jl"]
24+
Order = [:function, :type]
25+
```
26+

0 commit comments

Comments
 (0)