diff options
| author | Ian Ward <ian@excess.org> | 2012-10-16 18:04:23 -0400 |
|---|---|---|
| committer | Ian Ward <ian@excess.org> | 2012-10-16 18:04:23 -0400 |
| commit | 709993bd2f81399eda46d008458baa3a135ed215 (patch) | |
| tree | cfca45868e0749d5e1f84a4fe6dd086c85e59c9e /docs/reference | |
| parent | 24ad241c49be98d2f4e08186faea8685a118557f (diff) | |
| download | urwid-709993bd2f81399eda46d008458baa3a135ed215.tar.gz | |
reference: improve decorations, add CommandMap
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/command_map.rst | 6 | ||||
| -rw-r--r-- | docs/reference/index.rst | 1 |
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 |
