Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit c64661c

Browse files
committed
added main page on docs
1 parent 0763249 commit c64661c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/src/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ Pages = ["LightGraphsFlows.jl"]
1515
Order = [:function, :type]
1616
```
1717

18+
This is the documentation page for `LightGraphsFlows`. In all pages, we assume
19+
LightGraphsFlows has been imported into scope and that LightGraphs is
20+
available with the alias `lg`:
21+
```julia
22+
using LightGraphsFlows
23+
import LightGraphs
24+
const lg = LightGraphs
25+
```

0 commit comments

Comments
 (0)