File: indexsidebar.html

package info (click to toggle)
python-pyepics 3.5.9%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,308 kB
  • sloc: python: 10,303; makefile: 109; javascript: 104; sh: 54
file content (24 lines) | stat: -rw-r--r-- 1,004 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<h3>Download</h3>

<ul>
  <li>Current version: <b>{{ release }}</b></li>
  <li>Install: <tt> pip install pyepics</tt></li>
   <li>Develop: <a href="https://github.com/pyepics/pyepics/">github.com</a></li>
 </ul>


<p>
<h3>Contents</h3>

<ul>
   <li>&nbsp; &nbsp;<a href="{{ pathto('installation') }}"> Install</a></li>
   <li>&nbsp; &nbsp;<a href="{{ pathto('overview') }}"> Overview</a></li>
   <li>&nbsp; &nbsp;<a href="{{ pathto('pv') }}">    Epics PVs</a></li>
   <li>&nbsp; &nbsp;<a href="{{ pathto('ca') }}">    CA module</a></li>
   <li>&nbsp; &nbsp;<a href="{{ pathto('arrays') }}"> Working with Array Data</a></li>
   <li>&nbsp; &nbsp;<a href="{{ pathto('devices') }}"> Devices</a></li>
   <li>&nbsp; &nbsp;<a href="{{ pathto('alarm') }}"> Alarms</a></li>
   <li>&nbsp; &nbsp;<a href="{{ pathto('autosave') }}"> Autosave</a></li>
   <li>&nbsp; &nbsp;<a href="{{ pathto('wx') }}"> wx widgets for PVs</a></li>
   <li>&nbsp; &nbsp;<a href="{{ pathto('advanced') }}"> Advanced Topics</a></li>
</ul>