diff --git a/docs/ioutils.rst b/docs/ioutils.rst index 8de7322..10cfbe9 100644 --- a/docs/ioutils.rst +++ b/docs/ioutils.rst @@ -78,3 +78,13 @@ Here is a simple example using the requests library to download a zip file:: # Print all the files in the zip print(zip_doc.namelist()) + + +Multiple Files +-------------- + +.. _multifilereader: + +MultiFileReader +^^^^^^^^^^^^^^^ +.. autoclass:: boltons.ioutils.MultiFileReader