Skip to content

Commit 18e5171

Browse files
committed
Remove irrelevant files
1 parent 4f9e236 commit 18e5171

File tree

6 files changed

+5
-253
lines changed

6 files changed

+5
-253
lines changed
File renamed without changes.

Jenkinsfile

Lines changed: 0 additions & 121 deletions
This file was deleted.

Jenkinsfile_linux

Lines changed: 0 additions & 97 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
11
# genie_python
22

3-
The ISIS Python-based instrument control and scripting library.
3+
Instrument control and scripting library at the ISIS Neutron & Muon source.
44

5-
## Instrument initialisation
5+
---
66

7-
By default when setting an instrument the init_default.py file is loaded.
8-
This file checks for the existence of a folder called C:\Instrument\Settings\config\NDX%INSTNAME%\Python and adds this to the sys path if it does.
9-
If this path exists and contains a file called init_%INSTNAME%.py, it will load it too.
7+
Documentation: https://isiscomputinggroup.github.io/genie/genie_python
108

11-
On the NDX any files in C:\Instrument\Settings\config\NDX%INSTNAME%\Python can be added to SVN for safe keeping.
9+
Source: https://github.com/ISISComputingGroup/genie
1210

13-
Python modules can be imported directly from the C:\Instrument\Settings\config\NDX%INSTNAME%\Python directory. If running on a client it is necessary to have a copy of the Python directory for the instrument being connected to in the correct location.
14-
15-
Folders inside the Python directory must have a `__init__.py` file for them to be available to be imported.
16-
17-
## Start-up
18-
The line "from genie_python import *" in genie_startup is responsible for loading all the genie_python stuff!
19-
This file also contains code for disabling quickedit and for making genie_python guess the instrument name.
20-
21-
As genie_python is running inside IPython we use c.TerminalIPythonApp.exec_files to run genie_start.py, so everything is imported correctly.
11+
PyPi: https://pypi.org/project/genie_python/

mantid_requirements.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

parse_rules

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)