mirror of https://github.com/dspinellis/UMLGraph
Added reference to PyUMLGraph.
This commit is contained in:
parent
7f9da61f92
commit
032a11ee05
|
|
@ -1,4 +1,5 @@
|
|||
<!doctype html public "-//IETF//DTD HTML//EN">
|
||||
<!-- No not edit this page in the web directory. -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>UMLGraph - Declarative Drawing of UML diagrams</TITLE>
|
||||
|
|
@ -44,6 +45,9 @@ class Client extends Person {}
|
|||
<li> Diomidis Spinellis.
|
||||
<A HREF="http://www.spinellis.gr/codereading">Code Reading: The Open Source Perspective</A>.
|
||||
Addison Wesley, 2003.
|
||||
<li> Adam Feuer's
|
||||
<a href="http://www.zipcon.net/~adamf/software/PyUMLGraph/">PyUMLGraph</a>
|
||||
extending the concept to Python programs.
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<!doctype html public "-//IETF//DTD HTML//EN">
|
||||
<!-- No not edit this page in the web directory. -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>UMLGraph - Declarative Drawing of UML diagrams</TITLE>
|
||||
|
|
@ -44,6 +45,9 @@ class Client extends Person {}
|
|||
<li> Diomidis Spinellis.
|
||||
<A HREF="http://www.spinellis.gr/codereading">Code Reading: The Open Source Perspective</A>.
|
||||
Addison Wesley, 2003.
|
||||
<li> Adam Feuer's
|
||||
<a href="http://www.zipcon.net/~adamf/software/PyUMLGraph/">PyUMLGraph</a>
|
||||
extending the concept to Python programs.
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue