[pytango] 140/483: added missing files

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:34 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 178b44ec592ef479f7b7f6b8e4c6e7668f4c7715
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Thu Sep 13 10:35:07 2012 +0000

    added missing files
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@21119 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 doc/_templates/index.html        | 48 ++++++++++++++++++++++++++++++++++++++++
 doc/_templates/indexsidebar.html | 12 ++++++++++
 2 files changed, 60 insertions(+)

diff --git a/doc/_templates/index.html b/doc/_templates/index.html
new file mode 100644
index 0000000..b2eec92
--- /dev/null
+++ b/doc/_templates/index.html
@@ -0,0 +1,48 @@
+{% extends "layout.html" %}
+{% set title = 'PyTango documentation' %}
+{% block body %}
+
+<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.tango-controls.org/">Tango</a> C++ API
+    (including both client and server).
+
+</p>
+
+<p>
+    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.
+</p>
+
+<div class="figure align-center">
+<img alt="ITango" src="_static/banner.png" style="width: 70%;" />
+</div>
+
+<p>
+    Check out the <a class="reference internal" href="start.html#getting-started"><em>getting started guide</em></a>
+    to learn how to build and/or install PyTango and after that the <a class="reference internal" href="quicktour.html#quick-tour"><em>quick tour</em></a>
+    can help you with the first steps in the PyTango world.
+</p>
+
+<p>
+    If you need help understanding what Tango itself really is, you can check the
+    <a class="reference external" href="http://www.tango-controls.org/">Tango</a>
+    homepage where you will find plenty of documentation, FAQ and tutorials.
+</p>
+
+<p>
+    A PDF version 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/v723/doc/html">7.2.3</a>
+</p>
+
+{% endblock %}
diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html
new file mode 100644
index 0000000..5a9747d
--- /dev/null
+++ b/doc/_templates/indexsidebar.html
@@ -0,0 +1,12 @@
+<h3>Download</h3>
+<p>Current version: <b>{{ version }}</b></p>
+<p>Get PyTango from the <a href="http://pypi.python.org/pypi/PyTango">PyPi</a>,
+or install it with:</p>
+<pre>easy_install -U PyTango</pre>
+
+<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>

-- 
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