Link directly to py2depgraph.py and depgraph2dot.py for the Git-averse.
authorW. Trevor King <wking@tremily.us>
Wed, 25 Apr 2012 11:32:01 +0000 (07:32 -0400)
committerW. Trevor King <wking@tremily.us>
Wed, 25 Apr 2012 11:32:01 +0000 (07:32 -0400)
posts/depgraph.mdwn

index b2510002524602a59a7933dfb0758500781ba64f..a62dd10a831fb2283d43ac13526a0c8a67423286 100644 (file)
@@ -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]]