diff options
author | Éric Araujo <merwok@netwok.org> | 2012-01-16 15:55:55 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2012-01-16 15:55:55 (GMT) |
commit | f2fbb9cf4274e9d74da45d2f2d0503a57af1cad8 (patch) | |
tree | c67c6657071f782d3de66f0eb8f583a4ef3651a1 /Doc/library/archiving.rst | |
parent | 6f7aa00c1eb40d9a74e25e6bc3ab7c8efbe8e866 (diff) | |
download | cpython-f2fbb9cf4274e9d74da45d2f2d0503a57af1cad8.zip cpython-f2fbb9cf4274e9d74da45d2f2d0503a57af1cad8.tar.gz cpython-f2fbb9cf4274e9d74da45d2f2d0503a57af1cad8.tar.bz2 |
Improve interlinking of archiving/compression modules docs.
- Remove duplicated list of links to the other modules from each
module’s doc (people can already go up to library/archiving and
there they can see the list).
- Link to shutil high-level operations.
Reviewed by Nadeem Vawda in #6715.
Diffstat (limited to 'Doc/library/archiving.rst')
-rw-r--r-- | Doc/library/archiving.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/archiving.rst b/Doc/library/archiving.rst index f2d08ad..75d137c 100644 --- a/Doc/library/archiving.rst +++ b/Doc/library/archiving.rst @@ -6,6 +6,7 @@ Data Compression and Archiving The modules described in this chapter support data compression with the zlib, gzip, and bzip2 algorithms, and the creation of ZIP- and tar-format archives. +See also :ref:`archiving-operations` provided by the :mod:`shutil` module. .. toctree:: |