We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e9c8f commit 6e10c55Copy full SHA for 6e10c55
1 file changed
drmaa/__init__.py
@@ -21,8 +21,10 @@
21
A python package for DRM job submission and control.
22
23
This package is an implementation of the DRMAA 1.0 Python language
24
-binding specification (http://www.ogf.org/documents/GFD.143.pdf). See
25
-http://drmaa-python.googlecode.com for package info and download.
+binding specification (http://www.ogf.org/documents/GFD.143.pdf).
+The source is hosted on GitHub: https://github.com/pygridtools/drmaa-python
26
+Releases are available from PyPi: https://pypi.python.org/pypi/drmaa
27
+Documentation is hosted on ReadTheDocs: http://drmaa-python.readthedocs.org/
28
29
:author: Enrico Sirola (enrico.sirola@statpro.com)
30
:author: Dan Blanchard (dblanchard@ets.org)
0 commit comments