You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ If you plan or would like to contribute to the library, you must follow the DCO
22
22
23
23
## Introduction
24
24
25
-
This library allows you to call the LSF APIs directly through Python(https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/New%20IBM%20Platform%20LSF%20Wiki/page/Integrations%2C%20APIs%2C%20and%20samples). The wrapper is created using Pythons SWIG interface and links directly to LSF's shared libraries.
25
+
This library allows you to call the LSF APIs directly through Python. [You can find more information and usage notes here](https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/New%20IBM%20Platform%20LSF%20Wiki/page/Integrations%2C%20APIs%2C%20and%20samples). The wrapper is created using Pythons SWIG interface and links directly to LSF's shared libraries.
26
26
27
-
You are encouraged to contribute your own Python wrappers to the Open Source LSF APIs for Python, and you may find some examples in IBM Platform LSF Wiki(https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/New%20IBM%20Platform%20LSF%20Wiki/page/Using%20the%20Python%20wrapper%20for%20LSF%20API).
27
+
You are encouraged to contribute your own Python wrappers to the Open Source LSF APIs for Python, and you may find some examples in [IBM Platform LSF Wiki](https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/New%20IBM%20Platform%20LSF%20Wiki/page/Using%20the%20Python%20wrapper%20for%20LSF%20API).
28
28
29
29
IBM provides formal support for this software to entitled clients via the normal IBM support channels.
30
30
@@ -40,6 +40,7 @@ To compile and install the library, go to the main source directory
0 commit comments