This file is indexed.

/usr/share/doc/python-pytango/html/_sources/index.txt is in python-pytango 7.2.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.. PyTango documentation master file, created by
    sphinx-quickstart on Fri Jun  5 14:31:50 2009.
    You can adapt this file completely to your liking, but it should at least
    contain the root `toctree` directive.

.. highlight:: python
   :linenothreshold: 4

Welcome to PyTango |version| documentation!
===========================================

|PyTangoLogoMedium| |spocklogo|

.. sidebar:: Latest news:
    
    2011-12-12:
        PyTango 7.2.2 is out!

    2011-04-15:
        PyTango 7.2.0 is out!

    2011-04-14:
        PyTango 7.1.6 is out!


PyTango is a python module that exposes to Python_ the complete Tango_ C++ API.
This includes both client and server API.

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

Check out the :ref:`getting started guide<getting-started>` to learn how to
build and/or install PyTango and after that the :ref:`quick tour <quick-tour>` 
can help you with the first steps in the PyTango world.

If you need help understanding what Tango itself really is, you can check the
Tango_ homepage where you will find plenty of documentation, faq and tutorials.

.. toctree::
    :hidden:

    contents

    
:Last Update: |today|

.. |PyTangoLogoMedium| image:: logo-medium.png
    :align: middle
    :alt: PyTango logo
    
.. |spocklogo| image:: spock/spock03.png
    :align: middle
    :alt: Spock console

.. _Python: http://www.python.org/
.. _IPython: http://ipython.scipy.org/
.. _Tango: http://www.tango-controls.org/