Make the "standard types" docs more standard.

Add links from all constructors in "built-in functions" to
stdtypes.
This commit is contained in:
Georg Brandl
2007-08-06 16:50:04 +00:00
parent 338fa90190
commit 12ffdb0103
25 changed files with 952 additions and 967 deletions

View File

@@ -379,7 +379,7 @@ The built-in function :func:`len` returns the length of a string::
Both strings and Unicode strings support a large number of methods for
basic transformations and searching.
:ref:`typesseq-strings`
:ref:`string-formatting`
The formatting operations invoked when strings and Unicode strings are the
left operand of the ``%`` operator are described in more detail here.