--- a/eric7/Documentation/Source/eric7.DocumentationTools.IndexGenerator.html Sun Sep 12 17:30:38 2021 +0200 +++ b/eric7/Documentation/Source/eric7.DocumentationTools.IndexGenerator.html Sun Sep 12 20:22:27 2021 +0200 @@ -2,21 +2,7 @@ <html><head> <title>eric7.DocumentationTools.IndexGenerator</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> +<link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> @@ -95,25 +81,16 @@ <a NAME="IndexGenerator.__init__" ID="IndexGenerator.__init__"></a> <h4>IndexGenerator (Constructor)</h4> -<b>IndexGenerator</b>(<i>outputDir, colors, stylesheet=None</i>) +<b>IndexGenerator</b>(<i>outputDir</i>) <p> Constructor </p> <dl> -<dt><i>outputDir</i></dt> -<dd> -The output directory for the files. (string) -</dd> -<dt><i>colors</i></dt> +<dt><i>outputDir</i> (str)</dt> <dd> -Dictionary specifying the various colors for the output. - (dictionary of strings) -</dd> -<dt><i>stylesheet</i></dt> -<dd> -the style to be used for the generated pages (string) +The output directory for the files </dd> </dl> <a NAME="IndexGenerator.__writeIndex" ID="IndexGenerator.__writeIndex"></a>