diff --git a/documentation/gettingstarted.rst b/documentation/gettingstarted.rst index b8ec7b2..ef542ef 100644 --- a/documentation/gettingstarted.rst +++ b/documentation/gettingstarted.rst @@ -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 diff --git a/documentation/index.rst b/documentation/index.rst index d2a6df2..e0543cc 100644 --- a/documentation/index.rst +++ b/documentation/index.rst @@ -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 ==================