src/eric7/Documentation/Source/index.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8989
25cd4c5f1f19
child 9211
99eb1cb030a5
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>Table of contents</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <h1>Table of contents</h1>
9
10
11 <h3>Packages</h3>
12 <table>
13
14 <tr>
15 <td><a href="index-src.eric7.html">eric7</a></td>
16 <td>Package implementing the eric Python IDE.</td>
17 </tr>
18 </table>
19
20 <h3>Modules</h3>
21 <table>
22
23 <tr>
24 <td><a href="cleanupSource.html">cleanupSource</a></td>
25 <td>Script for eric to clean up the source tree.</td>
26 </tr>
27 <tr>
28 <td><a href="compileUiFiles.html">compileUiFiles</a></td>
29 <td>Script for eric to compile all .ui files to Python source.</td>
30 </tr>
31 <tr>
32 <td><a href="create_windows_links.html">create_windows_links</a></td>
33 <td>Installation script for the eric IDE and all eric related tools.</td>
34 </tr>
35 <tr>
36 <td><a href="install.html">install</a></td>
37 <td>Installation script for the eric IDE and all eric related tools.</td>
38 </tr>
39 <tr>
40 <td><a href="install-debugclients.html">install-debugclients</a></td>
41 <td>Installation script for the eric debug clients.</td>
42 </tr>
43 <tr>
44 <td><a href="install-dependencies.html">install-dependencies</a></td>
45 <td>Installation script for the eric IDE dependencies.</td>
46 </tr>
47 <tr>
48 <td><a href="install-i18n.html">install-i18n</a></td>
49 <td>Installation script for the eric IDE translation files.</td>
50 </tr>
51 <tr>
52 <td><a href="setup.html">setup</a></td>
53 <td>Minimum module to allow 'pip' to perform editable installs.</td>
54 </tr>
55 <tr>
56 <td><a href="uninstall.html">uninstall</a></td>
57 <td>Uninstallation script for the eric IDE and all eric related tools.</td>
58 </tr>
59 <tr>
60 <td><a href="uninstall-debugclients.html">uninstall-debugclients</a></td>
61 <td>Unnstallation script for the eric debug clients.</td>
62 </tr>
63 </table>
64 </body></html>

eric ide

mercurial