]> git.donarmstrong.com Git - neurodebian.git/commitdiff
ENH: convert links to package versions to anonymous ones to pacify sphinx upon versio...
authorYaroslav Halchenko <debian@onerussian.com>
Fri, 28 Jan 2011 18:40:28 +0000 (13:40 -0500)
committerYaroslav Halchenko <debian@onerussian.com>
Fri, 28 Jan 2011 18:40:28 +0000 (13:40 -0500)
neurodebian/templates/pkg.rst

index a65bcee358140fd809da4c98c0982122c080ab96..0a681985ff9b884e90dd38f077c1021b3c523e81 100644 (file)
@@ -59,6 +59,7 @@ Citable reference:
   `register <{{ db.main.registration }}>`_. Available user statistics might be 
   helpful to acquire funding for this project and therefore foster continued
   development in the future.
+
 {% endif -%}
 {% if db.blends and db.blends.remark %}
 .. note::
@@ -132,7 +133,7 @@ are available too.
   :ref:`front page <repository_howto>`.
 {% endif %}
 {{ dist[0] }} [{{ distpkg.component}}]:
-  `{{distpkg.version}} <../../debian/{{ distpkg.poolurl }}>`_ [{{ ', '.join(distpkg.architecture) }}]
+  `{{distpkg.version}} <../../debian/{{ distpkg.poolurl }}>`__ [{{ ', '.join(distpkg.architecture) }}]
 
 {% if loop.last %}
 .. seealso::
@@ -156,7 +157,7 @@ Debian
 {% if loop.first %}
 {% endif %}
 {{ dist[0] }} [{{ distpkg.component}}]:
-  `{{distpkg.version}} <http://packages.debian.org/search?suite={{ distpkg.release}}&keywords={{ pkg }}>`_ [{{ ', '.join(distpkg.architecture) }}]
+  `{{distpkg.version}} <http://packages.debian.org/search?suite={{ distpkg.release}}&keywords={{ pkg }}>`__ [{{ ', '.join(distpkg.architecture) }}]
 
 {% if loop.last %}
 .. seealso::
@@ -183,7 +184,7 @@ Ubuntu
 {% if loop.first %}
 {% endif %}
 {{ dist[0] }} [{{ distpkg.component }}]:
-  `{{distpkg.version}} <http://packages.ubuntu.com/search?suite={{ distpkg.release }}&keywords={{ pkg }}>`_ [{{ ', '.join(distpkg.architecture) }}]
+  `{{distpkg.version}} <http://packages.ubuntu.com/search?suite={{ distpkg.release }}&keywords={{ pkg }}>`__ [{{ ', '.join(distpkg.architecture) }}]
 
 {% if loop.last %}
 .. seealso::