X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=docs%2Fpyutils.rst;h=aebd1a35ebf464b7401263fd4d80579964eca49f;hb=33d659cf0825201bc37efab95582fed285e082ed;hp=aff3220fec9d2178cf3f059c5fdad56023731d90;hpb=9b0fbd829c1ac843578d049fe4b79c7a733f8326;p=pyutils.git diff --git a/docs/pyutils.rst b/docs/pyutils.rst index aff3220..aebd1a3 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 ---------- @@ -2374,14 +2374,6 @@ pyutils.misc\_utils module :undoc-members: :show-inheritance: -pyutils.persistent module -------------------------- - -.. automodule:: pyutils.persistent - :members: - :undoc-members: - :show-inheritance: - pyutils.remote\_worker module -----------------------------