~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/index-eric4.DataViews.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
 
3
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
 
4
<html><head>
 
5
<title>eric4.DataViews</title>
 
6
<style>
 
7
body {
 
8
    background:white;
 
9
    margin: 0em 1em 10em 1em;
 
10
    color: black;
 
11
}
 
12
 
 
13
h1 { color: white; background: #4FA4FF; }
 
14
h2 { color: white; background: #4FA4FF; }
 
15
h3 { color: white; background: #00557F; }
 
16
h4 { color: white; background: #00557F; }
 
17
    
 
18
a { color: #AA5500; }
 
19
 
 
20
</style>
 
21
</head>
 
22
<body>
 
23
<h1>eric4.DataViews</h1>
 
24
<p>
 
25
Package containing modules for viewing various data.
 
26
</p>
 
27
 
 
28
 
 
29
<h3>Modules</h3>
 
30
<table>
 
31
<tr>
 
32
<td><a href="eric4.DataViews.CodeMetrics.html">CodeMetrics</a></td>
 
33
<td>Module implementing a simple Python code metrics analyzer.</td>
 
34
</tr><tr>
 
35
<td><a href="eric4.DataViews.CodeMetricsDialog.html">CodeMetricsDialog</a></td>
 
36
<td>Module implementing a code metrics dialog.</td>
 
37
</tr><tr>
 
38
<td><a href="eric4.DataViews.PyCoverageDialog.html">PyCoverageDialog</a></td>
 
39
<td>Module implementing a Python code coverage dialog.</td>
 
40
</tr><tr>
 
41
<td><a href="eric4.DataViews.PyProfileDialog.html">PyProfileDialog</a></td>
 
42
<td>Module implementing a dialog to display profile data.</td>
 
43
</tr>
 
44
</table>
 
45
</body></html>
 
 
b'\\ No newline at end of file'