Conreality / sdk.conreality.org

The source repository for the Conreality Software Development Kit (SDK) manual.

Home Page:https://sdk.conreality.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conreality Software Development Kit (SDK) Manual

Project license Travis CI build status

This is the source repository for the Conreality Software Development Kit (SDK) manual and website.

All materials herein are released into the public domain.

Prerequisites

The following software is required in order to build this manual from source:

$ pip3 install -U sphinx
$ pip3 install -U sphinx_bootstrap_theme

$ brew install graphviz      # on macOS
$ sudo apt install graphviz  # on Ubuntu or Debian Linux

Building the Manual

$ make html      # HTML output in .build/html/index.html
$ make latexpdf  # PDF  output in .build/latex/conreality-sdk.pdf
$ make epub      # EPUB output in .build/epub/conreality-sdk.epub

Publishing the Manual

$ make clean html publish

About

The source repository for the Conreality Software Development Kit (SDK) manual.

https://sdk.conreality.org

License:Other


Languages

Language:Python 52.9%Language:Makefile 31.3%Language:ApacheConf 4.5%Language:C# 2.9%Language:C++ 2.6%Language:Go 1.9%Language:Kotlin 1.7%Language:Elixir 1.4%Language:Ruby 0.8%