eric7/Documentation/Source/index.html

branch
eric7
changeset 8312
800c432b34c8
parent 7960
e8fc383322f7
child 8372
e0227a7c850e
diff -r 4e8b98454baa -r 800c432b34c8 eric7/Documentation/Source/index.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eric7/Documentation/Source/index.html	Sat May 15 18:45:04 2021 +0200
@@ -0,0 +1,78 @@
+<!DOCTYPE html>
+<html><head>
+<title>Table of contents</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<body>
+<h1>Table of contents</h1>
+
+
+<h3>Packages</h3>
+<table>
+
+<tr>
+<td><a href="index-eric6.html">eric6</a></td>
+<td>Package implementing the eric Python IDE.</td>
+</tr>
+</table>
+
+<h3>Modules</h3>
+<table>
+
+<tr>
+<td><a href="cleanupSource.html">cleanupSource</a></td>
+<td>Script for eric to clean up the source tree.</td>
+</tr>
+<tr>
+<td><a href="compileUiFiles.html">compileUiFiles</a></td>
+<td>Script for eric to compile all .ui files to Python source.</td>
+</tr>
+<tr>
+<td><a href="create_windows_links.html">create_windows_links</a></td>
+<td>Installation script for the eric IDE and all eric related tools.</td>
+</tr>
+<tr>
+<td><a href="install.html">install</a></td>
+<td>Installation script for the eric IDE and all eric related tools.</td>
+</tr>
+<tr>
+<td><a href="install-debugclients.html">install-debugclients</a></td>
+<td>Installation script for the eric debug clients.</td>
+</tr>
+<tr>
+<td><a href="install-i18n.html">install-i18n</a></td>
+<td>Installation script for the eric IDE translation files.</td>
+</tr>
+<tr>
+<td><a href="patch_modpython.html">patch_modpython</a></td>
+<td>Script to patch mod_python for usage with the eric IDE.</td>
+</tr>
+<tr>
+<td><a href="setup.html">setup</a></td>
+<td>Module to prepare a distribution package for uploading to PyPI.</td>
+</tr>
+<tr>
+<td><a href="uninstall.html">uninstall</a></td>
+<td>Uninstallation script for the eric IDE and all eric related tools.</td>
+</tr>
+<tr>
+<td><a href="uninstall-debugclients.html">uninstall-debugclients</a></td>
+<td>Unnstallation script for the eric debug clients.</td>
+</tr>
+</table>
+</body></html>
\ No newline at end of file

eric ide

mercurial