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.
- Host: GitHub
- URL: https://github.com/jackson-nestelroad/pokengine-jcoad-docs
- Owner: jackson-nestelroad
- Created: 2021-01-17T17:53:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T00:53:59.000Z (about 1 year ago)
- Last Synced: 2025-01-29T09:20:19.840Z (9 months ago)
- Homepage: https://pokengine-jcoad.readthedocs.io/
- Size: 65.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!