mirror of https://github.com/mahmoud/boltons.git
integrate MultiFileReader into sphinx docs
This commit is contained in:
parent
141c740f2b
commit
45c6fc24ff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue