From 64dbf40808667c1cafdfebce9f67fdacb30d7cf4 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 5 Sep 2010 20:26:03 -0400 Subject: [PATCH] Add information about JPKForceSpec.txt to hooke.driver.jpk.__doc__. Update this if you adjust the driver based on a newer spec, or if JPK changes their licensing or contact email address. --- hooke/driver/jpk.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hooke/driver/jpk.py b/hooke/driver/jpk.py index 171ce7a..d70fa3c 100644 --- a/hooke/driver/jpk.py +++ b/hooke/driver/jpk.py @@ -18,6 +18,9 @@ # . """Driver for JPK ForceRobot's velocity clamp data format. + +This driver is based on JPK's :file:`JPKForceSpec.txt` version 0.12. +The specs are freely available from JPK, just email support@jpk.com. """ import os.path -- 2.26.2