buildframework/helium/doc/src/index.rst.ftl
changeset 217 0f5e3a7fb6af
parent 179 d8ac696cc51f
--- a/buildframework/helium/doc/src/index.rst.ftl	Fri Feb 05 11:59:41 2010 +0000
+++ b/buildframework/helium/doc/src/index.rst.ftl	Thu Mar 04 15:10:37 2010 +0200
@@ -79,11 +79,7 @@
    tutorials/configuration/SimplestConfiguration
    tutorials/configuration/UseHlmTasksInConfiguration
    tutorials/rom_image
-   tutorials/variant
    tutorials/qt_build
-<#if !ant?keys?seq_contains("sf")>
-   nokia/blacktusk/howto-setup-blacktusk-with-helium
-</#if>
 
 .. raw:: html
 
@@ -114,18 +110,19 @@
 .. raw:: html
 
    <script type="text/javascript" language="JavaScript"><!--
-   function HideContent(d) {
-   if(d.length < 1) { return; }
-   document.getElementById(d).style.display = "none";
-   }
-   function ShowContent(d) {
-   if(d.length < 1) { return; }
-   document.getElementById(d).style.display = "block";
-   }
-   function ReverseContentDisplay(d) {
-   if(d.length < 1) { return; }
-   if(document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = "block"; }
-   else { document.getElementById(d).style.display = "none"; }
+    function ReverseContentDisplay(d) {
+        if(d.length < 1) { return; }
+    
+         var elem = document.getElementsByTagName('div');
+         for(var i = 0; i < elem.length; i++)
+         {
+             if(elem[i].style.display == "block" && elem[i] != document.getElementById(d)) {
+                 elem[i].style.display = "none";
+             }
+         }
+    
+        if(document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = "block"; }
+        else { document.getElementById(d).style.display = "none"; }
    }
    //--></script>
    <ul><li class="toctree-l1"><a href="javascript:ReverseContentDisplay('stages')">Stages</a></li></ul>
@@ -156,7 +153,6 @@
    :maxdepth: 1
    
 <#if !ant?keys?seq_contains("sf")>
-   nokia/rndsdk_user_manual
    nokia/quality
 </#if>
    manual/debugging
@@ -207,16 +203,14 @@
 ==============================
 
 .. toctree::
+   :maxdepth: 3
+   
+   helium-antlib/index
+   
+.. toctree::
    :maxdepth: 1
    
-   tutorials/configuration/HowtoCreateANewSignal
-   manual/signaling
-   manual/configuringdiamonds
    manual/cruisecontrol
-   manual/antlogging
-* helium-antlib_
-
-.. _helium-antlib: helium-antlib
 
 <#if !ant?keys?seq_contains("sf")>
 Customer docs