Skip to content
Snippets Groups Projects
Commit 16205184 authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

url fixes

parent b32a09c0
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -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
......
......@@ -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/
......
......@@ -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=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment