File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,6 +53,6 @@ The current design avoids populating your environment with unnecessary dependenc
5353[ GML ] : https://en.wikipedia.org/wiki/Graph_Modelling_Language
5454[ Graph6 ] : https://users.cecs.anu.edu.au/~bdm/data/formats.html
5555[ GraphML ] : https://en.wikipedia.org/wiki/GraphML
56- [ Pajek NET ] : https://gephi.org/users/supported-graph-formats/pajek-net-format/
57- [ GEXF ] : https://gephi.org/gexf/format/
56+ [ Pajek NET ] : https://docs. gephi.org/desktop/User_Manual/Import/Pajek_NET_Format
57+ [ GEXF ] : https://docs. gephi.org/desktop/User_Manual/Import/GEXF_File_Format
5858[ DOT ] : https://en.wikipedia.org/wiki/DOT_(graph_description_language)
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ struct NETFormat <: AbstractGraphFormat end
1212"""
1313 savenet(io, g, gname="g")
1414
15- Write a graph `g` to an IO stream `io` in the [Pajek NET](http ://gephi.github.io/users/supported-graph-formats/pajek-net-format/ )
15+ Write a graph `g` to an IO stream `io` in the [Pajek NET](https ://docs. gephi.org/desktop/User_Manual/Import/Pajek_NET_Format )
1616format. Return 1 (number of graphs written).
1717"""
1818function savenet (io:: IO , g:: Graphs.AbstractGraph , gname:: String = " g" )
3232"""
3333 loadnet(io::IO, gname="graph")
3434
35- Read a graph from IO stream `io` in the [Pajek NET](http ://gephi.github.io/users/supported-graph-formats/pajek-net-format/ )
35+ Read a graph from IO stream `io` in the [Pajek NET](https ://docs. gephi.org/desktop/User_Manual/Import/Pajek_NET_Format )
3636format. Return the graph.
3737"""
3838function loadnet (io:: IO , gname:: String = " graph" )
You can’t perform that action at this time.
0 commit comments