mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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.
This commit is contained in:
parent
6f7aa00c1e
commit
f2fbb9cf42
7 changed files with 11 additions and 16 deletions
|
@ -21,9 +21,6 @@ Note that additional file formats which can be decompressed by the
|
|||
:program:`gzip` and :program:`gunzip` programs, such as those produced by
|
||||
:program:`compress` and :program:`pack`, are not supported by this module.
|
||||
|
||||
For other archive formats, see the :mod:`bz2`, :mod:`zipfile`, and
|
||||
:mod:`tarfile` modules.
|
||||
|
||||
The module defines the following items:
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue