X-Git-Url: https://git.cweiske.de/ouya-store-api.git/blobdiff_plain/7494b3411a8255a24a28c6ce167def788cbacd4d..c6dd0441a3548eaf362405454fcf7eee9617c271:/README.rst?ds=sidebyside diff --git a/README.rst b/README.rst index 0954cf1..e910d59 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ OUYA store API documentation **************************** -This is an attempt to document the API used by OUYA gaming devices to +This is an attempt to document the API used by OUYA gaming consoles to speak with ``devs.ouya.tv``. .. contents:: @@ -66,3 +66,16 @@ Home page ========= A rendered version of this documentation is available at http://cweiske.de/ouya-store-api-docs.htm + + + +Building +======== +You need to install ``rst2html5`` before:: + + $ pip install rst2html5-tools + +Rendering the docs is done via a build script:: + + $ ./build.sh +