aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
-rw-r--r--docs/index.rst6
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
new file mode 100644
index 0000000..75722db
--- /dev/null
+++ b/docs/conf.py
@@ -0,0 +1,2 @@
1extensions = ['sphinx.ext.autodoc']
2sys.path.insert(0, os.path.abspath('../'))
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 0000000..e2afb2f
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,6 @@
1Mastodon.py
2===========
3
4Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API.
5
6.. autoclass:: Mastodon \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)