diff options
author | Lorenz Diener <[email protected]> | 2016-11-24 01:17:36 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2016-11-24 01:17:36 +0100 |
commit | b891d913f39d445881c799773263ba8aece0475a (patch) | |
tree | 27a91197114c2352dbaf7b59117cf532bc87b452 | |
parent | c8664671cc330583d4f75a68a9fc7f751687549e (diff) | |
download | mastodon.py-b891d913f39d445881c799773263ba8aece0475a.tar.gz |
Further attempts at making sphinx do what I want
-rw-r--r-- | docs/conf.py | 1 | ||||
-rw-r--r-- | docs/index.rst | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 9e39c90..86f9db8 100644 --- a/docs/conf.py +++ b/docs/conf.py | |||
@@ -3,3 +3,4 @@ import os | |||
3 | 3 | ||
4 | extensions = ['sphinx.ext.autodoc'] | 4 | extensions = ['sphinx.ext.autodoc'] |
5 | sys.path.insert(0, os.path.abspath('../')) | 5 | sys.path.insert(0, os.path.abspath('../')) |
6 | sys.path.insert(0, os.path.abspath('../../')) | ||
diff --git a/docs/index.rst b/docs/index.rst index e2afb2f..30d8f1e 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -3,4 +3,5 @@ Mastodon.py | |||
3 | 3 | ||
4 | Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API. | 4 | Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API. |
5 | 5 | ||
6 | .. autoclass:: Mastodon \ No newline at end of file | 6 | .. autoclass:: Mastodon |
7 | :members: \ No newline at end of file | ||