From: Yaroslav Halchenko Date: Tue, 28 Jun 2011 04:34:25 +0000 (-0400) Subject: ENH: in generated pkg pages all links are annonymous since will be repeated across... X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=84fef309bf2a3965f81c4787f4bb61be6cae1513;p=neurodebian.git ENH: in generated pkg pages all links are annonymous since will be repeated across pages --- diff --git a/neurodebian/templates/pkg.rst b/neurodebian/templates/pkg.rst index f68082a..c215a43 100644 --- a/neurodebian/templates/pkg.rst +++ b/neurodebian/templates/pkg.rst @@ -56,7 +56,7 @@ Citable reference: {% if db.main.registration -%} .. note:: The software authors ask users to - `register <{{ db.main.registration }}>`_. Available user statistics might be + `register <{{ db.main.registration }}>`_. Available user statistics might be helpful to acquire funding for this project and therefore foster continued development in the future. @@ -76,10 +76,10 @@ Package Details Package popularity ------------------ {% if db.main.debian_popcon -%} -- Debian [1]_: {{ db.main.debian_popcon.insts }} (`more info `_) +- Debian [1]_: {{ db.main.debian_popcon.insts }} (`more info `__) {% endif -%} {% if db.main.ubuntu_popcon -%} -- Ubuntu [1]_: {{ db.main.ubuntu_popcon.insts }} (`more info `_) +- Ubuntu [1]_: {{ db.main.ubuntu_popcon.insts }} (`more info `__) {% endif %} {% if db.nitrc and db.nitrc.downloads -%} - NITRC [2]_: {{ db.nitrc.downloads }} @@ -168,7 +168,7 @@ Debian .. seealso:: - Maintainer: {{ distpkg.maintainer }} - - Bug reports: `Debian bugtracking system `_ + - Bug reports: `Debian bugtracking system `__ {% endif %} {% else %} *There are no official Debian packages available.* @@ -176,7 +176,7 @@ Debian {% if db.main.debian_itp %} However, a Debian packaging effort has been officially announced. Please see the corresponding -`intent-to-package bug report `_ +`intent-to-package bug report `__ for more information about its current status. {% endif %} {% endfor %} @@ -195,7 +195,7 @@ Ubuntu .. seealso:: - Maintainer: {{ distpkg.maintainer }} - - Bug reports: `Ubuntu Launchpad `_ + - Bug reports: `Ubuntu Launchpad `__ {% endif %} {% else %} *There are no official Ubuntu packages available.*