Commit 451b1d6c by willmcgugan

Added new appdirfs to docs

parent e5c4c24e
.. automodule:: fs.appdirfs
:members:
\ No newline at end of file
...@@ -32,7 +32,7 @@ Prerequisites ...@@ -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. 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/ * 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/ * wxPython (required for :mod:`fs.browsewin`) http://www.wxpython.org/
......
...@@ -32,6 +32,7 @@ Code Documentation ...@@ -32,6 +32,7 @@ Code Documentation
.. toctree:: .. toctree::
:maxdepth: 3 :maxdepth: 3
appdirfs.rst
base.rst base.rst
browsewin.rst browsewin.rst
contrib/index.rst contrib/index.rst
......
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