From 2cbe6c933ced080db0f48dcc5ebf9aba25397c9e Mon Sep 17 00:00:00 2001 From: willmcgugan Date: Sat, 2 Jan 2010 21:47:12 +0000 Subject: More doc tweaks git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@312 67cdc799-7952-0410-af00-57a81ceafa0f --- docs/conf.py | 2 ++ docs/filesystems.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') 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` -- cgit v1.2.1