diff doc/display.txt @ 124:98dcabc99308 trunk

Split docs on date and number formatting.
author cmlenz
date Mon, 18 Jun 2007 15:15:31 +0000
parents 0739bc8e7210
children
line wrap: on
line diff
--- a/doc/display.txt
+++ b/doc/display.txt
@@ -12,7 +12,7 @@
 Introduction
 ============
 
-While `message catalogs <catalogs.html>`_ allow you to localize any messages
+While `message catalogs <messages.html>`_ allow you to localize any messages
 in your application, there are a number of strings that are used in many
 applications for which translations are readily available.
 
@@ -45,14 +45,12 @@
 
 In addition to country/territory names, the locale data also provides access to
 names of languages, scripts, variants, time zones, and more. Some of the data
-is closely related to `number and date formatting`_.
+is closely related to number and date formatting.
 
 Most of the corresponding ``Locale`` properties return dictionaries, where the
 key is a code such as the ISO country and language codes. Consult the API
 documentation for references to the relevant specifications.
 
-.. _`number and date formatting`: formatting.html
-
 
 Calender Display Names
 ======================
Copyright (C) 2012-2017 Edgewall Software