--- a/src/eric7/Documentation/Source/eric7.PipInterface.Pip.html Sun Mar 05 17:07:49 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.PipInterface.Pip.html Mon Mar 06 09:50:18 2023 +0100 @@ -111,10 +111,6 @@ <td>Public method to get the licenses per package for a given environment.</td> </tr> <tr> -<td><a href="#Pip.getLicensesSummary">getLicensesSummary</a></td> -<td>Public method to get a summary of licenses found in a given environment.</td> -</tr> -<tr> <td><a href="#Pip.getNetworkAccessManager">getNetworkAccessManager</a></td> <td>Public method to get a reference to the network access manager object.</td> </tr> @@ -529,7 +525,7 @@ </dl> <a NAME="Pip.getLicenses" ID="Pip.getLicenses"></a> <h4>Pip.getLicenses</h4> -<b>getLicenses</b>(<i>envName, summary=False</i>) +<b>getLicenses</b>(<i>envName</i>) <p> Public method to get the licenses per package for a given environment. @@ -540,11 +536,6 @@ <dd> name of the environment to get the licenses for </dd> -<dt><i>summary</i> (bool (optional))</dt> -<dd> -flag indicating to get a summary listing (defaults to - False) -</dd> </dl> <dl> <dt>Return:</dt> @@ -559,34 +550,6 @@ dict </dd> </dl> -<a NAME="Pip.getLicensesSummary" ID="Pip.getLicensesSummary"></a> -<h4>Pip.getLicensesSummary</h4> -<b>getLicensesSummary</b>(<i>envName</i>) - -<p> - Public method to get a summary of licenses found in a given - environment. -</p> -<dl> - -<dt><i>envName</i> (str)</dt> -<dd> -name of the environment to get the licenses summary for -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -list of dictionaries containing the license and the count of - packages -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -dict -</dd> -</dl> <a NAME="Pip.getNetworkAccessManager" ID="Pip.getNetworkAccessManager"></a> <h4>Pip.getNetworkAccessManager</h4> <b>getNetworkAccessManager</b>(<i></i>)