From 7494b3411a8255a24a28c6ce167def788cbacd4d Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 1 Jul 2015 19:50:41 +0200 Subject: [PATCH] tell about source code and homepage --- .gitignore | 1 + README.rst | 17 +++++++++++++++++ build.sh | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) 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 -- 2.30.2