]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Some more documentation updates
authorArmin Ronacher <armin.ronacher@active-4.com>
Wed, 24 Jul 2013 11:18:49 +0000 (13:18 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Wed, 24 Jul 2013 11:18:49 +0000 (13:18 +0200)
docs/conf.py
docs/dates.rst

index 5ba787799ab26e61a63ad90f086dab52316015ec..4a0f8b6894c11ab143aac741dc32c820161ed05a 100644 (file)
@@ -252,5 +252,5 @@ texinfo_documents = [
 #texinfo_show_urls = 'footnote'
 
 intersphinx_mapping = {
-    'http://docs.python.org/dev': None,
+    'http://docs.python.org/2': None,
 }
index 5d43be507f7e9a85a361dc21a7e17d86145efee8..6b837660a84236369b608a172b8292080470d052 100644 (file)
@@ -65,8 +65,9 @@ local time when returning dates to users.  At that point the timezone the
 user has selected can usually be established and Babel can automatically
 rebase the time for you.
 
-To get the current time use the `datetime.datetime.utcnow` method.  It
-will return a naive ``datetime`` object in UTC.
+To get the current time use the :meth:`~datetime.datetime.utcnow` method
+of the :class:`~datetime.datetime` object.  It will return a naive
+:class:`~datetime.datetime` object in UTC.
 
 For more information about timezones see :ref:`timezone-support`.