Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ess-python-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESS Beam Physics
ess-python-tools
Commits
16205184
Commit
16205184
authored
6 years ago
by
Yngve Levinsen
Browse files
Options
Downloads
Patches
Plain Diff
url fixes
parent
b32a09c0
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+3
-3
3 additions, 3 deletions
README.md
doc/index.rst
+2
-2
2 additions, 2 deletions
doc/index.rst
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
6 additions
and
6 deletions
README.md
+
3
−
3
View file @
16205184
...
...
@@ -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://gitlab
01
.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
](
http
s
://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://gitlab
01
.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
...
...
This diff is collapsed.
Click to expand it.
doc/index.rst
+
2
−
2
View file @
16205184
...
...
@@ -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://gitlab
01
.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://gitlab
01
.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/
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
16205184
...
...
@@ -3,7 +3,7 @@ from distutils.core import setup
setup
(
name
=
'
ESS Python Tools
'
,
version
=
'
1.8
'
,
description
=
'
ESS Related Tools
'
,
url
=
'
http
s
://
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
=
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment