From 162051841a58207da75122926b67cb5818a19525 Mon Sep 17 00:00:00 2001 From: Yngve Levinsen <yngve.levinsen@esss.se> Date: Fri, 6 Jul 2018 10:26:39 +0200 Subject: [PATCH] url fixes --- README.md | 6 +++--- doc/index.rst | 4 ++-- setup.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6a7b7fe..c4282a6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You are free to use this code, but no warranty whatsoever is given. To install/ upgrade the package, run the command below. It is assumed that you have git and pip installed on your system. ```bash -pip install git+https://gitlab01.esss.lu.se/ess-bp/ess-python-tools.git -U --user +pip install git+https://gitlab.esss.lu.se/ess-bp/ess-python-tools.git -U --user ``` If you have installed using Anaconda, we recommend to not use the argument `--user`. @@ -21,7 +21,7 @@ The argument `-U` implies you should upgrade if you have already installed this ## Usage -Here we will briefly explain how to use the library. Please also see the [Online Documentation](https://ess-bp.pages.esss.lu.se/ess-python-tools). +Here we will briefly explain how to use the library. Please also see the [Online Documentation](http://ess-bp.pages.esss.lu.se/ess-python-tools). ### lib\_tw @@ -61,7 +61,7 @@ lib_tw includes a function to convert loss/elem to loss/elem-length. Examples: # - dlt_dt is a small number used to identify DTL_CEL elements. (Play with this number is there is an error message.) # # - An example to make a bar plot with an output file of this script can be found in -# https://gitlab01.esss.lu.se/ess-bp/pgfplots-examples/tree/master/loss.den +# https://gitlab.esss.lu.se/ess-bp/pgfplots-examples/tree/master/loss.den from ess import lib_tw diff --git a/doc/index.rst b/doc/index.rst index c5d9dc9..6c1466f 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -9,13 +9,13 @@ Installation is easiest using pip. If you want to install just for your user typ .. code-block:: bash - pip install git+https://gitlab01.esss.lu.se/ess-bp/ess-python-tools.git -U --user + pip install git+https://gitlab.esss.lu.se/ess-bp/ess-python-tools.git -U --user If you want to install it system wide, omit the `-\-user` argument: .. code-block:: bash - pip install git+https://gitlab01.esss.lu.se/ess-bp/ess-python-tools.git -U + pip install git+https://gitlab.esss.lu.se/ess-bp/ess-python-tools.git -U .. _GitLab: https://gitlab.esss.lu.se/ess-bp/ess-python-tools/ diff --git a/setup.py b/setup.py index 47099c2..395afb2 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='ESS Python Tools', version='1.8', description='ESS Related Tools', - url='https://gitlab01.esss.lu.se/ess-bp/ess-python-tools', + url='http://ess-bp.pages.esss.lu.se/ess-python-tools', author='Yngve Inntjore Levinsen', author_email='yngve.levinsen@esss.se', classifiers=[ -- GitLab