Revert "rename for rtd"

This reverts commit 5ce76bb867.
This commit is contained in:
titusquah
2021-04-07 11:31:53 -06:00
parent 8b5ab69ea9
commit 7a4a7278d9
37 changed files with 3029 additions and 1716 deletions

View File

@@ -1,6 +1,3 @@
# LLEPE: Liquid-Liquid Equilibrium Parameter Estimator
# Copyright (C) 2020, UChicago Argonne, LLC. All rights reserved.
# Released under the modified BSD license. See LICENSE for more details.
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full

View File

@@ -1,61 +0,0 @@
.. _about:
************
About
************
Authors
=============
Titus Quah, University of Utah, <titus{dot}quah{at}gmail{dot}com>
Nwike Iloeje, Argonne National Laboratory, <ciloeje{at}anl{dot}gov>
Acknowledgements
================
Based upon work supported by funding from Argonne National Laboratory provided by the U.S. Department of Energy, Office of Energy Efficiency and Renewable Energy (EERE), under contract DE-AC02-06CH11357
References
==========
If you use LLEPE in your research , we kindly request that you cite the package as follows:
T. Quah and C. O. Iloeje, “Liquid--Liquid Extraction Thermodynamic Parameter Estimator (LLEPE) for Multicomponent Separation Systems,” in Materials Processing Fundamentals 2021, 2021, pp. 107120, doi: https://doi.org/10.1007/978-3-030-65253-1_9.
License
=======
::
Copyright © 2020, UChicago Argonne, LLC
All Rights Reserved
Software Name: LLEPE
By: Argonne National Laboratory, University of Utah
OPEN SOURCE LICENSE
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.
******************************************************************************************************
DISCLAIMER
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
OF SUCH DAMAGE.
***************************************************************************************************

View File

@@ -24,17 +24,17 @@ To install the latest master version:
.. code-block:: bash
pip install git+https://github.com/ANL-CEEESA/LLEPE.git
pip install git+https://xgitlab.cels.anl.gov/summer-2020/parameter-estimation.git
Development version
===================
To contribute to LLEPE, with support for running tests and building the documentation.
To contribute to Stable-Baselines, with support for running tests and building the documentation.
.. code-block:: bash
git clone https://github.com/ANL-CEEESA/LLEPE.git
git clone https://xgitlab.cels.anl.gov/summer-2020/parameter-estimation.git && cd parameter-estimation
pip install -e .[docs,tests]

View File

@@ -18,13 +18,12 @@ Error between predicted and experimental data is then minimized.
guide/install
guide/quickstart
guide/about
.. toctree::
:maxdepth: 1
:caption: Searchers
modules/LLEPE
modules/reeps

View File

@@ -1,4 +1,4 @@
.. _LLEPE:
.. _reeps:
.. automodule:: llepe