-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
98 lines (83 loc) · 4.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>NetworkX — NetworkX documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="icon" href="_static/favicon.ico" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script defer data-domain="networkx.org" src="https://views.scientific-python.org/js/script.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
</head>
<body>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<h1><img class="logo" src="_static/networkx_logo.svg" alt="Logo"/></h1>
<blockquote>
<p>NetworkX is a Python package for the creation, manipulation, and
study of the structure, dynamics, and functions of complex networks.</p>
</blockquote>
<h2>Software for complex networks</h2></br>
<ul class="simple">
<li> Data structures for graphs, digraphs, and multigraphs</li>
<li> Many standard graph algorithms</li>
<li> Network structure and analysis measures</li>
<li> Generators for classic graphs, random graphs, and synthetic networks</li>
<li> Nodes can be "anything" (e.g., text, images, XML records)</li>
<li> Edges can hold arbitrary data (e.g., weights, time-series)</li>
<li> Open source <a href="https://raw.githubusercontent.com/networkx/networkx/master/LICENSE.txt">3-clause BSD license</a> </li>
<li> Well tested with over 90% code coverage</li>
<li> Additional benefits from Python include fast prototyping, easy to teach, and multi-platform</li>
</ul>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<div class="sidebarblock">
<h2>Contact</h2>
<ul class="title">
<li><a class="reference external" href="http://groups.google.com/group/networkx-discuss/"> Mailing list</a></li>
<li><a class="reference external" href="https://github.com/networkx/networkx/issues"> Issue tracker</a></li>
<li><a class="reference external" href="https://github.com/networkx/networkx"> Source</a></li>
</ul>
</div>
<div class="sidebarblock">
<h2>Releases</h2>
<div class="tile">
<h4>Stable (<a href="https://networkx.org/documentation/stable/release/release_3.4.2.html">notes</a>)</h4>
<a href="http://pypi.python.org/pypi/networkx">3.4.2 — October 2024</a><br/>
<a href="https://networkx.org/documentation/stable/"><b>Documentation</b></a>
</div></br>
<div class="tile">
<h4>Latest (<a href="https://networkx.org/documentation/latest/release/release_dev.html">notes</a>)</h4>
<a href="https://github.com/networkx/networkx">3.5 development</a><br/>
<a href="https://networkx.org/documentation/latest/"><b>Documentation</b></a>
</div></br>
<div class="tile">
<h4><a id="other">Archive</a></h4>
<ul id="versionList" style="display: none;">
<script src="_static/docversions.js"></script>
<script type="text/javascript">
insert_version_links();
</script>
</ul>
<script type="text/javascript">
$("#other").click(function() {
$("#versionList").toggle();
});
</script>
</div></br>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
©2014-2024, NetworkX developers.
</div>
</body>
</html>