From: Christian Weiske Date: Wed, 1 Jul 2015 17:50:41 +0000 (+0200) Subject: tell about source code and homepage X-Git-Tag: v1.1~25 X-Git-Url: https://git.cweiske.de/ouya-store-api.git/commitdiff_plain/7494b3411a8255a24a28c6ce167def788cbacd4d?ds=inline tell about source code and homepage --- diff --git a/.gitignore b/.gitignore index 9b61c8c..a402973 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +/*.htm /*.html diff --git a/README.rst b/README.rst index 8b24516..0954cf1 100644 --- a/README.rst +++ b/README.rst @@ -48,4 +48,21 @@ About This documentation has been written by Christian Weiske, cweiske+ouya@cweiske.de. + +License +======= It is licensed under the GNU Free Documentation License. + + +Source code +=========== +The documentation sources are available at +http://git.cweiske.de/ouya-store-api.git/ +and mirrored at +https://github.com/cweiske/ouya-store-api + + +Home page +========= +A rendered version of this documentation is available at +http://cweiske.de/ouya-store-api-docs.htm diff --git a/build.sh b/build.sh index 68ec9eb..5854090 100755 --- a/build.sh +++ b/build.sh @@ -1,2 +1,2 @@ #!/bin/sh -rst2html README.rst README.html +rst2html README.rst ouya-store-api-docs.htm