X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=docs%2Fpyutils.rst;h=89b3ca0bf5856ab304d36e27ae64cd508bb07b89;hb=4f9596f205d9947b5abf93b5295ff623470cf52e;hp=aff3220fec9d2178cf3f059c5fdad56023731d90;hpb=9b0fbd829c1ac843578d049fe4b79c7a733f8326;p=pyutils.git diff --git a/docs/pyutils.rst b/docs/pyutils.rst index aff3220..89b3ca0 100644 --- a/docs/pyutils.rst +++ b/docs/pyutils.rst @@ -55,7 +55,7 @@ Most code includes inline documentation and doctests. I've tried to organize it into logical packages based on the code's functionality. Note that when words would collide with a Python standard library or reserved keyword I've used a 'z' at the end, e.g. 'collectionz' -instead of 'collections'. +instead of 'collections' and 'typez' instead of 'types'. There's some example code that uses various features of this project checked in under `examples/ `_ that you can check out. See the `README `__ in that directory for more information @@ -124,7 +124,7 @@ Subpackages pyutils.parallelize pyutils.search pyutils.security - pyutils.types + pyutils.typez Submodules ---------- @@ -2318,6 +2318,14 @@ pyutils.function\_utils module :undoc-members: :show-inheritance: +pyutils.geocode module +---------------------- + +.. automodule:: pyutils.geocode + :members: + :undoc-members: + :show-inheritance: + pyutils.graph module ------------------------------ @@ -2374,14 +2382,6 @@ pyutils.misc\_utils module :undoc-members: :show-inheritance: -pyutils.persistent module -------------------------- - -.. automodule:: pyutils.persistent - :members: - :undoc-members: - :show-inheritance: - pyutils.remote\_worker module -----------------------------