Skip to content

Commit e3b7bc4

Browse files
committed
remove unnecessary imports in docs/make.jl; change using to import in docs/graphalgorithms.md
1 parent 0532b9d commit e3b7bc4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using Documenter
22
using Graphs
3-
using NautyGraphs, IGraphs
43

54
# same for contributing and license
65
cp(

docs/src/ecosystem/graphalgorithms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Here, dispatching via `NautyAlg()` implicitly converts `g` to a _nauty_-compatib
4343
A list of functions extended by _IGraphs.jl_ can be obtained with
4444

4545
```@example
46-
using IGraphs
46+
import IGraphs
4747
IGraphs.igraphalg_methods()
4848
```
4949

@@ -52,6 +52,6 @@ IGraphs.igraphalg_methods()
5252
A list of functions extended by _NautyGraphs.jl_ can be obtained with
5353

5454
```@example
55-
using NautyGraphs
55+
import NautyGraphs
5656
NautyGraphs.nautyalg_methods()
5757
```

0 commit comments

Comments
 (0)