Skip to content

Commit 5575094

Browse files
authored
reorder doc strings in documentation (#6)
1 parent 2712a41 commit 5575094

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Documentation for [GraphProperties](https://github.com/JuliaGraphs/GraphProperti
99
```@index
1010
```
1111

12+
```@docs
13+
GraphProperty
14+
PropertyComparison
15+
```
16+
1217
```@autodocs
1318
Modules = [GraphProperties]
19+
Filter = !(t -> t in (GraphProperty, PropertyComparison))
1420
```

0 commit comments

Comments
 (0)