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