Skip to content

Commit c6589db

Browse files
authored
Fix package docstring (#246)
It can be slightly confusing for user who don't know the package history to say that Graphs.jl is faster than Graphs.jl. Alos the doc link seemed to be broken.
1 parent 53cb581 commit c6589db

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Graphs.jl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -435,14 +435,13 @@ undirected graphs are supported via separate types, and conversion is available
435435
from directed to undirected.
436436
437437
The project goal is to mirror the functionality of robust network and graph
438-
analysis libraries such as NetworkX while being simpler to use and more
439-
efficient than existing Julian graph libraries such as Graphs.jl. It is an
440-
explicit design decision that any data not required for graph manipulation
438+
analysis libraries such as NetworkX while being simple to use and efficient.
439+
It is an explicit design decision that any data not required for graph manipulation
441440
(attributes and other information, for example) is expected to be stored
442441
outside of the graph structure itself. Such data lends itself to storage in
443442
more traditional and better-optimized mechanisms.
444443
445-
[Full documentation](http://codecov.io/github/JuliaGraphs/Graphs.jl) is available,
444+
[Full documentation](https://juliagraphs.org/Graphs.jl/stable/) is available,
446445
and tutorials are available at the
447446
[JuliaGraphsTutorials repository](https://github.com/JuliaGraphs/JuliaGraphsTutorials).
448447
"""

0 commit comments

Comments
 (0)