This file is indexed.

/usr/share/doc/python-pymongo-doc/html/_sources/examples/index.txt is in python-pymongo-doc 2.6.3-1build1.

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

The examples in this section are intended to give in depth overviews
of how to accomplish specific tasks with MongoDB and PyMongo.

Unless otherwise noted, all examples assume that a MongoDB instance is
running on the default host and port. Assuming you have `downloaded
and installed <http://www.mongodb.org/display/DOCS/Getting+Started>`_
MongoDB, you can start it like so:

.. code-block:: bash

  $ mongod

.. toctree::
   :maxdepth: 1

   aggregation
   authentication
   custom_type
   geo
   gevent
   gridfs
   high_availability
   requests