From 491056d6e1a70c7e730306a0492333ad202a3b21 Mon Sep 17 00:00:00 2001 From: willmcgugan Date: Tue, 8 Mar 2011 20:09:25 +0000 Subject: Added new appdirfs to docs git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@657 67cdc799-7952-0410-af00-57a81ceafa0f --- docs/appdirfs.rst | 2 ++ docs/getting_started.rst | 2 +- docs/index.rst | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 docs/appdirfs.rst (limited to 'docs') 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 -- cgit v1.2.1