mirror of
https://github.com/ANL-CEEESA/LLEPE.git
synced 2025-12-06 01:48:53 -06:00
Added license and updated docs
This commit is contained in:
14
docs/build/html/guide/install.html
vendored
14
docs/build/html/guide/install.html
vendored
@@ -36,7 +36,7 @@
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="next" title="Getting Started" href="quickstart.html" />
|
||||
<link rel="prev" title="Welcome to llepe's docs! - the Liquid-Liquid Extraction Parameter Estimator" href="../index.html" />
|
||||
<link rel="prev" title="Welcome to LLEPE's docs! - the Liquid-Liquid Extraction Parameter Estimator" href="../index.html" />
|
||||
</head>
|
||||
|
||||
<body class="wy-body-for-nav">
|
||||
@@ -97,7 +97,7 @@
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Searchers</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../modules/reeps.html">LLEPE</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../modules/LLEPE.html">LLEPE</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@@ -175,14 +175,14 @@
|
||||
<div class="section" id="bleeding-edge-version">
|
||||
<h2>Bleeding-edge version<a class="headerlink" href="#bleeding-edge-version" title="Permalink to this headline">¶</a></h2>
|
||||
<p>To install the latest master version:</p>
|
||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip install git+https://xgitlab.cels.anl.gov/summer-2020/parameter-estimation.git
|
||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip install git+https://github.com/ANL-CEEESA/LLEPE.git
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="development-version">
|
||||
<h2>Development version<a class="headerlink" href="#development-version" title="Permalink to this headline">¶</a></h2>
|
||||
<p>To contribute to Stable-Baselines, with support for running tests and building the documentation.</p>
|
||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>git clone https://xgitlab.cels.anl.gov/summer-2020/parameter-estimation.git <span class="o">&&</span> <span class="nb">cd</span> parameter-estimation
|
||||
<p>To contribute to LLEPE, with support for running tests and building the documentation.</p>
|
||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>git clone https://github.com/ANL-CEEESA/LLEPE.git
|
||||
pip install -e .<span class="o">[</span>docs,tests<span class="o">]</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
@@ -204,7 +204,7 @@ pip install -e .<span class="o">[</span>docs,tests<span class="o">]</span>
|
||||
<a href="quickstart.html" class="btn btn-neutral float-right" title="Getting Started" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
|
||||
|
||||
|
||||
<a href="../index.html" class="btn btn-neutral float-left" title="Welcome to llepe's docs! - the Liquid-Liquid Extraction Parameter Estimator" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
|
||||
<a href="../index.html" class="btn btn-neutral float-left" title="Welcome to LLEPE's docs! - the Liquid-Liquid Extraction Parameter Estimator" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -213,7 +213,7 @@ pip install -e .<span class="o">[</span>docs,tests<span class="o">]</span>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2020, Argonne National Laboratory
|
||||
© Copyright 2020, UChicago Argonne, LLC.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user