This file is indexed.

/usr/share/doc/python-docutils/README.Debian is in python-docutils 0.11-3.

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
python-docutils for Debian
==========================

Processing rst2newlatex output
------------------------------

To process rst2newlatex output you'll need to have this package's
Suggests installed.

Integration with Emacs
----------------------

Note that the 'correct' file extension for ReST documents is, at least
in the opinion of the Upstream authors, 'none' or '.txt', not '.rst'.

Thus, while appropriate Emacs files are installed, auto-switching to
ReST mode is accomplished by a comment like

	.. Hey emacs, switch to -*- rst-mode -*-

and not by file extension. (You can enable that feature, if you want,
in the file '/etc/emacs/site-start.d/50python-docutils.el'.)

Relationship to S5
------------------

python-docutils contains a modified version of the S5 Javascript and CSS.
The original S5 is packaged separately for Debian, in the s5 package.