more doc
This commit is contained in:
@ -13,7 +13,7 @@ It will attempt to scan (call the process method) one a second.
|
||||
The *INP* field is parsed and the first work identifies the Python module which will provide
|
||||
the logic behind this record (everything after the first word is passed to the module :py:func:`build` function.
|
||||
|
||||
Now create :download:`cntrec.db <../testApp/cntmod.py>` with the following.
|
||||
Now create :download:`cntmod.py <../testApp/cntmod.py>` with the following.
|
||||
|
||||
.. literalinclude:: ../testApp/cntmod.py
|
||||
|
||||
|
@ -9,6 +9,11 @@ pydevsup documentation
|
||||
*pyDevSup* is a means of writing EPICS device support code in Python.
|
||||
|
||||
It currently supports EPICS >=3.14.11 and python versions: 2.6, 2.7, and 3.2.
|
||||
The numpy package is also required.
|
||||
|
||||
The source can be found at http://github.com/mdavidsaver/pyDevSup
|
||||
|
||||
File releases are available at http://sourceforge.net/projects/epics/files/pyDevSup
|
||||
|
||||
Contents:
|
||||
|
||||
@ -21,6 +26,13 @@ Contents:
|
||||
interfaces
|
||||
ptable
|
||||
|
||||
Release History
|
||||
---------------
|
||||
|
||||
* v0.2 (June 2014)
|
||||
* Initial release
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
|
Reference in New Issue
Block a user