~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/xcos/help/en_US/scilab_utilities_functions/get_scicos_version.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 * See the file ./license.txt
23
23
 -->
24
24
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:id="get_scicos_version">
25
 
  <refnamediv>
26
 
    <refname>get_scicos_version</refname>
27
 
    <refpurpose>Get the current Scicos version</refpurpose>
28
 
  </refnamediv>
29
 
  <refsynopsisdiv>
30
 
    <title>Calling Sequence</title>
31
 
    <synopsis>scicos_ver = get_scicos_version()</synopsis>
32
 
  </refsynopsisdiv>
33
 
  <refsection id="Module_get_scicos_version">
34
 
    <title>Module</title>
35
 
    <itemizedlist>
36
 
      <listitem>
37
 
        <para>
38
 
          <link linkend="xcos">xcos</link>
39
 
        </para>
40
 
      </listitem>
41
 
    </itemizedlist>
42
 
  </refsection>
43
 
  <refsection id="Description_get_scicos_version">
44
 
    <title>Description</title>
45
 
    <para>
46
 
      This function is used to know the current version number of Scicos.  
47
 
    </para>
48
 
    <para>
49
 
    </para>
50
 
    <programlisting role="example"><![CDATA[ 
 
25
    <refnamediv>
 
26
        <refname>get_scicos_version</refname>
 
27
        <refpurpose>Get the current Scicos version</refpurpose>
 
28
    </refnamediv>
 
29
    <refsynopsisdiv>
 
30
        <title>Calling Sequence</title>
 
31
        <synopsis>scicos_ver = get_scicos_version()</synopsis>
 
32
    </refsynopsisdiv>
 
33
    <refsection id="Module_get_scicos_version">
 
34
        <title>Module</title>
 
35
        <itemizedlist>
 
36
            <listitem>
 
37
                <para>
 
38
                    <link linkend="xcos">xcos</link>
 
39
                </para>
 
40
            </listitem>
 
41
        </itemizedlist>
 
42
    </refsection>
 
43
    <refsection id="Description_get_scicos_version">
 
44
        <title>Description</title>
 
45
        <para>
 
46
            This function is used to know the current version number of Scicos.  
 
47
        </para>
 
48
        <para>
 
49
        </para>
 
50
        <programlisting role="example"><![CDATA[ 
51
51
scicos_ver = get_scicos_version
52
52
 ]]></programlisting>
53
 
  </refsection>
54
 
  <refsection id="Parameters_get_scicos_version">
55
 
    <title>Arguments</title>
56
 
    <itemizedlist>
57
 
      <listitem>
58
 
        <para>
59
 
          <emphasis role="bold">scicos_ver :</emphasis> a string given the current number version of Scicos.
60
 
        </para>
61
 
      </listitem>
62
 
    </itemizedlist>
63
 
  </refsection>
64
 
  <refsection id="Example_get_scicos_version">
65
 
    <title>Example</title>
66
 
    <programlisting role="example"><![CDATA[
 
53
    </refsection>
 
54
    <refsection id="Parameters_get_scicos_version">
 
55
        <title>Arguments</title>
 
56
        <itemizedlist>
 
57
            <listitem>
 
58
                <para>
 
59
                    <emphasis role="bold">scicos_ver :</emphasis> a string given the current number version of Scicos.
 
60
                </para>
 
61
            </listitem>
 
62
        </itemizedlist>
 
63
    </refsection>
 
64
    <refsection id="Example_get_scicos_version">
 
65
        <title>Example</title>
 
66
        <programlisting role="example"><![CDATA[
67
67
//Get the scicos version 
68
68
get_scicos_version()
69
69
]]></programlisting>
70
 
  </refsection>
71
 
  <refsection id="Filecontent_get_scicos_version">
72
 
    <title>File content</title>
73
 
    <itemizedlist>
74
 
      <listitem>
75
 
        <para> SCI/modules/scicos/macros/scicos_utils/get_scicos_version.sci</para>
76
 
      </listitem>
77
 
    </itemizedlist>
78
 
  </refsection>
 
70
    </refsection>
 
71
    <refsection id="Filecontent_get_scicos_version">
 
72
        <title>File content</title>
 
73
        <itemizedlist>
 
74
            <listitem>
 
75
                <para> SCI/modules/scicos/macros/scicos_utils/get_scicos_version.sci</para>
 
76
            </listitem>
 
77
        </itemizedlist>
 
78
    </refsection>
79
79
</refentry>