diff options
| author | marco giusti <marco.giusti@gmail.com> | 2011-12-03 12:34:36 +0100 |
|---|---|---|
| committer | marco giusti <marco.giusti@gmail.com> | 2011-12-03 12:34:36 +0100 |
| commit | 224609bf52a601faa33f0c8b382db06a89e7dfd0 (patch) | |
| tree | 3880fc120eb066e9787f410831bc2756415fa91e /docs/manual | |
| parent | d929361d7fd4be1e1aa06c4904766cb3d177f991 (diff) | |
| download | urwid-224609bf52a601faa33f0c8b382db06a89e7dfd0.tar.gz | |
Small fixes on manual toctree
--HG--
branch : feature-sphinx
Diffstat (limited to 'docs/manual')
| -rw-r--r-- | docs/manual/index.txt | 1 | ||||
| -rw-r--r-- | docs/manual/textlayout.txt | 8 |
2 files changed, 4 insertions, 5 deletions
diff --git a/docs/manual/index.txt b/docs/manual/index.txt index d27f8eb..f8ff918 100644 --- a/docs/manual/index.txt +++ b/docs/manual/index.txt @@ -68,7 +68,6 @@ Contents: .. toctree:: :maxdepth: 2 - intro mainloop displaymodules userinput diff --git a/docs/manual/textlayout.txt b/docs/manual/textlayout.txt index da506fb..70611f6 100644 --- a/docs/manual/textlayout.txt +++ b/docs/manual/textlayout.txt @@ -1,12 +1,12 @@ .. _text-layout:
Text Layout
------------
+===========
Mapping a text string to screen coordinates within a widget is called text
-layout. The :class:`Text` widget's default layout class supports aligning text to the
-left, center or right, and can wrap text on space characters, at any location,
-or clip text that is off the edge.
+layout. The :class:`Text` widget's default layout class supports aligning text
+to the left, center or right, and can wrap text on space characters, at any
+location, or clip text that is off the edge.
`Text widget reference <http://excess.org/urwid/reference.html#Text>`_
|
