This file is indexed.

/usr/share/doc/python-willow/html/_sources/index.rst.txt is in python-willow-doc 1.1-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
====================
Willow image library
====================

Willow is a pure Python library that aims to unite many Python imaging libraries
under a single interface.

Out of the box, Willow can work with Pillow, Wand or OpenCV. None of these image
libraries are required (but you should have either Pillow or Wand installed to
use most features). It also has a plugin interface which allows you to add
support for more libraries, image formats and operations.

Index
=====

.. toctree::
   :maxdepth: 2
   :titlesonly:

   installation
   concepts
   guide/index
   reference
   changelog