index.html
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4
5
<html xmlns="http://www.w3.org/1999/xhtml">
6
  <head>
7
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
    
9
    <title>Review Board Manual &mdash; Review Board Manual</title>
10
    
11
    <link rel="stylesheet" href="_static/default.css" type="text/css" />
12
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
13
    
14
    <script type="text/javascript">
15
      var DOCUMENTATION_OPTIONS = {
16
        URL_ROOT:    '',
17
        VERSION:     '2.0.21 alpha 0 (dev)',
18
        COLLAPSE_INDEX: false,
19
        FILE_SUFFIX: '.html',
20
        HAS_SOURCE:  true
21
      };
22
    </script>
23
    <script type="text/javascript" src="_static/jquery.js"></script>
24
    <script type="text/javascript" src="_static/underscore.js"></script>
25
    <script type="text/javascript" src="_static/doctools.js"></script>
26
    <link rel="top" title="Review Board Manual" href="#" /> 
27
  </head>
28
  <body>
29
    <div class="related">
30
      <h3>Navigation</h3>
31
      <ul>
32
        <li class="right" style="margin-right: 10px">
33
          <a href="genindex.html" title="General Index"
34
             accesskey="I">index</a></li>
35
        <li class="right" >
36
          <a href="py-modindex.html" title="Python Module Index"
37
             >modules</a> |</li>
38
        <li><a href="contents.html">Review Board Manual</a> &raquo;</li> 
39
      </ul>
40
    </div>  
41
42
    <div class="document">
43
      <div class="documentwrapper">
44
        <div class="bodywrapper">
45
          <div class="body">
46
            
47
  <div class="section" id="review-board-manual">
48
<h1>Review Board Manual<a class="headerlink" href="#review-board-manual" title="Permalink to this headline"></a></h1>
49
<div class="section" id="guides">
50
<h2>Guides<a class="headerlink" href="#guides" title="Permalink to this headline"></a></h2>
51
<div class="toctree-wrapper compound">
52
<ul>
53
<li class="toctree-l1"><a class="reference internal" href="users/index.html">Users Guide</a></li>
54
<li class="toctree-l1"><a class="reference internal" href="admin/index.html">Administration Guide</a></li>
55
<li class="toctree-l1"><a class="reference internal" href="webapi/index.html">Web API Guide</a></li>
56
<li class="toctree-l1"><a class="reference internal" href="extending/index.html">Extending Review Board</a></li>
57
<li class="toctree-l1"><a class="reference internal" href="faq/index.html">Frequently Asked Questions</a></li>
58
</ul>
59
</div>
60
</div>
61
<div class="section" id="indices-glossary-and-tables">
62
<h2>Indices, glossary and tables<a class="headerlink" href="#indices-glossary-and-tables" title="Permalink to this headline"></a></h2>
63
<ul class="simple">
64
<li><a class="reference internal" href="contents.html#tableofcontents"><em>Table of Contents</em></a></li>
65
<li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
66
<li><a class="reference internal" href="glossary.html#glossary"><em>Glossary</em></a></li>
67
</ul>
68
</div>
69
</div>
70
71
72
          </div>
73
        </div>
74
      </div>
75
      <div class="sphinxsidebar">
76
        <div class="sphinxsidebarwrapper">
77
  <h3><a href="contents.html">Table Of Contents</a></h3>
78
  <ul>
79
<li><a class="reference internal" href="#">Review Board Manual</a><ul>
80
<li><a class="reference internal" href="#guides">Guides</a><ul>
81
</ul>
82
</li>
83
<li><a class="reference internal" href="#indices-glossary-and-tables">Indices, glossary and tables</a></li>
84
</ul>
85
</li>
86
</ul>
87
88
  <h3>This Page</h3>
89
  <ul class="this-page-menu">
90
    <li><a href="_sources/index.txt"
91
           rel="nofollow">Show Source</a></li>
92
  </ul>
93
<div id="searchbox" style="display: none">
94
  <h3>Quick search</h3>
95
    <form class="search" action="search.html" method="get">
96
      <input type="text" name="q" />
97
      <input type="submit" value="Go" />
98
      <input type="hidden" name="check_keywords" value="yes" />
99
      <input type="hidden" name="area" value="default" />
100
    </form>
101
    <p class="searchtip" style="font-size: 90%">
102
    Enter search terms or a module, class or function name.
103
    </p>
104
</div>
105
<script type="text/javascript">$('#searchbox').show(0);</script>
106
        </div>
107
      </div>
108
      <div class="clearer"></div>
109
    </div>
110
    <div class="related">
111
      <h3>Navigation</h3>
112
      <ul>
113
        <li class="right" style="margin-right: 10px">
114
          <a href="genindex.html" title="General Index"
115
             >index</a></li>
116
        <li class="right" >
117
          <a href="py-modindex.html" title="Python Module Index"
118
             >modules</a> |</li>
119
        <li><a href="contents.html">Review Board Manual</a> &raquo;</li> 
120
      </ul>
121
    </div>
122
    <div class="footer">
123
        &copy; Copyright 2009-2010, Christian Hammond.
124
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
125
    </div>
126
  </body>
127
</html>