Initial sphinx docs
This commit is contained in:
parent
24d45bfcba
commit
61bfecc4ab
@ -40,6 +40,7 @@ release = ''
|
|||||||
# ones.
|
# ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
'sphinx.ext.autodoc',
|
'sphinx.ext.autodoc',
|
||||||
|
'sphinx.ext.napoleon',
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
@ -174,4 +175,4 @@ epub_title = project
|
|||||||
epub_exclude_files = ['search.html']
|
epub_exclude_files = ['search.html']
|
||||||
|
|
||||||
|
|
||||||
# -- Extension configuration -------------------------------------------------
|
# -- Extension configuration -------------------------------------------------
|
||||||
|
@ -10,7 +10,53 @@ Welcome to qutebrowser extensions's documentation!
|
|||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Contents:
|
:caption: Contents:
|
||||||
|
|
||||||
|
cmdutils module
|
||||||
|
---------------
|
||||||
|
|
||||||
|
.. automodule:: qutebrowser.api.cmdutils
|
||||||
|
:members:
|
||||||
|
|
||||||
|
.. FIXME: What about imported things?
|
||||||
|
|
||||||
|
apitypes module
|
||||||
|
---------------
|
||||||
|
|
||||||
|
.. automodule:: qutebrowser.api.apitypes
|
||||||
|
:members:
|
||||||
|
:imported-members:
|
||||||
|
|
||||||
|
config module
|
||||||
|
-------------
|
||||||
|
|
||||||
|
.. automodule:: qutebrowser.api.config
|
||||||
|
:members:
|
||||||
|
|
||||||
|
downloads module
|
||||||
|
----------------
|
||||||
|
|
||||||
|
.. automodule:: qutebrowser.api.downloads
|
||||||
|
:members:
|
||||||
|
|
||||||
|
hook module
|
||||||
|
-----------
|
||||||
|
|
||||||
|
.. automodule:: qutebrowser.api.hook
|
||||||
|
:members:
|
||||||
|
|
||||||
|
interceptor module
|
||||||
|
------------------
|
||||||
|
|
||||||
|
.. automodule:: qutebrowser.api.interceptor
|
||||||
|
:members:
|
||||||
|
|
||||||
|
.. FIXME: What about imported things?
|
||||||
|
|
||||||
|
message module
|
||||||
|
--------------
|
||||||
|
|
||||||
|
.. automodule:: qutebrowser.api.message
|
||||||
|
:members:
|
||||||
|
:imported-members:
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
Loading…
Reference in New Issue
Block a user