eric6/Documentation/Source/eric6.CondaInterface.__init__.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.CondaInterface.__init__.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.CondaInterface.__init__.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,144 +18,180 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.CondaInterface.__init__</h1>
+
 <p>
 Package implementing the various conda related modules.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>__CondaRootPrefix</td></tr><tr><td>__CondaUserConfig</td></tr><tr><td>__CondaVersion</td></tr><tr><td>__CondaVersionStr</td></tr><tr><td>__initialized</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Functions</h3>
+
 <table>
+
 <tr>
 <td><a href="#__initializeCondaInterface">__initializeCondaInterface</a></td>
 <td>Private module function to (re-)initialize the conda interface.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#condaVersion">condaVersion</a></td>
 <td>Module function to get the conda version.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#condaVersionStr">condaVersionStr</a></td>
 <td>Module function to get the conda version as a string.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#isCondaAvailable">isCondaAvailable</a></td>
 <td>Module function to check the availability of conda.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#resetInterface">resetInterface</a></td>
 <td>Module function to reset the conda interface.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#rootPrefix">rootPrefix</a></td>
 <td>Module function to get the root prefix.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#userConfiguration">userConfiguration</a></td>
 <td>Module function to get the path of the user configuration file.</td>
 </tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="__initializeCondaInterface" ID="__initializeCondaInterface"></a>
 <h2>__initializeCondaInterface</h2>
 <b>__initializeCondaInterface</b>(<i></i>)
+
 <p>
     Private module function to (re-)initialize the conda interface.
 </p>
 <div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="condaVersion" ID="condaVersion"></a>
 <h2>condaVersion</h2>
 <b>condaVersion</b>(<i></i>)
+
 <p>
     Module function to get the conda version.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 tuple containing the conda version
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 tuple of (int, int, int)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="condaVersionStr" ID="condaVersionStr"></a>
 <h2>condaVersionStr</h2>
 <b>condaVersionStr</b>(<i></i>)
+
 <p>
     Module function to get the conda version as a string.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 conda version as a string
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="isCondaAvailable" ID="isCondaAvailable"></a>
 <h2>isCondaAvailable</h2>
 <b>isCondaAvailable</b>(<i></i>)
+
 <p>
     Module function to check the availability of conda.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating conda availability
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 bool
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="resetInterface" ID="resetInterface"></a>
 <h2>resetInterface</h2>
 <b>resetInterface</b>(<i></i>)
+
 <p>
     Module function to reset the conda interface.
 </p>
 <div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="rootPrefix" ID="rootPrefix"></a>
 <h2>rootPrefix</h2>
 <b>rootPrefix</b>(<i></i>)
+
 <p>
     Module function to get the root prefix.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 root prefix
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="userConfiguration" ID="userConfiguration"></a>
 <h2>userConfiguration</h2>
 <b>userConfiguration</b>(<i></i>)
+
 <p>
     Module function to get the path of the user configuration file.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 path of the user configuration file
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 str

eric ide

mercurial