summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-08-19 20:02:24 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-08-19 20:39:17 +0100
commite2ba3b13dba434219b826f9e08f450c66e4b0f87 (patch)
treee93319b2d1ecdab51e912931d770674a2090d694 /docs
parentaa4d9f689f5b7d51f86426590cbf8d0efba06b06 (diff)
doc docstrings for UI
Diffstat (limited to 'docs')
-rw-r--r--docs/source/api/interface.rst17
-rw-r--r--docs/source/conf.py1
2 files changed, 2 insertions, 16 deletions
diff --git a/docs/source/api/interface.rst b/docs/source/api/interface.rst
index d2294e26..7d66cf1f 100644
--- a/docs/source/api/interface.rst
+++ b/docs/source/api/interface.rst
@@ -38,22 +38,7 @@ input and acts on it:
.. module:: alot.ui
.. autoclass:: UI
-
- .. autoattribute:: buffers
- .. autoattribute:: current_buffer
- .. autoattribute:: dbman
-
- .. automethod:: apply_command
- .. automethod:: prompt
- .. automethod:: choice
- .. automethod:: notify
- .. automethod:: clear_notify
- .. automethod:: buffer_open
- .. automethod:: buffer_focus
- .. automethod:: buffer_close
- .. automethod:: get_buffers_of_type
- .. automethod:: exit
-
+ :members:
Buffers
----------
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 42793f9c..da1299fe 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -242,6 +242,7 @@ latex_documents = [
# If false, no module index is generated.
#latex_domain_indices = True
+autodoc_member_order = 'groupwise'
# -- Options for manual page output --------------------------------------------