[pytango] 95/98: Format URLs

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:17:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to tag v9.2.0
in repository pytango.

commit 16a6514e0aa1ac431bb74bbc7afc7f029aac2269
Author: Vincent Michel <vincent.michel at maxlab.lu.se>
Date:   Wed Aug 17 16:41:25 2016 +0200

    Format URLs
---
 README.rst                       | 10 +++++-----
 doc/_templates/index.html        | 10 +++++-----
 doc/_templates/indexsidebar.html |  6 +++---
 doc/conf.py                      | 28 ++++++++++++++--------------
 doc/howto.rst                    |  2 +-
 doc/revision.rst                 |  2 +-
 tango/__init__.py                |  2 +-
 7 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/README.rst b/README.rst
index bc6db28..427c5d1 100644
--- a/README.rst
+++ b/README.rst
@@ -87,13 +87,13 @@ You can get support from the `Tango forums`_, for both Tango_ and PyTango_ quest
 All contributions,  `PR and bug reports`_ are welcome!
 
 
-.. _Tango: http://tango-controls.org/
-.. _Tango C++ API: http://esrf.eu/computing/cs/tango/tango_doc/kernel_doc/cpp_doc/index.html
-.. _PyTango: http://github.com/tango-cs/PyTango
+.. _Tango: http://tango-controls.org
+.. _Tango C++ API: http://esrf.eu/computing/cs/tango/tango_doc/kernel_doc/cpp_doc
+.. _PyTango: http://github.com/tango-cs/pytango
 .. _PyPI: http://pypi.python.org/pypi/pytango
 
-.. _libtango: http://tango-controls.org/downloads/source/
-.. _Boost.Python: http://boost.org/doc/libs/1_61_0/libs/python/doc/html/index.html
+.. _libtango: http://tango-controls.org/downloads/source
+.. _Boost.Python: http://boost.org/doc/libs/1_61_0/libs/python/doc/html
 .. _numpy: http://pypi.python.org/pypi/numpy
 .. _six: http://pypi.python.org/pypi/six
 .. _setuptools: http://pypi.python.org/pypi/setuptools
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index aa4426f..b71ff99 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -18,7 +18,7 @@
         var options = {
             $AutoPlay: true,
             $AutoPlaySteps: 1,
-            $AutoPlayInterval: 3000, 
+            $AutoPlayInterval: 3000,
             $PauseOnHover: 1,
             $ArrowKeyNavigation: true,
             $SlideDuration: 500,
@@ -27,7 +27,7 @@
             $DisplayPieces: 1,
             $ParkingPosition: 0,
             $UISearchMode: 1,
-            $PlayOrientation: 1, 
+            $PlayOrientation: 1,
             $DragOrientation: 3,
 
             $SlideshowOptions: {
@@ -35,7 +35,7 @@
                 $Transitions: _SlideshowTransitions,
                 $TransitionsOrder: 1,
                 $ShowLink: false
-            },     
+            },
 
             $ArrowNavigatorOptions: {
                 $Class: $JssorArrowNavigator$,
@@ -52,8 +52,8 @@
 <h1>Welcome to PyTango documentation!</h1>
 
 <p>
-  PyTango is a python module that exposes to <a class="reference external" href="http://www.python.org/">Python</a>
-  the complete <a class="reference external" href="http://www.esrf.eu/computing/cs/tango/tango_doc/kernel_doc/cpp_doc/index.html">Tango C++ API</a>.
+  PyTango is a python module that exposes to <a class="reference external" href="http://www.python.org">Python</a>
+  the complete <a class="reference external" href="http://www.esrf.eu/computing/cs/tango/tango_doc/kernel_doc/cpp_doc">Tango C++ API</a>.
   This means that you can write not only tango applications (scripts, CLIs, GUIs)
   that access tango device servers but also tango device servers themselves, all
   of this in pure python.
diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html
index e0c00a7..c8c5373 100644
--- a/doc/_templates/indexsidebar.html
+++ b/doc/_templates/indexsidebar.html
@@ -1,6 +1,6 @@
 <h3>Download</h3>
 <p>Current version: <b>{{ release }}</b></p>
-<p>Get PyTango from <a href="http://pypi.python.org/pypi/PyTango">PyPi</a><br/>
+<p>Get PyTango from <a href="http://pypi.python.org/pypi/pytango">PyPi</a><br/>
 or install it with:</p>
 <pre>pip install PyTango</pre>
 
@@ -13,6 +13,6 @@ or install it with:</p>
 <br/>
 <a href="http://pytango.readthedocs.io/en/stable">Latest stable</a>
 <br/>
-<a href="http://www.esrf.eu/computing/cs/tango/pytango/v818/index.html">8.1.8</a>
+<a href="http://www.esrf.eu/computing/cs/tango/pytango/v818">8.1.8</a>
 <br/>
-<a href="http://www.esrf.eu/computing/cs/tango/pytango/v816/index.html">8.1.6</a>
+<a href="http://www.esrf.eu/computing/cs/tango/pytango/v816">8.1.6</a>
diff --git a/doc/conf.py b/doc/conf.py
index 90bce1d..f7f8978 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -236,13 +236,13 @@ latex_show_urls = 'no'
 # -- Options for RST -----------------------------------------------------------
 
 rst_epilog = """\
-.. _Tango: http://www.tango-controls.org/
-.. _Python: http://python.org/
-.. _IPython: http://ipython.org/
-.. _numpy: http://www.numpy.org/
-.. _gevent: http://www.gevent.org/
-.. _boost-python: http://www.boost.org/libs/python/
-.. _PyPi: https://pypi.python.org/pypi/PyTango/
+.. _Tango: http://www.tango-controls.org
+.. _Python: http://python.org
+.. _IPython: http://ipython.org
+.. _numpy: http://www.numpy.org
+.. _gevent: http://www.gevent.org
+.. _boost-python: http://www.boost.org/libs/python
+.. _PyPi: https://pypi.python.org/pypi/pytango
 
 """
 
@@ -250,13 +250,13 @@ rst_epilog = """\
 
 intersphinx_mapping = {
     'http://docs.python.org/dev': None,
-    'http://docs.scipy.org/doc/scipy/reference' : None,
-    'http://docs.scipy.org/doc/numpy' : None,
-    'http://ipython.org/ipython-doc/stable/' : None,
-    'http://api.mongodb.org/python/current/' : None,
-    'http://packages.python.org/CouchDB/' : None,
-    'http://pycassa.github.com/pycassa/' : None,
-    'http://docs.sqlalchemy.org/en/latest/' : None,
+    'http://docs.scipy.org/doc/scipy/reference': None,
+    'http://docs.scipy.org/doc/numpy': None,
+    'http://ipython.org/ipython-doc/stable': None,
+    'http://api.mongodb.org/python/current': None,
+    'http://packages.python.org/CouchDB': None,
+    'http://pycassa.github.com/pycassa': None,
+    'http://docs.sqlalchemy.org/en/latest': None,
 }
 
 todo_include_todos = True
diff --git a/doc/howto.rst b/doc/howto.rst
index b4a34ca..57596a8 100644
--- a/doc/howto.rst
+++ b/doc/howto.rst
@@ -791,7 +791,7 @@ This chapter describes how to develop a PyTango device server using the
 original PyTango server API. This API mimics the C++ API and is considered
 low level.
 You should write a server using this API if you are using code generated by
-`Pogo tool <http://www.esrf.eu/computing/cs/tango/tango_doc/tools_doc/pogo_doc/index.html>`_
+`Pogo tool <http://www.esrf.eu/computing/cs/tango/tango_doc/tools_doc/pogo_doc>`_
 or if for some reason the high level API helper doesn't provide a feature
 you need (in that case think of writing a mail to tango mailing list explaining
 what you cannot do).
diff --git a/doc/revision.rst b/doc/revision.rst
index e873500..fb6324b 100644
--- a/doc/revision.rst
+++ b/doc/revision.rst
@@ -89,7 +89,7 @@ Document revisions
 +----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
 | 12/08/16 |  8.24                                                                            | Update to PyTango 8.1.9                             | V\. Michel            |
 +----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
-| 26/02/16 | `9.2 <http://www.esrf.fr/computing/cs/tango/pytango/v920/index.html>`_           | Update to PyTango 9.2.0a                            | T\. Coutinho          |
+| 26/02/16 | `9.2 <http://www.esrf.fr/computing/cs/tango/pytango/v920>`_                      | Update to PyTango 9.2.0a                            | T\. Coutinho          |
 +----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
 | 15/08/16 | `9.3 <http://pytango.readthedocs.io/en/9.2.0>`_                                  | Update to PyTango 9.2.0                             | V\. Michel            |
 +----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
diff --git a/tango/__init__.py b/tango/__init__.py
index 8a4778f..e0817ae 100644
--- a/tango/__init__.py
+++ b/tango/__init__.py
@@ -13,7 +13,7 @@
 This is the main PyTango package file.
 Documentation for this package can be found online:
 
-http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+http://pytango.readthedocs.io
 """
 
 from __future__ import print_function

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list