This file is indexed.

/usr/share/doc/python-pywt-doc/html/_sources/substitutions.txt is in python-pywt-doc 0.3.0-1.

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
.. |mode| replace:: Signal extension mode to deal with the border distortion problem. See :ref:`MODES <ref-modes>` for details.

.. |data| replace::
    Input signal can be NumPy array, Python list or other iterable object. Both *single* and *double* precision floating-point data types are supported and the output type depends on the input type. If the input data is not in one of these types it will be converted to the default *double* precision data format before performing computations.

.. |wavelet| replace::
   Wavelet to use in the transform. This can be a name of the wavelet from the :func:`wavelist` list or a :class:`Wavelet` object instance.