From 2000d28b07aac78bbad238938aacfde64ff3802e Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Thu, 23 Feb 2012 16:04:32 +0100 Subject: Style sheet for html docs plus minor adjustments --- README | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'README') diff --git a/README b/README index c84a369..88c5510 100644 --- a/README +++ b/README @@ -49,7 +49,7 @@ Initialize or create an object:: Default iterators provided for all container objects:: - for case in TestRun(1234):: + for case in TestRun(1234): if case.automated: case.status = Status("RUNNING") @@ -83,7 +83,13 @@ LINKS Project page: http://psss.fedorapeople.org/python-nitrate/ -Nitrate test case management system: +Git repo: +http://fedorapeople.org/gitweb?p=psss/public_git/python-nitrate + +File bugs: +https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora + +Nitrate: https://fedorahosted.org/nitrate/ @@ -99,23 +105,18 @@ nitrate module features see the Python online documentation:: AUTHORS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ High-level Python module: -Petr Šplíchal , -Zbyšek Mráz . +Petr Šplíchal and Zbyšek Mráz. Low-level XMLRPC driver: -Airald Hapairai, -David Malcolm , -Will Woods , -Bill Peck , -Chenxiong Qi , -Tang Chaobin , -Yuguang Wang -and Xuqing Kuang . +Airald Hapairai, David Malcolm, Will Woods, Bill Peck, Chenxiong +Qi, Tang Chaobin, Yuguang Wang and Xuqing Kuang. Hope, the library will save you time and bring some joy when writing scripts interacting with the Nitrate server. Looking forward to your feedback, comments, suggestions and patches ;-) +Petr Šplíchal + COPYRIGHT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit