summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-11-04 23:54:57 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-11-04 23:54:57 +0000
commite9aab676d551a4fcd735cc1aee74f3cc864c2962 (patch)
tree5683d84a2b5a16097ea4cf8cb84ab38cccd37d38 /docs
parent31249c866bf0eb863c96b0c377a64970a7f3463d (diff)
downloadpyfilesystem-e9aab676d551a4fcd735cc1aee74f3cc864c2962.tar.gz
add basic TahoeFS pointers to the documentation
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@517 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'docs')
-rw-r--r--docs/contrib.rst5
-rw-r--r--docs/contrib/index.rst1
-rw-r--r--docs/contrib/tahoefs.rst2
3 files changed, 8 insertions, 0 deletions
diff --git a/docs/contrib.rst b/docs/contrib.rst
index f17e399..c2555d9 100644
--- a/docs/contrib.rst
+++ b/docs/contrib.rst
@@ -10,6 +10,11 @@ DAV (WebDAV Protocol)
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)
-----------------------------
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`
diff --git a/docs/contrib/index.rst b/docs/contrib/index.rst
index ce93302..c55f8f9 100644
--- a/docs/contrib/index.rst
+++ b/docs/contrib/index.rst
@@ -7,5 +7,6 @@ The ``fs.contrib`` module contains a number of filesystem implementations provid
:maxdepth: 3
davfs.rst
+ tahoefs.rst
bigfs.rst
diff --git a/docs/contrib/tahoefs.rst b/docs/contrib/tahoefs.rst
new file mode 100644
index 0000000..61d5dd9
--- /dev/null
+++ b/docs/contrib/tahoefs.rst
@@ -0,0 +1,2 @@
+.. automodule:: fs.contrib.tahoefs
+ :members: