integrate MultiFileReader into sphinx docs

This commit is contained in:
Mahmoud Hashemi 2017-07-29 19:25:17 -07:00
parent 141c740f2b
commit 45c6fc24ff
1 changed files with 10 additions and 0 deletions

View File

@ -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