This file is indexed.

/usr/share/doc/python-neo/html/_sources/examples.txt is in python-neo 0.3.3-2.

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
****************
Examples
****************

.. currentmodule:: neo

Introduction
=============

A set of examples in neo/examples/ illustrates the use of neo classes.



.. literalinclude:: ../../examples/read_files.py

.. literalinclude:: ../../examples/simple_plot_with_matplotlib.py