Commit c5e46ddc by rfkelly0

add basic TahoeFS pointers to the documentation

parent 8d4f5e41
...@@ -10,6 +10,11 @@ DAV (WebDAV Protocol) ...@@ -10,6 +10,11 @@ DAV (WebDAV Protocol)
An interface to WebDAV file servers. See :mod:`fs.contrib.davfs` An interface to WebDAV file servers. See :mod:`fs.contrib.davfs`
Tahoe LAFS
----------
An interface to Tahoe Least-Authority File System. See :mod:`fs.contrib.tahoefs`
BIG (BIG Archive File Format) BIG (BIG Archive File Format)
----------------------------- -----------------------------
A read-only interface to the BIG archive file format used in some EA games titles (e.g. Command & Conquery 4). See :mod:`fs.contrib.bigfs` A read-only interface to the BIG archive file format used in some EA games titles (e.g. Command & Conquery 4). See :mod:`fs.contrib.bigfs`
......
...@@ -7,5 +7,6 @@ The ``fs.contrib`` module contains a number of filesystem implementations provid ...@@ -7,5 +7,6 @@ The ``fs.contrib`` module contains a number of filesystem implementations provid
:maxdepth: 3 :maxdepth: 3
davfs.rst davfs.rst
tahoefs.rst
bigfs.rst bigfs.rst
.. automodule:: fs.contrib.tahoefs
:members:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment