[pytango] 313/483: update documentation
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.
commit 7eb77ab96f61bda99315127d2507a12a6e1a49a3
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Fri Nov 22 09:32:23 2013 +0000
update documentation
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24333 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
doc/_templates/indexsidebar.html | 3 ++-
doc/conf.py | 4 ++++
doc/itango/features.rst | 2 --
doc/itango/highlights.rst | 3 +--
doc/itango/index.rst | 5 -----
doc/revision.rst | 2 ++
doc/start.rst | 8 +-------
7 files changed, 10 insertions(+), 17 deletions(-)
diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html
index 2d67492..f91d749 100644
--- a/doc/_templates/indexsidebar.html
+++ b/doc/_templates/indexsidebar.html
@@ -1,8 +1,9 @@
<h3>Download</h3>
<p>Current version: <b>{{ version }}</b></p>
-<p>Get PyTango from <a href="http://pypi.python.org/pypi/PyTango">PyPi</a>,
+<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>
+or
<pre>easy_install -U PyTango</pre>
<h3>PDF</h3>
diff --git a/doc/conf.py b/doc/conf.py
index 3028e2d..fb46078 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -234,9 +234,13 @@ latex_show_urls = 'footnote'
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/
+
"""
# -- Options for reference to other documentation ------------------------------
diff --git a/doc/itango/features.rst b/doc/itango/features.rst
index 0033858..8a5b66f 100644
--- a/doc/itango/features.rst
+++ b/doc/itango/features.rst
@@ -38,5 +38,3 @@ Plus an additional set o Tango_ specific features:
Check the :ref:`itango-highlights` to see how to put these feature to good use
:-)
-.. _IPython: http://ipython.org/
-.. _Tango: http://www.tango-controls.org/
\ No newline at end of file
diff --git a/doc/itango/highlights.rst b/doc/itango/highlights.rst
index bfd12a1..02575e8 100644
--- a/doc/itango/highlights.rst
+++ b/doc/itango/highlights.rst
@@ -643,5 +643,4 @@ To stop monitoring the attribute:
.. note::
Type 'mon?' to see detailed information about this magic command
-.. _IPython: http://ipython.org/
-.. _Tango: http://www.tango-controls.org/
+
diff --git a/doc/itango/index.rst b/doc/itango/index.rst
index 3a6cd05..25f123b 100644
--- a/doc/itango/index.rst
+++ b/doc/itango/index.rst
@@ -30,8 +30,3 @@ and you should get something like this:
features
highlights
-
---------------------------------------------------------------------------------
-
-.. _IPython: http://ipython.org/
-.. _Tango: http://www.tango-controls.org/
diff --git a/doc/revision.rst b/doc/revision.rst
index dbc9cf0..e2ffd50 100644
--- a/doc/revision.rst
+++ b/doc/revision.rst
@@ -88,11 +88,13 @@ Version history
| | - Implemented tango C++ 8.1 API |
| | |
| | Bug fixes: |
+| | - `527: set_value() for ULong64 <https://sourceforge.net/p/tango-cs/bugs/527/>`_ |
| | - `573: [pytango] python3 error with unregistered device <https://sourceforge.net/p/tango-cs/bugs/573/>`_ |
| | - `611: URGENT fail to write attribute with PyTango 8.0.3 <https://sourceforge.net/p/tango-cs/bugs/611/>`_ |
| | - `612: [pytango][8.0.3] failed to build from source on s390 <https://sourceforge.net/p/tango-cs/bugs/612/>`_ |
| | - `615: Threading problem when setting a DevULong64 attribute <https://sourceforge.net/p/tango-cs/bugs/615/>`_ |
| | - `622: PyTango broken when running on Ubuntu 13 <https://sourceforge.net/p/tango-cs/bugs/622/>`_ |
+| | - `626: attribute_history extraction can raised an exception <https://sourceforge.net/p/tango-cs/bugs/626/>`_ |
| | - `628: Problem in installing PyTango 8.0.3 on Scientific Linux 6 <https://sourceforge.net/p/tango-cs/bugs/628/>`_ |
+----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 8.1.0 | *SKIPPED* |
diff --git a/doc/start.rst b/doc/start.rst
index 359b919..4408937 100644
--- a/doc/start.rst
+++ b/doc/start.rst
@@ -35,7 +35,7 @@ are available from the major official distribution repositories):
* `numpy`_
* `IPython`_ (optional, highly recommended)
-Then install PyTango either from through pip::
+Then install PyTango either from pip::
$ pip install PyTango
@@ -121,9 +121,3 @@ python console and type:
>>> PyTango.Release.version
'8.0.2'
-
-.. _Python: http://python.org/
-.. _IPython: http://ipython.org/
-.. _numpy: http://www.numpy.org/
-.. _boost-python: http://www.boost.org/libs/python/
-.. _PyPi: https://pypi.python.org/pypi/PyTango/
--
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