-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (73 loc) · 3.2 KB
/
index.html
File metadata and controls
87 lines (73 loc) · 3.2 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>PyGraphviz — PyGraphviz documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<script src="_static/jquery.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>PyGraphviz</h1>
<blockquote>
<p>PyGraphviz is a Python interface to the Graphviz graph layout
and visualization package. With PyGraphviz you can create, edit,
read, write, and draw graphs using Python to access the Graphviz
graph data structure and layout algorithms.</p>
</blockquote>
<h2>Installation</h2></br>
PyGraphviz requires Python, Graphviz, and a C/C++ Compiler.
Please see the <a class="reference external" href="https://pygraphviz.github.io/documentation/stable/install.html"> install guide</a> for details.
</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/pygraphviz-discuss/"> Mailing list</a></li>
<li><a class="reference external" href="https://github.com/pygraphviz/pygraphviz/issues"> Issue tracker</a></li>
<li><a class="reference external" href="https://github.com/pygraphviz/pygraphviz"> Source</a></li>
</ul>
</div>
<div class="sidebarblock">
<h2>Releases</h2>
<div class="tile">
<h4>Stable</h4>
<a href="http://pypi.python.org/pypi/pygraphviz">1.14 — September 2024</a><br/>
<a href="https://pygraphviz.github.io/documentation/stable/"><b>Documentation</b></a>
</div></br>
<div class="tile">
<h4>Latest</h4>
<a href="https://pygraphviz.github.io/documentation/latest/index.html">2.0 development</a><br/>
<a href="https://pygraphviz.github.io/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 PyGraphviz developers.
</div>
</body>
</html>