aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2016-11-24 01:17:36 +0100
committerLorenz Diener <[email protected]>2016-11-24 01:17:36 +0100
commitb891d913f39d445881c799773263ba8aece0475a (patch)
tree27a91197114c2352dbaf7b59117cf532bc87b452 /docs
parentc8664671cc330583d4f75a68a9fc7f751687549e (diff)
downloadmastodon.py-b891d913f39d445881c799773263ba8aece0475a.tar.gz
Further attempts at making sphinx do what I want
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py1
-rw-r--r--docs/index.rst3
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
4extensions = ['sphinx.ext.autodoc'] 4extensions = ['sphinx.ext.autodoc']
5sys.path.insert(0, os.path.abspath('../')) 5sys.path.insert(0, os.path.abspath('../'))
6sys.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
4Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API. 4Python 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
Powered by cgit v1.2.3 (git 2.41.0)