~anso/nova/trunkdoc

« back to all changes in this revision

Viewing changes to doc/source/devguide/scheduler.rst

  • Committer: Todd Willey
  • Date: 2010-11-07 19:22:26 UTC
  • mfrom: (426.1.6 doc_updates)
  • Revision ID: todd@ansolabs.com-20101107192226-m0wim11g9kg73tau
Merge termie's autodoc system into trunkdoc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
..
2
 
      Copyright 2010 United States Government as represented by the
3
 
      Administrator of the National Aeronautics and Space Administration. 
4
 
      All Rights Reserved.
5
 
 
6
 
      Licensed under the Apache License, Version 2.0 (the "License"); you may
7
 
      not use this file except in compliance with the License. You may obtain
8
 
      a copy of the License at
9
 
 
10
 
          http://www.apache.org/licenses/LICENSE-2.0
11
 
 
12
 
      Unless required by applicable law or agreed to in writing, software
13
 
      distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14
 
      WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15
 
      License for the specific language governing permissions and limitations
16
 
      under the License.
17
 
 
18
 
Scheduler Programming Guide
19
 
===========================
20
 
 
21
 
The :mod:`manager` Module
22
 
-------------------------
23
 
 
24
 
.. automodule:: nova.scheduler.manager
25
 
    :members:
26
 
    :undoc-members:
27
 
    :show-inheritance:
28
 
 
29
 
The :mod:`driver` Module
30
 
------------------------
31
 
 
32
 
.. automodule:: nova.scheduler.driver
33
 
    :members:
34
 
    :undoc-members:
35
 
    :show-inheritance:
36
 
 
37
 
The :mod:`chance` Module
38
 
------------------------
39
 
 
40
 
.. automodule:: nova.scheduler.chance
41
 
    :members:
42
 
    :undoc-members:
43
 
    :show-inheritance:
44
 
 
45
 
The :mod:`simple` Module
46
 
------------------------
47
 
 
48
 
.. automodule:: nova.scheduler.simple
49
 
    :members:
50
 
    :undoc-members:
51
 
    :show-inheritance:
52
 
 
53
 
Tests
54
 
-----
55
 
 
56
 
The :mod:`scheduler_unittest` Module
57
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58
 
 
59
 
.. automodule:: nova.tests.scheduler_unittest
60
 
    :members:
61
 
    :undoc-members:
62
 
    :show-inheritance: