Changeset 1024
- Timestamp:
- Jul 15, 2012 9:26:25 PM (11 years ago)
- 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 22 22 User macros 23 23 ioc_HKL -> to turn on/off the feature of putting HKL to shared 24 24 memory. 25 25 26 26 Internal macros … … 41 41 #=============================================================================== 42 42 43 #: preload check/setting here 43 44 cdef("user_save_HKL","","ioc_HKL") 44 45 cdef("calcHKL","calc(2); user_save_HKL;","ioc_HKL") … … 48 49 #=============================================================================== 49 50 if( unset("SIOC_PV") ) { 51 #: soft IOC PV prefix 50 52 global SIOC_PV 51 53 local foo tmp[] -
specdomain/trunk/src/specdomain/doc/howto-markup.rst
r1023 r1024 47 47 These are the non-defaults for the example project: 48 48 49 ======================================================================================== ======================== 49 ======================================================================================== ================================ 50 50 prompt response 51 ======================================================================================== ======================== 51 ======================================================================================== ================================ 52 52 ``> Project name:`` **example** 53 53 ``> Author name(s):`` **SPEC Macro Writer** … … 55 55 ``> autodoc: automatically insert docstrings from modules (y/N) [n]:`` **y** 56 56 ``> viewcode: include links to the source code of documented Python objects (y/N) [n]:`` **y** 57 ======================================================================================== ======================== 57 ======================================================================================== ================================ 58 58 59 59 Edit the document ``index.rst`` so it looks like this:: … … 83 83 * :ref:`search` 84 84 85 Edit *conf.py* and make th ese changes (in order):85 Edit *conf.py* and make this change: 86 86 87 87 =================================================== ============================== 88 change location88 change directions 89 89 =================================================== ============================== 90 90 ``extensions.append( 'sphinxcontrib.specdomain' )`` insert *after* line 28
Note: See TracChangeset
for help on using the changeset viewer.