110 |
97 |
111 .. toctree:: |
98 .. toctree:: |
112 :maxdepth: 1 |
99 :maxdepth: 1 |
113 |
100 |
114 <#if !ant?keys?seq_contains("sf")> |
101 <#if !ant?keys?seq_contains("sf")> |
|
102 nokia/support |
115 nokia/nokia |
103 nokia/nokia |
116 nokia/retrieving |
104 nokia/retrieving |
117 </#if> |
105 </#if> |
118 sf |
106 sf |
119 manual/running |
107 manual/running |
120 manual/configuring |
108 manual/configuring |
121 manual/configuringdiamonds |
109 |
122 manual/signaling |
110 .. raw:: html |
|
111 |
|
112 <script type="text/javascript" language="JavaScript"><!-- |
|
113 function ReverseContentDisplay(d) { |
|
114 if(d.length < 1) { return; } |
|
115 |
|
116 var elem = document.getElementsByTagName('div'); |
|
117 for(var i = 0; i < elem.length; i++) |
|
118 { |
|
119 if(elem[i].style.display == "block" && elem[i] != document.getElementById(d)) { |
|
120 elem[i].style.display = "none"; |
|
121 } |
|
122 } |
|
123 |
|
124 if(document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = "block"; } |
|
125 else { document.getElementById(d).style.display = "none"; } |
|
126 } |
|
127 //--></script> |
|
128 <ul><li class="toctree-l1"><a href="javascript:ReverseContentDisplay('stages')">Stages</a></li></ul> |
|
129 <div id="stages" style="display:none; position:absolute; border-style: solid; background-color: white; padding: 5px;"> |
|
130 |
|
131 .. toctree:: |
|
132 :maxdepth: 2 |
|
133 |
123 manual/stages |
134 manual/stages |
124 <#if !ant?keys?seq_contains("sf")> |
135 |
|
136 .. raw:: html |
|
137 |
|
138 </div> |
|
139 <#if !ant?keys?seq_contains("sf")> |
|
140 <ul><li class="toctree-l1"><a href="javascript:ReverseContentDisplay('nokiastages')">Nokia Stages</a></li></ul> |
|
141 <div id="nokiastages" style="display:none; position:absolute; border-style: solid; background-color: white; padding: 5px;"> |
|
142 |
|
143 .. toctree:: |
|
144 :maxdepth: 2 |
|
145 |
125 nokia/nokiastages |
146 nokia/nokiastages |
126 nokia/rndsdk_user_manual |
147 |
|
148 .. raw:: html |
|
149 |
|
150 </div> |
|
151 </#if> |
|
152 .. toctree:: |
|
153 :maxdepth: 1 |
|
154 |
|
155 <#if !ant?keys?seq_contains("sf")> |
127 nokia/quality |
156 nokia/quality |
128 </#if> |
157 </#if> |
129 manual/cruisecontrol |
|
130 manual/debugging |
158 manual/debugging |
131 metrics |
159 metrics |
132 manual/APIs |
160 |
133 <#if !ant?keys?seq_contains("sf")> |
161 .. raw:: html |
|
162 |
|
163 <ul><li class="toctree-l1"><a href="javascript:ReverseContentDisplay('api')">API</a></li></ul> |
|
164 <div id="api" style="display:none; position:absolute; border-style: solid; background-color: white; padding: 5px;"> |
|
165 |
|
166 * `Helium API`_ |
|
167 * `Helium Antlib`_ |
|
168 * `Ant Tasks`_ |
|
169 |
|
170 .. _`Ant Tasks`: api/ant/index.html |
|
171 .. _`Helium API`: api/helium/index.html |
|
172 .. _`Helium Antlib`: helium-antlib/index.html |
|
173 |
|
174 <#if !(ant?keys?seq_contains("sf"))> |
|
175 * `Python API`_ |
|
176 * `Java API`_ |
|
177 * `IDO API`_ |
|
178 * `DFS70501 API`_ |
|
179 |
|
180 .. _`Python API`: api/python/index.html |
|
181 .. _`Java API`: api/java/index.html |
|
182 .. _`IDO API`: <#if ant['helium.version']?matches("^\\d+\\.0(?:\\.\\d+)?$")>../</#if>ido/api/helium/index.html |
|
183 .. _`DFS70501 API`: dfs70501/api/helium/index.html |
|
184 </#if> |
|
185 |
|
186 .. raw:: html |
|
187 |
|
188 </div> |
|
189 |
|
190 <#if !ant?keys?seq_contains("sf")> |
|
191 .. toctree:: |
|
192 :maxdepth: 1 |
|
193 |
134 api_changes |
194 api_changes |
135 |
195 nokia/releasenotes |
136 * helium-antlib_ |
|
137 |
|
138 .. _helium-antlib: helium-antlib |
|
139 </#if> |
196 </#if> |
140 |
197 |
141 .. raw:: html |
198 .. raw:: html |
142 |
199 |
143 </td><td> |
200 </td><td> |
|
201 |
|
202 Helium Framework configuration |
|
203 ============================== |
|
204 |
|
205 .. toctree:: |
|
206 :maxdepth: 3 |
|
207 |
|
208 helium-antlib/index |
|
209 |
|
210 .. toctree:: |
|
211 :maxdepth: 1 |
|
212 |
|
213 manual/cruisecontrol |
|
214 |
|
215 <#if !ant?keys?seq_contains("sf")> |
|
216 Customer docs |
|
217 ============= |
|
218 |
|
219 * IDO_ |
|
220 |
|
221 .. _IDO: <#if ant['helium.version']?matches("^\\d+\\.0(?:\\.\\d+)?$")>../</#if>ido |
|
222 |
|
223 * TeamCI_ |
|
224 |
|
225 .. _TeamCI: <#if ant['helium.version']?matches("^\\d+\\.0(?:\\.\\d+)?$")>../</#if>teamci |
|
226 |
|
227 </#if> |
144 |
228 |
145 Helium Architecture |
229 Helium Architecture |
146 =================== |
230 =================== |
147 |
231 |
148 This section describes the architecture of Helium. It also contains a link to the style guide to be used for |
232 This section describes the architecture of Helium. It also contains a link to the style guide to be used for |