kopia lustrzana https://github.com/halcy/Mastodon.py
Further attempts at making sphinx do what I want
rodzic
c8664671cc
commit
b891d913f3
|
@ -3,3 +3,4 @@ import os
|
||||||
|
|
||||||
extensions = ['sphinx.ext.autodoc']
|
extensions = ['sphinx.ext.autodoc']
|
||||||
sys.path.insert(0, os.path.abspath('../'))
|
sys.path.insert(0, os.path.abspath('../'))
|
||||||
|
sys.path.insert(0, os.path.abspath('../../'))
|
||||||
|
|
|
@ -4,3 +4,4 @@ Mastodon.py
|
||||||
Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API.
|
Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API.
|
||||||
|
|
||||||
.. autoclass:: Mastodon
|
.. autoclass:: Mastodon
|
||||||
|
:members:
|
Ładowanie…
Reference in New Issue