More work to improve documentation generated by sphinx. Also fixes
[pyutils.git] / docs / pyutils.compress.rst
index 7957494e773138987ff211aed2045132a97bb944..67a2eb827ed9f28b706995fb2c52bc915352dc6d 100644 (file)
@@ -1,17 +1,14 @@
 pyutils.compress package
 ========================
 
+This subpackage includes code related to data compression.
+
 Submodules
 ----------
 
 pyutils.compress.letter\_compress module
 ----------------------------------------
 
-This is a simple, honestly, toy compression scheme that uses a custom
-alphabet of 32 characters which can each be represented in six bits
-instead of eight.  It therefore reduces the size of data composed of
-only those letters by 25% without loss.
-
 .. automodule:: pyutils.compress.letter_compress
    :members:
    :undoc-members: