This file is indexed.

/usr/share/doc/libopenturns0.10/README.rst is in libopenturns0.10 1.9-5.

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
.. image:: https://circleci.com/gh/openturns/openturns.svg?style=shield
    :target: https://circleci.com/gh/openturns/openturns

.. image:: https://travis-ci.org/openturns/openturns.svg?branch=master
    :target: https://travis-ci.org/openturns/openturns

.. image:: https://ci.appveyor.com/api/projects/status/eclivj94bqwhh1mq/branch/master?svg=true
    :target: https://ci.appveyor.com/project/openturns/openturns

=============================================================================
OpenTURNS (Open source initiative to Treat Uncertainties, Risks'N Statistics)
=============================================================================

OpenTURNS is a scientific C++ and Python library including an internal data model and algorithms
dedicated to the treatment of uncertainties. The main goal of this library is giving
to specific applications all the functionalities needed to treat uncertainties in studies.
Targeted users are all engineers who want to introduce the probabilistic dimension
in their so far deterministic studies. 

Up-to-date information can be found at http://www.openturns.org

License
=======
OpenTURNS is distributed under the Lesser General Public License.
Please see the COPYING* files for details of the license of each components.

Release Notes
=============
Please see the ChangeLog file for a summary of bug fixes and
new features for the current release.

Backwards Compatibility
=======================
The developers strive their best to preserve backwards compatibility
between releases, but this is not always possible. Where backwards
compatibility is known to be broken, it is clearly marked as an
incompatibility in the ChangeLog file.

Installation
============
Please see the http://openturns.github.io/openturns/latest/install.html
for instructions on installing OpenTURNS on various platforms from binaries or sources.

Documentation
=============
The http://openturns.github.io/openturns/latest/contents.html page contains
the most recent set of updated documentation for this release. 

Contributing
============
See http://openturns.github.io/openturns/latest/developer_guide/developer_guide.html for instructions.

-- The OpenTURNS team