This file is indexed.

/usr/share/doc/python-simpy3-doc/html/_sources/simpy_intro/index.rst.txt is in python-simpy3-doc 3.0.10-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
17
18
19
===================
SimPy in 10 Minutes
===================


In this section, you'll learn the basics of SimPy in just a few minutes.
Afterwards, you will be able to implement a simple simulation using SimPy and
you'll be able to make an educated decision if SimPy is what you need. We'll
also give you some hints on how to proceed to implement more complex
simulations.

.. toctree::
   :maxdepth: 1

   installation
   basic_concepts
   process_interaction
   shared_resources
   how_to_proceed