Changeset 1024


Ignore:
Timestamp:
Jul 15, 2012 9:26:25 PM (11 years ago)
Author:
jemian
Message:

work-in-progress

Location:
specdomain/trunk/src/specdomain/doc
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • specdomain/trunk/src/specdomain/doc/ex_markup/hkl_ioc.mac

    r1022 r1024  
    2222User macros
    2323        ioc_HKL -> to turn on/off the feature of putting HKL to shared
    24                            memory.
     24        memory.
    2525
    2626Internal macros
     
    4141#===============================================================================
    4242
     43#: preload check/setting here
    4344cdef("user_save_HKL","","ioc_HKL")
    4445cdef("calcHKL","calc(2); user_save_HKL;","ioc_HKL")
     
    4849#===============================================================================
    4950if( unset("SIOC_PV") ) {
     51#: soft IOC PV prefix
    5052global SIOC_PV
    5153local foo tmp[]
  • specdomain/trunk/src/specdomain/doc/howto-markup.rst

    r1023 r1024  
    4747These are the non-defaults for the example project:
    4848
    49 ========================================================================================  ========================
     49========================================================================================  ================================
    5050prompt                                                                                    response
    51 ========================================================================================  ========================
     51========================================================================================  ================================
    5252``> Project name:``                                                                       **example**
    5353``> Author name(s):``                                                                     **SPEC Macro Writer**
     
    5555``> autodoc: automatically insert docstrings from modules (y/N) [n]:``                    **y**
    5656``> viewcode: include links to the source code of documented Python objects (y/N) [n]:``  **y**
    57 ========================================================================================  ========================
     57========================================================================================  ================================
    5858
    5959Edit the document ``index.rst`` so it looks like this::
     
    8383        * :ref:`search`
    8484       
    85 Edit *conf.py* and make these changes (in order):
     85Edit *conf.py* and make this change:
    8686
    8787===================================================   ==============================
    88 change                                                location
     88change                                                directions
    8989===================================================   ==============================
    9090``extensions.append( 'sphinxcontrib.specdomain' )``   insert *after* line 28
Note: See TracChangeset for help on using the changeset viewer.