Oops. Also update calibcant post text.
authorW. Trevor King <wking@drexel.edu>
Thu, 21 Apr 2011 21:53:38 +0000 (17:53 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 21 Apr 2011 21:53:38 +0000 (17:53 -0400)
posts/calibcant.mdwn

index 879ceeff8f3b59ef138e012fecf6d20cf8ade890..0281bd07967f00032407f25aca49c69df2e0f7d1 100644 (file)
@@ -4,9 +4,17 @@
 Here is my Python module for AFM cantilever calibration via the
 thermal tune method.
 
-The `README` is posted on the [PyPI page][pypi].
+The `README` is posted on the [PyPI page][pypi], and you might also be
+interested in the [[package dependency graph|calibcant.svg]] generated
+with Yu-Jie Lin's [PDepGraph.py][]:
+
+    $ IGNORED=matplotlib,scipy,numpy,pyyaml,h5py,python,eselect-python
+    $ python PDepGraph.py -o calibcant.dot -D "$IGNORED" calibcant
+    $ dot -T svg -o calibcant.svg calibcant.dot
 
 [pypi]: http://pypi.python.org/pypi/calibcant/
+[PDepgraph.py]:
+  http://code.google.com/p/yjl/source/browse/Miscellaneous/PDepGraph.py
 
 [[!tag tags/code]]
 [[!tag tags/linux]]