buildframework/helium/doc/src/manual/documentation.rst.ftl
author wbernard
Sun, 10 Oct 2010 15:22:15 +0300
changeset 645 b8d81fa19e7d
parent 587 85df38eb4012
permissions -rw-r--r--
helium_12.0.0-63b64366f9cf

<#--
============================================================================ 
Name        : documentation.rst.ftl
Part of     : Helium 

Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
under the terms of the License "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".

Initial Contributors:
Nokia Corporation - initial contribution.

Contributors:

Description:

============================================================================
-->
.. index::
  module: Documentation

###################
Documentation
###################


.. contents::


APIs
====

* `Helium API`_

    The `Helium API`_ specifies all the available Ant_ targets and their 
    required properties.  The API is the number one resource to use when 
    building up a Helium configuration.

.. _`Helium API`: ../api/helium/index.html
.. _Ant: http://ant.apache.org

* `Helium Antlib`_

.. _`Helium Antlib`: ../helium-antlib/index.html

<#if !(ant?keys?seq_contains("sf"))>

* `Ant Tasks`_

.. _`Ant Tasks`: ../api/doclet/index.html

Customer APIs
-------------

* `IDO API`_
* `DFS70501 API`_

.. _`IDO API`: http://helium.nmp.nokia.com/doc/ido/api/helium/index.html
.. _`DFS70501 API`: http://helium.nmp.nokia.com/doc/dfs70501/api/helium/index.html
</#if>

Building custom documentation
=============================

Documentation for any Helium configuration can be built using ``hlm docs``. The paths to RST documentation source directories must be defined using either a property for a single path or a resources element for multiple paths::

    <property name="doc.src.dir" location="basedir_path/docs/src" />
    
    <resources id="textdoc.paths">
        <path>
            <pathelement path="basedir_path/docs/src"/>
            <pathelement path="basedir_path/docs/src2"/>
        </path>
    </resources>