diff options
| author | Patrick Totzke <patricktotzke@gmail.com> | 2012-05-26 09:01:50 +0100 |
|---|---|---|
| committer | Patrick Totzke <patricktotzke@gmail.com> | 2012-05-26 09:12:48 +0100 |
| commit | 8b9dc595df0fb1dadcc4fb4d79e632e715c0baac (patch) | |
| tree | ad06aea73b50d2a5818043becad3d227fe0d677b /docs/reference | |
| parent | 4a606da48d216d2d07b4179a5d8add99360279ce (diff) | |
| download | urwid-8b9dc595df0fb1dadcc4fb4d79e632e715c0baac.tar.gz | |
doc: add containers reference section
only adds the autoclasses to the reference sources
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/containers.rst | 18 | ||||
| -rw-r--r-- | docs/reference/index.rst | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/docs/reference/containers.rst b/docs/reference/containers.rst new file mode 100644 index 0000000..2557111 --- /dev/null +++ b/docs/reference/containers.rst @@ -0,0 +1,18 @@ +Containers +=========== + +.. module:: urwid + +.. autoclass:: Frame + +.. autoclass:: ListBox + +.. autoclass:: Columns + +.. autoclass:: Pile + +.. autoclass:: GridFlow + +.. autoclass:: BoxAdapter + +.. autoclass:: Overlay diff --git a/docs/reference/index.rst b/docs/reference/index.rst index 74f3669..4540943 100644 --- a/docs/reference/index.rst +++ b/docs/reference/index.rst @@ -7,6 +7,7 @@ Urwid Reference main_loop widget decorations + containers constants listbox exceptions |
