From 596d53366db5cd572a3f6b2c91be247cc4da8116 Mon Sep 17 00:00:00 2001 From: aric Date: Mon, 5 Dec 2005 21:13:48 +0000 Subject: better artwork --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40104 --- doc/Makefile | 2 +- doc/Readme.txt | 5 +++-- doc/data/art.png | Bin 0 -> 187473 bytes networkx/release.py | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 doc/data/art.png 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 Binary files /dev/null and b/doc/data/art.png 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." -- cgit v1.2.1