|
||
---|---|---|
api | ||
.gitignore | ||
README.rst | ||
build.sh | ||
styles.css |
README.rst
PlayJam GameStick server API documentation
This is an attempt to document the network API used by the PlayJam GameStick gaming console.
About
This documentation has been written by Christian Weiske, cweiske+ouya@cweiske.de.
Last update: ##UPDATE##
License
It is licensed under the GNU Free Documentation License.
Source code
The documentation sources are available at https://git.cweiske.de/playjam-gamestick-api-docs.git and mirrored at https://codeberg.org/cweiske/playjam-gamestick-api-docs
Home page
A rendered version of this documentation is available at http://cweiske.de/gamestick-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