Changeset 1024 for specdomain/trunk/src/specdomain/doc/howto-markup.rst
- Timestamp:
- Jul 15, 2012 9:26:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.