Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pmmp/doc.pmmp.io
- Owner: pmmp
- Created: 2016-10-10T11:08:12.000Z (about 8 years ago)
- Default Branch: rtfd
- Last Pushed: 2024-05-22T16:39:02.000Z (7 months ago)
- Last Synced: 2024-09-27T09:43:35.272Z (3 months ago)
- Topics: pocketmine-mp, pocketmine-mp-documentation
- Language: Python
- Homepage: https://doc.pmmp.io
- Size: 1.16 MB
- Stars: 13
- Watchers: 7
- Forks: 48
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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.