~0x44/nova/bug838466

« back to all changes in this revision

Viewing changes to doc/source/api/autoindex.rst

  • Committer: Eric Day
  • Date: 2010-10-21 18:49:51 UTC
  • mto: This revision was merged to the branch mainline in revision 377.
  • Revision ID: eday@oddments.org-20101021184951-x0vs3s8y7mc0aeyy
PEP8 and pylint cleanup. There should be no functional changes here, just style changes to get violations down.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. toctree::
2
 
   :maxdepth: 1
3
 
 
4
 
   nova..adminclient.rst
5
 
   nova..api.direct.rst
6
 
   nova..api.ec2.admin.rst
7
 
   nova..api.ec2.apirequest.rst
8
 
   nova..api.ec2.cloud.rst
9
 
   nova..api.ec2.metadatarequesthandler.rst
10
 
   nova..api.openstack.auth.rst
11
 
   nova..api.openstack.backup_schedules.rst
12
 
   nova..api.openstack.common.rst
13
 
   nova..api.openstack.consoles.rst
14
 
   nova..api.openstack.faults.rst
15
 
   nova..api.openstack.flavors.rst
16
 
   nova..api.openstack.images.rst
17
 
   nova..api.openstack.servers.rst
18
 
   nova..api.openstack.shared_ip_groups.rst
19
 
   nova..api.openstack.zones.rst
20
 
   nova..auth.dbdriver.rst
21
 
   nova..auth.fakeldap.rst
22
 
   nova..auth.ldapdriver.rst
23
 
   nova..auth.manager.rst
24
 
   nova..auth.signer.rst
25
 
   nova..cloudpipe.pipelib.rst
26
 
   nova..compute.api.rst
27
 
   nova..compute.instance_types.rst
28
 
   nova..compute.manager.rst
29
 
   nova..compute.power_state.rst
30
 
   nova..console.api.rst
31
 
   nova..console.fake.rst
32
 
   nova..console.manager.rst
33
 
   nova..console.xvp.rst
34
 
   nova..context.rst
35
 
   nova..crypto.rst
36
 
   nova..db.api.rst
37
 
   nova..db.base.rst
38
 
   nova..db.migration.rst
39
 
   nova..db.sqlalchemy.api.rst
40
 
   nova..db.sqlalchemy.migrate_repo.manage.rst
41
 
   nova..db.sqlalchemy.migrate_repo.versions.001_austin.rst
42
 
   nova..db.sqlalchemy.migrate_repo.versions.002_bexar.rst
43
 
   nova..db.sqlalchemy.migrate_repo.versions.003_add_label_to_networks.rst
44
 
   nova..db.sqlalchemy.migrate_repo.versions.004_add_zone_tables.rst
45
 
   nova..db.sqlalchemy.migrate_repo.versions.005_add_instance_metadata.rst
46
 
   nova..db.sqlalchemy.migrate_repo.versions.006_add_provider_data_to_volumes.rst
47
 
   nova..db.sqlalchemy.migrate_repo.versions.007_add_instance_types.rst
48
 
   nova..db.sqlalchemy.migration.rst
49
 
   nova..db.sqlalchemy.models.rst
50
 
   nova..db.sqlalchemy.session.rst
51
 
   nova..exception.rst
52
 
   nova..fakememcache.rst
53
 
   nova..fakerabbit.rst
54
 
   nova..flags.rst
55
 
   nova..image.glance.rst
56
 
   nova..image.local.rst
57
 
   nova..image.s3.rst
58
 
   nova..image.service.rst
59
 
   nova..log.rst
60
 
   nova..manager.rst
61
 
   nova..network.api.rst
62
 
   nova..network.linux_net.rst
63
 
   nova..network.manager.rst
64
 
   nova..objectstore.bucket.rst
65
 
   nova..objectstore.handler.rst
66
 
   nova..objectstore.image.rst
67
 
   nova..objectstore.stored.rst
68
 
   nova..quota.rst
69
 
   nova..rpc.rst
70
 
   nova..scheduler.chance.rst
71
 
   nova..scheduler.driver.rst
72
 
   nova..scheduler.manager.rst
73
 
   nova..scheduler.simple.rst
74
 
   nova..scheduler.zone.rst
75
 
   nova..service.rst
76
 
   nova..test.rst
77
 
   nova..tests.api.openstack.fakes.rst
78
 
   nova..tests.api.openstack.test_adminapi.rst
79
 
   nova..tests.api.openstack.test_api.rst
80
 
   nova..tests.api.openstack.test_auth.rst
81
 
   nova..tests.api.openstack.test_common.rst
82
 
   nova..tests.api.openstack.test_faults.rst
83
 
   nova..tests.api.openstack.test_flavors.rst
84
 
   nova..tests.api.openstack.test_images.rst
85
 
   nova..tests.api.openstack.test_ratelimiting.rst
86
 
   nova..tests.api.openstack.test_servers.rst
87
 
   nova..tests.api.openstack.test_shared_ip_groups.rst
88
 
   nova..tests.api.openstack.test_zones.rst
89
 
   nova..tests.api.test_wsgi.rst
90
 
   nova..tests.db.fakes.rst
91
 
   nova..tests.declare_flags.rst
92
 
   nova..tests.fake_flags.rst
93
 
   nova..tests.glance.stubs.rst
94
 
   nova..tests.hyperv_unittest.rst
95
 
   nova..tests.objectstore_unittest.rst
96
 
   nova..tests.real_flags.rst
97
 
   nova..tests.runtime_flags.rst
98
 
   nova..tests.test_access.rst
99
 
   nova..tests.test_api.rst
100
 
   nova..tests.test_auth.rst
101
 
   nova..tests.test_cloud.rst
102
 
   nova..tests.test_compute.rst
103
 
   nova..tests.test_console.rst
104
 
   nova..tests.test_direct.rst
105
 
   nova..tests.test_flags.rst
106
 
   nova..tests.test_instance_types.rst
107
 
   nova..tests.test_localization.rst
108
 
   nova..tests.test_log.rst
109
 
   nova..tests.test_middleware.rst
110
 
   nova..tests.test_misc.rst
111
 
   nova..tests.test_network.rst
112
 
   nova..tests.test_quota.rst
113
 
   nova..tests.test_rpc.rst
114
 
   nova..tests.test_scheduler.rst
115
 
   nova..tests.test_service.rst
116
 
   nova..tests.test_test.rst
117
 
   nova..tests.test_utils.rst
118
 
   nova..tests.test_virt.rst
119
 
   nova..tests.test_volume.rst
120
 
   nova..tests.test_xenapi.rst
121
 
   nova..tests.xenapi.stubs.rst
122
 
   nova..utils.rst
123
 
   nova..version.rst
124
 
   nova..virt.connection.rst
125
 
   nova..virt.disk.rst
126
 
   nova..virt.fake.rst
127
 
   nova..virt.hyperv.rst
128
 
   nova..virt.images.rst
129
 
   nova..virt.libvirt_conn.rst
130
 
   nova..virt.xenapi.fake.rst
131
 
   nova..virt.xenapi.network_utils.rst
132
 
   nova..virt.xenapi.vm_utils.rst
133
 
   nova..virt.xenapi.vmops.rst
134
 
   nova..virt.xenapi.volume_utils.rst
135
 
   nova..virt.xenapi.volumeops.rst
136
 
   nova..virt.xenapi_conn.rst
137
 
   nova..volume.api.rst
138
 
   nova..volume.driver.rst
139
 
   nova..volume.manager.rst
140
 
   nova..volume.san.rst
141
 
   nova..wsgi.rst