X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=docs%2Fpyutils.rst;h=3581bef6ca93e7e57be83d497ef66d313cae3d50;hb=cb25f35595b220b0573170954183d6c296d511e5;hp=29f401cc46a7ddfe3e91323fbf2c53f04c8d1856;hpb=f44a316caad851cb7cf38120746ed1df72dca858;p=pyutils.git diff --git a/docs/pyutils.rst b/docs/pyutils.rst index 29f401c..3581bef 100644 --- a/docs/pyutils.rst +++ b/docs/pyutils.rst @@ -41,7 +41,10 @@ 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. +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 Development ----------- @@ -2313,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 ----------------------------