This file is indexed.

/usr/share/doc/isympy3/README.Debian is in isympy3 1.1.1-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
SymPy for Debian
----------------

Web page of SymPy: http://code.google.com/p/sympy

This package contains the sympy Python package, so in Python you can do

import sympy

and it will just work. It also contains the 

isympy

program, that is basically just a python/ipython shell, that imports the
frequently used commands. It's highly recommended for playing with SymPy. See
"man isympy" for more info. 

All the documentation for SymPy can be found on the home page.

Examples can be found in 

/usr/share/doc/python-sympy/examples

If you have any suggestions, wishes, tips, patches, feel free to file a bug
report against this package, or simply report it upstream directly.

Ondrej Certik <ondrej@certik.cz>