Changeset 1094 for pvMail/doc/source/index.rst
- Timestamp:
- Sep 7, 2012 2:39:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pvMail/doc/source/index.rst
r1092 r1094 53 53 54 54 contents 55 56 57 Glossary 58 ======== 59 60 :index:`CA` 61 EPICS Channel Access protocol 62 63 :index:`CLI` 64 command-line interface 65 66 :index:`EPICS` 67 http://www.aps.anl.gov/epics 68 69 :index:`GUI` 70 graphical user interface 71 72 :index:`IOC` 73 EPICS Input/Output Controller, the EPICS server 74 75 :index:`message PV` 76 EPICS PV that provides the text to be sent by email, 77 additional metadata is appended to this text 78 79 :index:`OS` 80 operating system 81 82 :index:`PV` 83 EPICS process variable 84 85 :index:`PyEpics` 86 Python package to manage connections with PVs served by an EPICS IOC 87 88 :index:`Traits` 89 Python package to simplify construction of a GUI 90 91 :index:`trigger PV` 92 EPICS PV that signals an email is to be sent 93 94 95 Dependencies 96 ============ 97 98 This software was built with various standard Python packages 99 available in Python 2.7. Additionally, this program uses: 100 101 .. index:: PyEpics 102 103 *PyEpics* (EPICS interface) 104 http://cars9.uchicago.edu/software/python/pyepics3/ 105 106 .. index:: Traits 107 108 *Traits* (GUI library) 109 http://code.enthought.com/projects/traits/ 110 111 Both of these are available for 112 `easy_install <http://packages.python.org/distribute/easy_install.html>`_ 113 from the Python Package Index (http://pypi.python.org/pypi). 55 glossary 56 dependencies 114 57 115 58
Note: See TracChangeset
for help on using the changeset viewer.