Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)
diff --git a/Doc/library/archiving.rst b/Doc/library/archiving.rst
index b7d400c..c928494 100644
--- a/Doc/library/archiving.rst
+++ b/Doc/library/archiving.rst
@@ -6,7 +6,8 @@
 
 The modules described in this chapter support data compression with the zlib,
 gzip, bzip2 and lzma algorithms, and the creation of ZIP- and tar-format
-archives.
+archives.  See also :ref:`archiving-operations` provided by the :mod:`shutil`
+module.
 
 
 .. toctree::