Further attempts at making sphinx do what I want
This commit is contained in:
pare
c8664671cc
commit
b891d913f3
S'han modificat 2 arxius amb 3 adicions i 1 eliminacions
|
@ -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('../../'))
|
||||||
|
|
|
@ -3,4 +3,5 @@ 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:
|
Loading…
Referencia en una nova incidència