~ubuntu-branches/ubuntu/wily/pymongo/wily-proposed

« back to all changes in this revision

Viewing changes to doc/api/pymongo/index.rst

  • Committer: Package Import Robot
  • Author(s): Federico Ceratto
  • Date: 2015-04-26 22:43:13 UTC
  • mfrom: (24.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20150426224313-0hga2jphvf0rrmfe
Tags: 3.0.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
      Alias for :class:`pymongo.mongo_replica_set_client.MongoReplicaSetClient`.
15
15
 
16
 
   .. autoclass:: pymongo.read_preferences.ReadPreference
 
16
   .. data:: ReadPreference
 
17
 
 
18
      Alias for :class:`pymongo.read_preferences.ReadPreference`.
 
19
 
17
20
   .. autofunction:: has_c
18
21
   .. data:: MIN_SUPPORTED_WIRE_VERSION
19
22
 
28
31
.. toctree::
29
32
   :maxdepth: 2
30
33
 
31
 
   connection
32
34
   database
33
35
   collection
34
36
   command_cursor
35
37
   cursor
36
38
   bulk
37
39
   errors
38
 
   master_slave_connection
39
40
   message
40
41
   mongo_client
41
42
   mongo_replica_set_client
 
43
   operations
42
44
   pool
43
 
   replica_set_connection
 
45
   read_preferences
 
46
   results
44
47
   son_manipulator
45
48
   cursor_manager
46
49
   uri_parser
 
50
   write_concern