This file is indexed.

/usr/share/doc/libtrilinos-doc/examples/didasko/README is in libtrilinos-doc 10.4.0.dfsg-1ubuntu2.

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
        =============================
        DIDASKO : A Trilinos Tutorial
        =============================

This directory is organized as follows:

- doc/Trilinos70Tutorial.pdf:  PDF document containing the tutorial

- doc/Doxyfile:         doxygen documentation, type `doxygen' at the 
                        command line (in the doc subdirectory)
                        to create the Doxygen files

- src/                  latex files of the tutorial, type `make' at the
                        command line to compile the LaTeX sources 
                        (not included in the distribution)

- examples/             contains all the examples discussed in the PDF
                        document. The examples will be compiled if DIDASKO
                        has been enabled (by adding --enable-didasko to 
                        your Trilinos configure line).


        suggested usage
        ===============

1) print the PDF document;

2) configure and compile the examples;

3) if Doxygen is installed on your system, type `doxygen' in the doc/
   subdirectory, then open with your favorite browser the file
   doc/html/index.html. You can also use the web page

   http://trilinos.sandia.gov/packages/didasko/

   to browse the examples' sources online;

4) send bugs, comments and suggestions to marzio.sala _AT_ gmail.com.