summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-01-02 21:47:12 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-01-02 21:47:12 +0000
commit2cbe6c933ced080db0f48dcc5ebf9aba25397c9e (patch)
tree6419f1f0ac64d382f893f1fdbfe1771f26327d27 /docs
parentf02e1aeb4104cdf05628c7777c1879b4258be3f9 (diff)
downloadpyfilesystem-2cbe6c933ced080db0f48dcc5ebf9aba25397c9e.tar.gz
More doc tweaks
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@312 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
-rw-r--r--docs/filesystems.rst2
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a6347d1..61069f3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -192,3 +192,5 @@ latex_documents = [
# If false, no module index is generated.
#latex_use_modindex = True
+
+autoclass_content = 'both'
diff --git a/docs/filesystems.rst b/docs/filesystems.rst
index 5e94ef2..da01faa 100644
--- a/docs/filesystems.rst
+++ b/docs/filesystems.rst
@@ -29,7 +29,7 @@ OS
An interface to the OS Filesystem. See :mod:`fs.osfs`
Secure FTP (Secure FTP)
-----------------------
+-----------------------
A secure FTP filesystem. See :mod:`fs.sftpfs`