This file is indexed.

/usr/share/doc/mpop/index.rst is in python-mpop 1.0.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
.. NWCSAF/MPoP documentation master file, created by
   sphinx-quickstart on Fri Sep 25 16:58:28 2009.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

==================================
 Welcome to MPoP's documentation!
==================================

The Meteorological Post-Processing package is a python library for generating
RGB products for meteorological remote sensing. As such it can create RGB
composites directly from satellite instrument channels, or take advantage of
precomputed PGEs.

Get to the project_ page, with source and downloads.

It is designed to be easily extendable to support any meteorological satellite
by the creation of plugins. In the base distribution, we provide support for
Meteosat 7, 8, 9, MTSAT1R, MTSAT2, GOES 11, GOES 12, GOES 13 through the use of
mipp_, and Noaa 15, 16, 17, 18, 19, and Metop A through the use of aapp and
ahamap.

Reprojection of data is also available through the use of pyresample_.

.. _project: http://github.com/mraspaud/mpop
.. _mipp: http://github.com/loerum/mipp
.. _pyresample: http://pyresample.googlecode.com

.. toctree::
   :maxdepth: 2

   install
   quickstart
   pp
   input
   image
   saturn

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`