From: W. Trevor King Date: Wed, 25 Apr 2012 11:32:01 +0000 (-0400) Subject: Link directly to py2depgraph.py and depgraph2dot.py for the Git-averse. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ffb83ecbe8734ad9a6547a9bd38ad99afb9d61e9;p=blog.git Link directly to py2depgraph.py and depgraph2dot.py for the Git-averse. --- diff --git a/posts/depgraph.mdwn b/posts/depgraph.mdwn index b251000..a62dd10 100644 --- a/posts/depgraph.mdwn +++ b/posts/depgraph.mdwn @@ -8,11 +8,12 @@ Originally by Toby Dickenson, the scripts are good for giving you the "long view" on how your project is organized. I've altered the [originals][] a bit. -My `py2depgraph` also prints out path information for each module, so -that you can show or hide module nodes based on those paths. For -example, ignoring system modules to focus on your additions. +My [py2depgraph.py][] also prints out path information for each +module, so that you can show or hide module nodes based on those +paths. For example, ignoring system modules to focus on your +additions. -My `depgraph2dot` has an added method +My [depgraph2dot.py][] has an added method `depgraph2dot.invalidpath(module_name, path)` that you can override to determine the paths you like. @@ -45,6 +46,10 @@ in their paths. [graphviz]: http://www.graphviz.org [originals]: http://tarind.com/depgraph.html +[py2depgraph.py]: + http://git.tremily.us/?p=depgraph.git;a=blob_plain;f=py2depgraph.py;hb=HEAD +[depgraph2dot.py]: + http://git.tremily.us/?p=depgraph.git;a=blob_plain;f=depgraph2dot.py;hb=HEAD [[!tag tags/programming]] [[!tag tags/python]]