Skip to content

Commit

Permalink
added zipfs to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Mar 24, 2017
1 parent 90a5c45 commit 6d867d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/builtin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ Builtin Filesystems
reference/subfs.rst
reference/tarfs.rst
reference/tempfs.rst
reference/zipfs.rst
7 changes: 7 additions & 0 deletions docs/source/reference/zipfs.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Zip Filesystem
==============

A filesystem implementation for .zip files.

.. automodule:: fs.zipfs
:members:

0 comments on commit 6d867d9

Please sign in to comment.