Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pmmp/doc.pmmp.io

Documentation for PocketMine-MP
https://github.com/pmmp/doc.pmmp.io

pocketmine-mp pocketmine-mp-documentation

Last synced: 3 months ago
JSON representation

Documentation for PocketMine-MP

Awesome Lists containing this project

README

        

PocketMine-MP Documentation
===========================

This repository contains the source files for http://doc.pmmp.io/.

The documentation is built and hosted by https://readthedocs.org/.

Build local
-----------

### Pre-requisites
- python3
- pip
- install the requirements using `pip install -r requirements.txt`

Once you've done the above, you can build the site by running `make html`.
The HTML output files will be placed in the `./build` directory.