eric6/Documentation/Source/index.html

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6967
29bf199c5e9b
child 7273
391d6b7b1eff
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <!DOCTYPE html>
2 <html><head>
3 <title>Table of contents</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <h1>Table of contents</h1>
23
24
25 <h3>Packages</h3>
26 <table>
27 <tr>
28 <td><a href="index-eric6.html">eric6</a></td>
29 <td>Package implementing the eric6 Python IDE.</td>
30 </tr>
31 </table>
32
33 <h3>Modules</h3>
34 <table>
35 <tr>
36 <td><a href="cleanupSource.html">cleanupSource</a></td>
37 <td>Script for eric6 to clean up the source tree.</td>
38 </tr><tr>
39 <td><a href="compileUiFiles.html">compileUiFiles</a></td>
40 <td>Script for eric6 to compile all .ui files to Python source.</td>
41 </tr><tr>
42 <td><a href="create_windows_links.html">create_windows_links</a></td>
43 <td>Installation script for the eric6 IDE and all eric6 related tools.</td>
44 </tr><tr>
45 <td><a href="install.html">install</a></td>
46 <td>Installation script for the eric6 IDE and all eric6 related tools.</td>
47 </tr><tr>
48 <td><a href="install-debugclients.html">install-debugclients</a></td>
49 <td>Installation script for the eric6 debug clients.</td>
50 </tr><tr>
51 <td><a href="install-i18n.html">install-i18n</a></td>
52 <td>Installation script for the eric6 IDE translation files.</td>
53 </tr><tr>
54 <td><a href="patch_modpython.html">patch_modpython</a></td>
55 <td>Script to patch mod_python for usage with the eric6 IDE.</td>
56 </tr><tr>
57 <td><a href="setup.html">setup</a></td>
58 <td>Module to prepare a distribution package for uploading to PyPI.</td>
59 </tr><tr>
60 <td><a href="uninstall.html">uninstall</a></td>
61 <td>Uninstallation script for the eric6 IDE and all eric6 related tools.</td>
62 </tr><tr>
63 <td><a href="uninstall-debugclients.html">uninstall-debugclients</a></td>
64 <td>Unnstallation script for the eric6 debug clients.</td>
65 </tr>
66 </table>
67 </body></html>

eric ide

mercurial