Ignore:
Timestamp:
Jun 17, 2012 1:48:58 PM (11 years ago)
Author:
jemian
Message:

refs #8, making progress, discard code from previous attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • specdomain/src/specdomain/test/test_doc.rst

    r936 r940  
    101101* local variable declaration:  :spec:local:`i`
    102102* array variable declaration:
     103* constant declaration:
    103104
    104105Python example
     
    129130^^^^^^^^^^^^^^
    130131
    131 * global variable declaration:
    132 * local variable declaration:
     132The SPEC macro language provides for several types of variable:
     133
     134* global variables, such as:  :spec:global:`A[]`
     135* local variable, such as:  :spec:local:`i`
    133136* array variable declaration:
     137* constant declaration:
     138
     139Source code documentation
     140============================
    134141
    135142Python example
     
    137144
    138145See the python method :py:func:`python_function()` (defined above)
     146
     147..  This should document the Python module supporting the specdomain
     148
     149:class:`SpecVariableObject` (Python Module)
     150^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     151
     152.. autoclass:: sphinxcontrib.specdomain.SpecVariableObject
     153    :members:
     154    :undoc-members:
     155    :show-inheritance:
     156
     157.. automodule:: sphinxcontrib.specdomain
     158    :members:
     159
     160
     161
     162SPEC macro source file
     163^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     164
     165.. spec:macrofile:: cdef-examples.mac
Note: See TracChangeset for help on using the changeset viewer.