summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorIan Ward <ian@excess.org>2012-10-16 18:04:23 -0400
committerIan Ward <ian@excess.org>2012-10-16 18:04:23 -0400
commit709993bd2f81399eda46d008458baa3a135ed215 (patch)
treecfca45868e0749d5e1f84a4fe6dd086c85e59c9e /docs/reference
parent24ad241c49be98d2f4e08186faea8685a118557f (diff)
downloadurwid-709993bd2f81399eda46d008458baa3a135ed215.tar.gz
reference: improve decorations, add CommandMap
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/command_map.rst6
-rw-r--r--docs/reference/index.rst1
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/reference/command_map.rst b/docs/reference/command_map.rst
new file mode 100644
index 0000000..3c312fa
--- /dev/null
+++ b/docs/reference/command_map.rst
@@ -0,0 +1,6 @@
+Command Map
+-----------
+
+.. currentmodule:: urwid
+
+.. autoclass:: CommandMap
diff --git a/docs/reference/index.rst b/docs/reference/index.rst
index ab2d47c..e1eb7fc 100644
--- a/docs/reference/index.rst
+++ b/docs/reference/index.rst
@@ -13,6 +13,7 @@ Urwid Reference
attrspec
canvas
text_layout
+ command_map
constants
exceptions
meta