From 54acf506dbf9a7ea683936bfad26505803ef69ed Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 25 Oct 2010 18:46:09 +0200 Subject: [PATCH] Update docstring with api keyword and ospworks url --- liblove.py | 3 ++- main.py | 3 ++- spices.py | 3 ++- stylesheet.py | 3 ++- texts.py | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/liblove.py b/liblove.py index 88fae37..d15eb4a 100644 --- a/liblove.py +++ b/liblove.py @@ -1,10 +1,11 @@ #!/usr/bin/env python """ -A possible use of odfpy for the `Openbaar Schrijver' book. +A possible use of the odfpy api for the `Openbaar Schrijver' book. Written by Open Source Publishing. http://ospublish.constantvzw.org/works/valentine-scripting +http://ospublish.constantvzw.org/works/index.php?/project/publication-templates---openbaar-schrijver/ """ # vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 diff --git a/main.py b/main.py index e14e18f..2129582 100644 --- a/main.py +++ b/main.py @@ -1,10 +1,11 @@ #!/usr/bin/env python """ -A possible use of odfpy for the `Openbaar Schrijver' book. +A possible use of the odfpy api for the `Openbaar Schrijver' book. Written by Open Source Publishing. http://ospublish.constantvzw.org/works/valentine-scripting +http://ospublish.constantvzw.org/works/index.php?/project/publication-templates---openbaar-schrijver/ """ # vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 diff --git a/spices.py b/spices.py index 78679d2..3c753ff 100644 --- a/spices.py +++ b/spices.py @@ -2,10 +2,11 @@ # -*- coding: utf-8 -*- """ -A possible use of odfpy for the `Openbaar Schrijver' book. +A possible use of the odfpy api for the `Openbaar Schrijver' book. Written by Open Source Publishing. http://ospublish.constantvzw.org/works/valentine-scripting +http://ospublish.constantvzw.org/works/index.php?/project/publication-templates---openbaar-schrijver/ """ # vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 diff --git a/stylesheet.py b/stylesheet.py index f36619c..3b97ce1 100644 --- a/stylesheet.py +++ b/stylesheet.py @@ -2,10 +2,11 @@ # -*- coding: utf-8 -*- """ -A possible use of odfpy for the `Openbaar Schrijver' book. +A possible use of the odfpy api for the `Openbaar Schrijver' book. Written by Open Source Publishing. http://ospublish.constantvzw.org/works/valentine-scripting +http://ospublish.constantvzw.org/works/index.php?/project/publication-templates---openbaar-schrijver/ """ # vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 diff --git a/texts.py b/texts.py index f581866..6cd1e55 100644 --- a/texts.py +++ b/texts.py @@ -2,10 +2,11 @@ # -*- coding: utf-8 -*- """ -A possible use of odfpy for the `Openbaar Schrijver' book. +A possible use of the odfpy api for the `Openbaar Schrijver' book. Written by Open Source Publishing. http://ospublish.constantvzw.org/works/valentine-scripting +http://ospublish.constantvzw.org/works/index.php?/project/publication-templates---openbaar-schrijver/ """ # vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 -- 2.11.4.GIT