An open API service indexing awesome lists of open source software.

https://github.com/jackson-nestelroad/pokengine-jcoad-docs

Documentation for Pokéngine's programming language.
https://github.com/jackson-nestelroad/pokengine-jcoad-docs

Last synced: 7 months ago
JSON representation

Documentation for Pokéngine's programming language.

Awesome Lists containing this project

README

          

# Pokéngine jCoad Documentation
This repository holds the official documentation for jCoad, the custom programming language for developing regions on Pokéngine.

The site is built using **Sphinx** and **reStructuredText**. It is hosted by **Read the Docs**.

## Local Development

This project requires Python 3.8 and `pip` for installing dependencies. To set up locally, follow these steps:

1. Clone this repository to your computer.
2. Run `pip install sphinx`.
3. Run `pip install sphinx-rtd-theme`.
4. You can now run `make html` from the `./docs` folder to build static site!