[pytango] 405/483: Update documentation
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:15:06 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 3cf087ca8714d1161da20427d65d662505eff736
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Wed Sep 10 06:34:15 2014 +0000
Update documentation
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@26435 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
doc/_templates/index.html | 16 ----------------
doc/_templates/indexsidebar.html | 14 +++++++++++---
doc/howto.rst | 9 +++++----
3 files changed, 16 insertions(+), 23 deletions(-)
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index 12281d3..e566ef2 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -263,20 +263,4 @@
homepage where you will find plenty of documentation, FAQ and tutorials.
</p>
-<p>
- A PDF version of this documentation can be downloaded from <a href="PyTango.pdf">here</a>.
-</p>
-<p>
- For convenience here are the links to other versions:<br/>
- <a href="http://www.tango-controls.org/static/PyTango/development/doc/html">Development</a>
-
- <a href="http://www.tango-controls.org/static/PyTango/latest/doc/html">Latest stable</a>
-
- <a href="http://www.tango-controls.org/static/PyTango/v811/doc/html">8.1.1</a>
-
- <a href="http://www.tango-controls.org/static/PyTango/v803/doc/html">8.0.3</a>
-
- <a href="http://www.tango-controls.org/static/PyTango/v723/doc/html">7.2.3</a>
-</p>
-
{% endblock %}
diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html
index f91d749..7f4ef73 100644
--- a/doc/_templates/indexsidebar.html
+++ b/doc/_templates/indexsidebar.html
@@ -9,6 +9,14 @@ or
<h3>PDF</h3>
<p>A PDF version <a href="PyTango.pdf">here</a>.
-<h3>Development</h3>
-<p>Latest <a href="http://www.tango-controls.org/static/PyTango/development/doc/html">development version docs</a>
-are also available.</p>
+
+<h3>Other versions</h3>
+<a href="http://www.tango-controls.org/static/PyTango/development/doc/html">Development</a>
+<br/>
+<a href="http://www.tango-controls.org/static/PyTango/latest/doc/html">Latest stable</a>
+<br/>
+<a href="http://www.tango-controls.org/static/PyTango/v812/doc/html">8.1.2</a>
+<br/>
+<a href="http://www.tango-controls.org/static/PyTango/v811/doc/html">8.1.1</a>
+<br/>
+<a href="http://www.tango-controls.org/static/PyTango/v723/doc/html">7.2.3</a>
diff --git a/doc/howto.rst b/doc/howto.rst
index 273a383..dbda286 100644
--- a/doc/howto.rst
+++ b/doc/howto.rst
@@ -78,8 +78,8 @@ determine if it is running or not::
# get the state
print(tango_test.state())
-Reading and writing attributes
-------------------------------
+Read and write attributes
+-------------------------
Basic read/write attribute operations::
@@ -208,7 +208,7 @@ For now check :ref:`pytango-exception-api`.
Registering devices
-------------------
-Defining devices in the Tango DataBase::
+Here is how to define devices in the Tango DataBase::
from PyTango import Database, DbDevInfo
@@ -241,7 +241,8 @@ Defining devices in the Tango DataBase::
new_device_info_mouse.name = new_device_name3
db.add_device(new_device_info_mouse)
-Setting up Device properties
+
+Setting up device properties
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A more complex example using python subtilities.
--
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