- Timestamp:
- Apr 10, 2011 11:34:11 AM (14 years ago)
- Location:
- topdoc/doc
- Files:
-
- 2 deleted
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified topdoc/doc/Makefile ¶
- Property svn:eol-style set to native
r458 r488 5 5 SPHINXOPTS = 6 6 SPHINXBUILD = sphinx-build 7 PAPER = 7 PAPER = letter 8 8 BUILDDIR = build 9 9 -
topdoc/doc/make-clean.bat ¶
- Property svn:eol-style set to native
-
topdoc/doc/make-html.bat ¶
- Property svn:eol-style set to native
-
topdoc/doc/make.bat ¶
- Property svn:eol-style set to native
-
TabularUnified topdoc/doc/source/TopDoc/CmdReader.rst ¶
- Property svn:eol-style set to native
- Property svn:keywords set to Id
r458 r488 1 2 1 -------------------------- 3 2 CmdReader 4 3 -------------------------- 5 4 6 .. automodule:: CmdReader5 .. automodule:: TopDoc.CmdReader 7 6 :synopsis: parses EPICS IOC startup command files 8 7 :members: -
TabularUnified topdoc/doc/source/TopDoc/CommandTable.rst ¶
- Property svn:eol-style set to native
- Property svn:keywords set to Id
r468 r488 1 2 1 -------------------------- 3 2 CommandTable 4 3 -------------------------- 5 4 6 .. automodule:: CommandTable5 .. automodule:: TopDoc.CommandTable 7 6 :synopsis: global command list 8 7 :members: -
TabularUnified topdoc/doc/source/TopDoc/EpicsDatabase.rst ¶
- Property svn:eol-style set to native
- Property svn:keywords set to Id
r468 r488 1 2 1 -------------------------- 3 2 EpicsDatabase 4 3 -------------------------- 5 4 6 .. automodule:: EpicsDatabase5 .. automodule:: TopDoc.EpicsDatabase 7 6 :synopsis: reads an EPICS database file 8 7 :members: -
TabularUnified topdoc/doc/source/TopDoc/EpicsTemplate.rst ¶
- Property svn:eol-style set to native
- Property svn:keywords set to Id
r468 r488 1 2 1 -------------------------- 3 2 EpicsTemplate 4 3 -------------------------- 5 4 6 .. automodule:: EpicsTemplate5 .. automodule:: TopDoc.EpicsTemplate 7 6 :synopsis: reads an EPICS template (substitutions) file 8 7 :members: -
TabularUnified topdoc/doc/source/TopDoc/SymbolTable.rst ¶
- Property svn:eol-style set to native
- Property svn:keywords set to Id
r468 r488 1 2 1 -------------------------- 3 2 SymbolTable 4 3 -------------------------- 5 4 6 .. automodule:: SymbolTable5 .. automodule:: TopDoc.SymbolTable 7 6 :synopsis: global symbol table 8 7 :members: -
TabularUnified topdoc/doc/source/TopDoc/TokenLog.rst ¶
- Property svn:eol-style set to native
- Property svn:keywords set to Id
r468 r488 1 2 1 -------------------------- 3 2 TokenLog 4 3 -------------------------- 5 4 6 .. automodule:: To kenLog5 .. automodule:: TopDoc.TokenLog 7 6 :synopsis: Applies Python :mod:`tokenize` analysis to each line of a file. 8 7 :members: -
TabularUnified topdoc/doc/source/TopDoc/TopDoc.rst ¶
- Property svn:eol-style set to native
- Property svn:keywords set to Id
r460 r488 1 2 1 -------------------------- 3 2 TopDoc 4 3 -------------------------- 5 4 6 .. automodule:: TopDoc 5 .. automodule:: TopDoc.TopDoc 7 6 :synopsis: autogenerates documentation of EPICS IOCs 8 7 :members: -
TabularUnified topdoc/doc/source/TopDoc/Trove.rst ¶
- Property svn:eol-style set to native
- Property svn:keywords set to Id
r468 r488 1 2 1 -------------------------- 3 2 Trove 4 3 -------------------------- 5 4 6 .. automodule:: T rove5 .. automodule:: TopDoc.Trove 7 6 :synopsis: items discovered and collected while analyzing an EPICS IOC's startup files 8 7 :members: -
TabularUnified topdoc/doc/source/TopDoc/utilities.rst ¶
- Property svn:eol-style set to native
- Property svn:keywords set to Id
r468 r488 1 2 1 -------------------------- 3 2 utilities 4 3 -------------------------- 5 4 6 .. automodule:: utilities5 .. automodule:: TopDoc.utilities 7 6 :synopsis: utility routines 8 7 :members: -
TabularUnified topdoc/doc/source/TopDoc/xmlTools.rst ¶
- Property svn:eol-style set to native
- Property svn:keywords set to Id
r468 r488 1 2 1 -------------------------- 3 2 xmlTools 4 3 -------------------------- 5 4 6 .. automodule:: xmlTools5 .. automodule:: TopDoc.xmlTools 7 6 :synopsis: Support for XML files 8 7 :members: -
TabularUnified topdoc/doc/source/conf.py ¶
r471 r488 18 18 # documentation root, use os.path.abspath to make it absolute, like shown here. 19 19 #sys.path.insert(0, os.path.abspath('.')) 20 # 21 # relative to directory with conf.py 22 sys.path.insert(0, os.path.abspath('../../src')) 20 23 21 24 # -- General configuration ----------------------------------------------------- -
TabularUnified topdoc/doc/source/discover/build_config.rst ¶
- Property svn:eol-style set to native
- Property svn:keywords set to Id
r485 r488 1 2 1 -------------------------- 3 2 build_config 4 3 -------------------------- 5 4 6 .. automodule:: build_config 7 :synopsis: builds config.xml for use by :mod:`TopDoc` 5 Writes a `config.xml` file using selected IOCs. 6 All the input for :mod:'build_config' is contained 7 within the source code. This works for now but should 8 be streamlined with :mod:'vespucci'. 9 10 .. automodule:: discover.build_config 11 :synopsis: builds `config.xml for use by :mod:'TopDoc' 8 12 :members: -
TabularUnified topdoc/doc/source/discover/vespucci.rst ¶
- Property svn:eol-style set to native
- Property svn:keywords set to Id
r458 r488 1 2 1 -------------------------- 3 2 vespucci … … 18 17 19 18 20 .. automodule:: vespucci19 .. automodule:: discover.vespucci 21 20 :synopsis: walks XSD file server looking for IOC boot directories 22 21 :members: -
TabularUnified topdoc/doc/source/index.rst ¶
- Property svn:eol-style set to native
- Property svn:keywords set to Id
r484 r488 60 60 * :ref:`modindex` 61 61 * :ref:`search` 62
Note: See TracChangeset
for help on using the changeset viewer.