-Updated main docstring

git-svn-id: http://pydot.googlecode.com/svn/trunk@12 06aa9b79-7134-0410-ae7e-c1cd3e483e87
This commit is contained in:
Ero Carrera 2010-11-01 23:30:34 +00:00
parent ac2adfe1d4
commit af70b334cf
1 changed files with 4 additions and 4 deletions

View File

@ -6,11 +6,11 @@ and process graphs in Graphviz's dot language.
References:
pydot Homepage: http://www.dkbza.org/pydot.html
Graphviz: http://www.research.att.com/sw/tools/graphviz/
DOT Language: http://www.research.att.com/~erg/graphviz/info/lang.html
pydot Homepage: http://code.google.com/p/pydot/
Graphviz: http://www.graphviz.org/
DOT Language: http://www.graphviz.org/doc/info/lang.html
Programmed and tested with Graphviz 1.16 and Python 2.3.4 on GNU/Linux
Programmed and tested with Graphviz 2.26.3 and Python 2.6 on OSX 10.6.4
by Ero Carrera (c) 2004-2010 [ero@dkbza.org]
Distributed under MIT license [http://opensource.org/licenses/mit-license.html].