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

@@ -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]