summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authormarco giusti <marco.giusti@gmail.com>2011-12-03 12:34:36 +0100
committermarco giusti <marco.giusti@gmail.com>2011-12-03 12:34:36 +0100
commit224609bf52a601faa33f0c8b382db06a89e7dfd0 (patch)
tree3880fc120eb066e9787f410831bc2756415fa91e /docs/manual
parentd929361d7fd4be1e1aa06c4904766cb3d177f991 (diff)
downloadurwid-224609bf52a601faa33f0c8b382db06a89e7dfd0.tar.gz
Small fixes on manual toctree
--HG-- branch : feature-sphinx
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/index.txt1
-rw-r--r--docs/manual/textlayout.txt8
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>`_