docs.ligo.org/lscsoft/conda documentation is incomplete
in https://docs.ligo.org/lscsoft/conda/index.html
it says "Install conda (or Miniconda)"
but the miniconda link goes to https://conda.io/miniconda/ which says that this page doesn't exist.
I guess it should point to https://docs.conda.io/en/latest/miniconda.html .
Also, the neophyte (like myself) needs to be told: don't install conda, install miniconda!
In https://wiki.ligo.org/Computing/Conda
it gives explicit instructions about how to install miniconda ; eg,
curl -O https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh bash Miniconda3-latest-MacOSX-x86_64.sh conda config --add channels conda-forge
Shouldn't those also be in https://docs.ligo.org/lscsoft/conda/index.html ?
In https://wiki.ligo.org/Computing/Conda
it gives explicit instructions about
Using LSCSoft software distributed via conda, both in the workstation and LDG environments. For example,
wget -q https://git.ligo.org/lscsoft/conda/raw/master/environment-py36.yml conda env create -f environment-py36.yml conda activate ligo-py36
Shouldn't those also be in https://docs.ligo.org/lscsoft/conda/index.html ?