summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-08 20:09:25 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-08 20:09:25 +0000
commit451b1d6cee4dee84ebe6ef2f953ca555c27f98f7 (patch)
tree3a4b0afdaf9d800e0ce9040767d610928a6fcfeb /docs
parente5c4c24e20b37f35179e6163483b63336ad5ca29 (diff)
downloadpyfilesystem-git-451b1d6cee4dee84ebe6ef2f953ca555c27f98f7.tar.gz
Added new appdirfs to docs
Diffstat (limited to 'docs')
-rw-r--r--docs/appdirfs.rst2
-rw-r--r--docs/getting_started.rst2
-rw-r--r--docs/index.rst1
3 files changed, 4 insertions, 1 deletions
diff --git a/docs/appdirfs.rst b/docs/appdirfs.rst
new file mode 100644
index 0000000..115a297
--- /dev/null
+++ b/docs/appdirfs.rst
@@ -0,0 +1,2 @@
+.. automodule:: fs.appdirfs
+ :members: \ No newline at end of file
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index 83299fd..443475a 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -32,7 +32,7 @@ Prerequisites
PyFilesystem requires at least **Python 2.5**. There are a few other dependencies if you want to use some of the more advanced filesystem interfaces, but for basic use all that is needed is the Python standard library.
* Boto (required for :mod:`fs.s3fs`) http://code.google.com/p/boto/
- * Paramikio (required for :mod:`fs.ftpfs`) http://www.lag.net/paramiko/
+ * Paramikio (required for :class:`fs.ftpfs.FTPFS`) http://www.lag.net/paramiko/
* wxPython (required for :mod:`fs.browsewin`) http://www.wxpython.org/
diff --git a/docs/index.rst b/docs/index.rst
index 9dff97f..ff5d512 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -32,6 +32,7 @@ Code Documentation
.. toctree::
:maxdepth: 3
+ appdirfs.rst
base.rst
browsewin.rst
contrib/index.rst