"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.
[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]]