--- a/eric6/Documentation/Source/eric6.Utilities.__init__.html Wed Dec 02 19:09:38 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.__init__.html Fri Dec 04 18:29:31 2020 +0100 @@ -264,10 +264,6 @@ <td>Function returning a normalized, absolute path of the joined parts passed into it.</td> </tr> <tr> -<td><a href="#normabspath">normabspath</a></td> -<td>Function returning a normalized, absolute path.</td> -</tr> -<tr> <td><a href="#normcaseabspath">normcaseabspath</a></td> <td>Function returning an absolute path, that is normalized with respect to its case and references.</td> </tr> @@ -312,18 +308,10 @@ <td>Module function to read a string from the given stream.</td> </tr> <tr> -<td><a href="#relativePath">relativePath</a></td> -<td>Function to convert a file path to a path relative to a start path.</td> -</tr> -<tr> <td><a href="#relativeUniversalPath">relativeUniversalPath</a></td> <td>Function to convert a file path to a path relative to a start path with universal separators.</td> </tr> <tr> -<td><a href="#relpath">relpath</a></td> -<td>Return a relative version of a path.</td> -</tr> -<tr> <td><a href="#rxIndex">rxIndex</a></td> <td>Function to get the index (start position) of a regular expression match within some text.</td> </tr> @@ -1918,29 +1906,6 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> -<a NAME="normabspath" ID="normabspath"></a> -<h2>normabspath</h2> -<b>normabspath</b>(<i>path</i>) - -<p> - Function returning a normalized, absolute path. -</p> -<dl> - -<dt><i>path</i></dt> -<dd> -file path (string) -</dd> -</dl> -<dl> -<dt>Returns:</dt> -<dd> -absolute, normalized path (string) -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /> -<hr /> <a NAME="normcaseabspath" ID="normcaseabspath"></a> <h2>normcaseabspath</h2> <b>normcaseabspath</b>(<i>path</i>) @@ -2004,7 +1969,7 @@ </dd> <dt><i>p</i></dt> <dd> -variable number of path parts to be joind (string) +variable number of path parts to be joined (string) </dd> </dl> <dl> @@ -2227,34 +2192,6 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> -<a NAME="relativePath" ID="relativePath"></a> -<h2>relativePath</h2> -<b>relativePath</b>(<i>path, start</i>) - -<p> - Function to convert a file path to a path relative to a start path. -</p> -<dl> - -<dt><i>path</i></dt> -<dd> -file or directory name to convert (string) -</dd> -<dt><i>start</i></dt> -<dd> -start path (string) -</dd> -</dl> -<dl> -<dt>Returns:</dt> -<dd> -relative path or unchanged path, if path does not start with - the start path (string) -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /> -<hr /> <a NAME="relativeUniversalPath" ID="relativeUniversalPath"></a> <h2>relativeUniversalPath</h2> <b>relativeUniversalPath</b>(<i>path, start</i>) @@ -2284,40 +2221,6 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> -<a NAME="relpath" ID="relpath"></a> -<h2>relpath</h2> -<b>relpath</b>(<i>path, start=os.path.curdir</i>) - -<p> - Return a relative version of a path. -</p> -<dl> - -<dt><i>path</i></dt> -<dd> -path to make relative (string) -</dd> -<dt><i>start</i></dt> -<dd> -path to make relative from (string) -</dd> -</dl> -<dl> -<dt>Returns:</dt> -<dd> -relative path (string) -</dd> -</dl> -<dl> - -<dt>Raises <b>ValueError</b>:</dt> -<dd> -raised to indicate an invalid path -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /> -<hr /> <a NAME="rxIndex" ID="rxIndex"></a> <h2>rxIndex</h2> <b>rxIndex</b>(<i>rx, txt</i>)