rakugoteam / Docs

Docs for Rakugo

Home Page:https://rakugodocs.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This are Docs for Rakugo

Inspired by Ren'Py, Rakugo is a project aimed at providing a better toolset for narrative-based games on Godot.

This docs are using:

How to Build

  1. To build it yourself you need Python 3.8.5+ and some libs.

  2. Install libs: python -m pip install -r requirements.txt

  3. Build:

    • Linux/Mac:
      > python3 local_fix.py
      > make html
    • Windows:
      > python3 local_fix.py
      > make.bat html

About

Docs for Rakugo

https://rakugodocs.readthedocs.io/en/latest/

License:MIT License


Languages

Language:Markdown 40.7%Language:CSS 29.2%Language:Python 17.1%Language:JavaScript 11.7%Language:Batchfile 0.7%Language:Makefile 0.6%