summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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