Docs for Graph.
[pyutils.git] / docs / pyutils.rst
index eb839075ce8b6c69b8fc7b84df8424f2fd19e9d3..3581bef6ca93e7e57be83d497ef66d313cae3d50 100644 (file)
@@ -41,6 +41,11 @@ stable:
     - overrides: code decorator to mark and enforce method overrides.
     - pytz: Python timezones, used in date parser and utils.
 
+You can also install the wheel directly; the latest is checked in under: https://wannabe.guru.org/gitweb/?p=pyutils.git;a=tree;f=dist;hb=HEAD.  To do so, download it, check that the MD5
+matches, and run::
+
+    pip install <filename.whl>
+
 Development
 -----------
 
@@ -2311,6 +2316,14 @@ pyutils.function\_utils module
    :undoc-members:
    :show-inheritance:
 
+pyutils.graph module
+------------------------------
+
+.. automodule:: pyutils.graph
+   :members:
+   :undoc-members:
+   :show-inheritance:
+
 pyutils.id\_generator module
 ----------------------------