]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Some small docs updates
authorArmin Ronacher <armin.ronacher@active-4.com>
Fri, 26 Jul 2013 16:04:24 +0000 (18:04 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Fri, 26 Jul 2013 16:04:24 +0000 (18:04 +0200)
docs/_templates/sidebar-links.html
docs/cmdline.rst
docs/messages.rst

index 91c486d50c32e4e1a0fd7d78180375172acdd701..666ddc6110ba635260c5e762717e259a7e783287 100644 (file)
@@ -1,5 +1,6 @@
 <h3>Useful Links</h3>
 <ul>
+  <li><a href="http://babel.pocoo.org/">Babel Website</a></li>
   <li><a href="http://pypi.python.org/pypi/Babel">Babel @ PyPI</a></li>
   <li><a href="http://github.com/mitsuhiko/babel">Babel @ github</a></li>
   <li><a href="http://github.com/mitsuhiko/babel/issues">Issue Tracker</a></li>
index dd93c2cad0e7698ef0c0a2515697957816e9fcdf..c5197e33a63045f52348d91ca1d1abc8c2bb4543 100644 (file)
@@ -1,5 +1,7 @@
 .. -*- mode: rst; encoding: utf-8 -*-
 
+.. _cmdline:
+
 ======================
 Command-Line Interface
 ======================
index 683e7ae729115384bd4c374c40e0cd43ac55cba7..7c02ccf418b1d992c7d20aa823b01256b6efec52 100644 (file)
@@ -96,8 +96,8 @@ Front-Ends
 Babel provides two different front-ends to access its functionality for working
 with message catalogs:
 
- * A `Command-line interface <cmdline.html>`_, and
- * `Integration with distutils/setuptools <setup.html>`_
+ * A :ref:`cmdline`, and
+ * :ref:`setup-integration`
 
 Which one you choose depends on the nature of your project. For most modern
 Python projects, the distutils/setuptools integration is probably more