This file is indexed.

/usr/share/doc/python-astroplan/html/index.html is in python-astroplan-doc 0.4-2.

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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!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>Observation Planning (astroplan) &#8212; astroplan v0.4</title>
    <link rel="stylesheet" href="_static/bootstrap-astropy.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.4',
        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/astropy_logo.ico"/>
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="next" title="Installation" href="installation.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="#"><span id="logotext1">astro</span><span id="logotext2">plan</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="installation.html" title="Installation">
	  next &raquo;
	</a>
      </li>
      <li>
	<a href="#">astroplan v0.4</a>
	 &#187;
      </li>
      
       
    </ul>
</div>
  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="observation-planning-astroplan">
<span id="astroplan"></span><h1>Observation Planning (<a class="reference internal" href="api.html#module-astroplan" title="astroplan"><code class="xref py py-obj docutils literal"><span class="pre">astroplan</span></code></a>)<a class="headerlink" href="#observation-planning-astroplan" title="Permalink to this headline"></a></h1>
<div class="section" id="what-is-astroplan">
<h2>What is astroplan?<a class="headerlink" href="#what-is-astroplan" title="Permalink to this headline"></a></h2>
<p><strong>astroplan</strong> is an open source Python package to help astronomers plan
observations.</p>
<p>The goal of astroplan is to make a flexible toolbox for observation planning and
scheduling.  When complete, the goal is to be easy for Python beginners and new
observers to to pick up, but powerful enough for observatories preparing nightly
and long-term schedules.</p>
<p>Features:</p>
<ul class="simple">
<li>Calculate rise/set/meridian transit times, alt/az positions for targets at
observatories anywhere on Earth</li>
<li>Built-in plotting convenience functions for standard observation planning
plots (airmass, parallactic angle, sky maps).</li>
<li>Determining observability of sets of targets given an arbitrary set of
constraints (i.e., altitude, airmass, moon separation/illumination, etc.).</li>
<li><a class="reference external" href="http://astropy.org">Astropy</a> powered!</li>
</ul>
</div>
<div class="section" id="links">
<h2>Links<a class="headerlink" href="#links" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><a class="reference external" href="https://github.com/astropy/astroplan">Source code</a></li>
<li><a class="reference external" href="https://astroplan.readthedocs.io/">Docs</a></li>
<li><a class="reference external" href="https://github.com/astropy/astroplan/issues">Issues</a></li>
</ul>
<p>License: BSD-3</p>
</div>
<div class="section" id="general-documentation">
<span id="astroplan-docs"></span><h2>General Documentation<a class="headerlink" href="#general-documentation" title="Permalink to this headline"></a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a><ul>
<li class="toctree-l2"><a class="reference internal" href="installation.html#requirements">Requirements</a></li>
<li class="toctree-l2"><a class="reference internal" href="installation.html#id2">Installation</a></li>
<li class="toctree-l2"><a class="reference internal" href="installation.html#testing">Testing</a></li>
<li class="toctree-l2"><a class="reference internal" href="installation.html#more">More</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting Started</a><ul>
<li class="toctree-l2"><a class="reference internal" href="getting_started.html#general-guidelines">General Guidelines</a></li>
<li class="toctree-l2"><a class="reference internal" href="getting_started.html#doing-more">Doing More</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="tutorials/index.html">Tutorials</a><ul>
<li class="toctree-l2"><a class="reference internal" href="tutorials/summer_triangle.html">Observing the Summer Triangle</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorials/plots.html">Plotting with Astroplan</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorials/periodic.html">Observing Transiting Exoplanets and Eclipsing Binaries</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorials/constraints.html">Defining Observing Constraints</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorials/scheduling.html">Scheduling an Observing Run</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="faq/index.html">FAQ</a><ul>
<li class="toctree-l2"><a class="reference internal" href="faq/iers.html">What are the IERS tables and how do I update them?</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq/precision.html">Why is my target above/below the horizon at the rise/set time?</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq/terminology.html">Terminology</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq/contribute.html">Getting Help &amp; Contributing</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="api.html">Reference/API</a><ul>
<li class="toctree-l2"><a class="reference internal" href="api.html#module-astroplan">astroplan Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="api.html#module-astroplan.plots">astroplan.plots Package</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id2">0.4 (2017-10-23)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id3">0.3 (2017-09-02)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id4">0.2.1 (2016-04-27)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id5">0.2 (2016-09-20)</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="section" id="authors">
<span id="astroplan-authors"></span><h2>Authors<a class="headerlink" href="#authors" title="Permalink to this headline"></a></h2>
<div class="section" id="maintainers">
<h3>Maintainers<a class="headerlink" href="#maintainers" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><a class="reference external" href="https://www.google-melange.com/gsoc/project/details/google/gsoc2015/jberlanga/5707702298738688">Jazmin Berlanga Medina, including contributions from Google Summer of Code 2015</a></li>
<li><a class="reference external" href="https://www.google-melange.com/gsoc/project/details/google/gsoc2015/bmmorris/5707702298738688">Brett Morris, including contributions from Google Summer of Code 2015</a></li>
</ul>
</div>
<div class="section" id="contributors">
<h3>Contributors<a class="headerlink" href="#contributors" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Christoph Deil</li>
<li>Stephanie Douglas</li>
<li>Eric Jeschke</li>
<li>Adrian Price-Whelan</li>
<li>Erik Tollerud</li>
<li>Brigitta Sipocz</li>
<li>Karl Vyhmeister</li>
</ul>
</div>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper"><h3>Page Contents</h3>
<ul>
<li><a class="reference internal" href="#">Observation Planning (<code class="docutils literal"><span class="pre">astroplan</span></code>)</a><ul>
<li><a class="reference internal" href="#what-is-astroplan">What is astroplan?</a></li>
<li><a class="reference internal" href="#links">Links</a></li>
<li><a class="reference internal" href="#general-documentation">General Documentation</a></li>
<li><a class="reference internal" href="#authors">Authors</a><ul>
<li><a class="reference internal" href="#maintainers">Maintainers</a></li>
<li><a class="reference internal" href="#contributors">Contributors</a></li>
</ul>
</li>
</ul>
</li>
</ul>


        </div>
      </div>
      <div class="clearer"></div>
    </div>
<footer class="footer">
  <p class="pull-right">
    <a href="_sources/index.rst.txt"
       rel="nofollow">Page Source</a> &nbsp;
    <a href="#">Back to Top</a></p>
  <p>
    Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.6.6. &nbsp;
    Last built January 31, 2018. <br/>
  </p>
</footer>
  </body>
</html>