This file is indexed.

/usr/share/doc/python-imexam-doc/html/api/imexam.ginga_viewer.ginga.html is in python-imexam-doc 0.8.0-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
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>ginga &#8212; imexam v0.8.0</title>
    <link rel="stylesheet" href="../_static/imexam.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '../',
        VERSION:     '0.8.0',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true,
        SOURCELINK_SUFFIX: '.txt'
      };
    </script>
    <script type="text/javascript" src="../_static/jquery.js"></script>
    <script type="text/javascript" src="../_static/underscore.js"></script>
    <script type="text/javascript" src="../_static/doctools.js"></script>
    <script type="text/javascript" src="file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
    <script type="text/javascript" src="../_static/sidebar.js"></script>
    <link rel="shortcut icon" href="../_static/imexam.ico"/>
    <link rel="index" title="Index" href="../genindex.html" />
    <link rel="search" title="Search" href="../search.html" />
    <link rel="next" title="ginga_general" href="imexam.ginga_viewer.ginga_general.html" />
    <link rel="prev" title="ds9" href="imexam.ds9_viewer.ds9.html" />
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600' rel='stylesheet' type='text/css'/>
<script type="text/javascript" src="../_static/copybutton.js"></script>


  </head>
  <body>
<div class="topbar">
  <a class="brand" title="Documentation Home" href="../index.html"><span id="logotext1">im</span><span id="logotext2">exam</span><span id="logotext3">:docs</span></a>
  <ul>
    <li><a class="homelink" title="Astropy Homepage" href="http://www.astropy.org"></a></li>
    <li><a title="General Index" href="../genindex.html">Index</a></li>
    <li><a title="Module Index" href="../py-modindex.html">Modules</a></li>
    <li>
      
      
<form action="../search.html" method="get">
  <input type="text" name="q" placeholder="Search" />
  <input type="hidden" name="check_keywords" value="yes" />
  <input type="hidden" name="area" value="default" />
</form>
      
    </li>
  </ul>
</div>

<div class="related">
    <h3>Navigation</h3>
    <ul>
      <li class="right">
	<a href="imexam.ginga_viewer.ginga_general.html" title="ginga_general">
	  next &raquo;
	</a>
      </li>
      <li class="right">
	<a href="imexam.ds9_viewer.ds9.html" title="ds9">
	  &laquo; previous
	</a>
	 |
      </li>
      <li>
	<a href="../index.html">imexam v0.8.0</a>
	 &#187;
      </li>
      <li><a href="../imexam/reference_api.html" accesskey="U">imexam.connect Module</a> &#187;</li>
      
      <li>ginga</li> 
    </ul>
</div>
  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="ginga">
<h1>ginga<a class="headerlink" href="#ginga" title="Permalink to this headline"></a></h1>
<dl class="class">
<dt id="imexam.ginga_viewer.ginga">
<em class="property">class </em><code class="descclassname">imexam.ginga_viewer.</code><code class="descname">ginga</code><span class="sig-paren">(</span><em>exam=None</em>, <em>close_on_del=True</em>, <em>logger=None</em>, <em>port=None</em>, <em>host='localhost'</em>, <em>use_opencv=False</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/imexam/ginga_viewer.html#ginga"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#imexam.ginga_viewer.ginga" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference internal" href="imexam.ginga_viewer.ginga_general.html#imexam.ginga_viewer.ginga_general" title="imexam.ginga_viewer.ginga_general"><code class="xref py py-class docutils literal"><span class="pre">imexam.ginga_viewer.ginga_general</span></code></a></p>
<p>A ginga-based viewer that displays to an HTML5 widget in a browser.</p>
<p>This is compatible with the Jupyter notebook and can be run from a server.</p>
<p>This kind of viewer has slower performance than if we
choose some widget back ends, but the advantage is that
it works so long as the user has a working browser.</p>
<p>All the rendering is done on the server side and the browser only acts as
a display front end.  Using this you could create an analysis type
environment on a server and view it via a browser or from a
Jupyter notebook.</p>
<p class="rubric">Methods Summary</p>
<table border="1" class="longtable docutils">
<colgroup>
<col width="10%" />
<col width="90%" />
</colgroup>
<tbody valign="top">
<tr class="row-odd"><td><a class="reference internal" href="#imexam.ginga_viewer.ginga.close" title="imexam.ginga_viewer.ginga.close"><code class="xref py py-obj docutils literal"><span class="pre">close</span></code></a>()</td>
<td>Close the viewing window.</td>
</tr>
<tr class="row-even"><td><a class="reference internal" href="#imexam.ginga_viewer.ginga.reopen" title="imexam.ginga_viewer.ginga.reopen"><code class="xref py py-obj docutils literal"><span class="pre">reopen</span></code></a>()</td>
<td>Reopen the viewer window if the user closes it accidentally.</td>
</tr>
</tbody>
</table>
<p class="rubric">Methods Documentation</p>
<dl class="method">
<dt id="imexam.ginga_viewer.ginga.close">
<code class="descname">close</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/imexam/ginga_viewer.html#ginga.close"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#imexam.ginga_viewer.ginga.close" title="Permalink to this definition"></a></dt>
<dd><p>Close the viewing window.</p>
</dd></dl>

<dl class="method">
<dt id="imexam.ginga_viewer.ginga.reopen">
<code class="descname">reopen</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/imexam/ginga_viewer.html#ginga.reopen"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#imexam.ginga_viewer.ginga.reopen" title="Permalink to this definition"></a></dt>
<dd><p>Reopen the viewer window if the user closes it accidentally.</p>
</dd></dl>

</dd></dl>

</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
            <p class="logo"><a href="../index.html">
              <img class="logo" src="../_static/imexam_logo_trans.png" alt="Logo"/>
            </a></p><h3>Page Contents</h3>
<ul>
<li><a class="reference internal" href="#">ginga</a></li>
</ul>


        </div>
      </div>
      <div class="clearer"></div>
    </div>
<footer class="footer">
  <p class="pull-right">
    <a href="../_sources/api/imexam.ginga_viewer.ginga.rst.txt"
       rel="nofollow">Page Source</a> &nbsp;
    <a href="#">Back to Top</a></p>
  <p>
    &copy; Copyright 2017, Megan Sosey.<br/>
    Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.6.5. &nbsp;
    Last built 19 Dec 2017. <br/>
  </p>
</footer>
  </body>
</html>