From e2ba3b13dba434219b826f9e08f450c66e4b0f87 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 19 Aug 2012 20:02:24 +0100 Subject: doc docstrings for UI --- docs/source/api/interface.rst | 17 +---------------- docs/source/conf.py | 1 + 2 files changed, 2 insertions(+), 16 deletions(-) (limited to 'docs') 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 -------------------------------------------- -- cgit v1.2.3