summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraric <none@none>2005-12-05 21:13:48 +0000
committeraric <none@none>2005-12-05 21:13:48 +0000
commit596d53366db5cd572a3f6b2c91be247cc4da8116 (patch)
treea001ca435f88f02808beef75595d6c8689345bed
parent596242ca59572cfed5ab35d73099ba40a5ae8094 (diff)
downloadnetworkx-0.25.tar.gz
better artworknetworkx-0.25
--HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40104
-rw-r--r--doc/Makefile2
-rw-r--r--doc/Readme.txt5
-rw-r--r--doc/data/art.pngbin0 -> 187473 bytes
-rw-r--r--networkx/release.py2
4 files changed, 5 insertions, 4 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 8c7cc92e..170ecc73 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -21,7 +21,7 @@ htmldoc: Readme.html Legal.html Tutorial.html Quick_ref.html Examples.html Drawi
cp -f data/default.css html/nx_doc.css
cp -f data/basic-s.png html
cp -f data/as.png html
- cp -f data/as2.png html
+ cp -f data/art.png html
cp -f data/tetrahedral-s.png html
(cd html; ln -sf Readme.html index.html)
diff --git a/doc/Readme.txt b/doc/Readme.txt
index 1639b162..632272a5 100644
--- a/doc/Readme.txt
+++ b/doc/Readme.txt
@@ -4,16 +4,17 @@ NetworkX
*High productivity software for complex networks*
-------------------------------------------------
-.. image:: as2.png
+.. image:: art.png
:align: right
+
About
-----
NetworkX (NX) is a Python package for the creation, manipulation, and
study of the structure, dynamics, and functions of complex networks.
-
+
- 1M+ nodes, 10M+ edges
- Includes standard graph-theoretic and statistical physics functions
- Nodes and edges can be "anything" (e.g. time-series, text, images, XML records)
diff --git a/doc/data/art.png b/doc/data/art.png
new file mode 100644
index 00000000..cb8183df
--- /dev/null
+++ b/doc/data/art.png
Binary files differ
diff --git a/networkx/release.py b/networkx/release.py
index 5169a43a..830c0b63 100644
--- a/networkx/release.py
+++ b/networkx/release.py
@@ -1,7 +1,7 @@
"""Release data for NetworkX."""
name = 'networkx'
-version = '0.25.svn'
+version = '0.25'
description = "A package for creating and manipulating graphs and networks."