BHSDuncan / escoria-docs

Escoria framework official documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

escoria-docs

Introduction

This repository holds the official Escoria framework documentation, which is hosted by [https://readthedocs.org/] at https://docs.escoria-framework.org.

Building

To build the documentation locally, run the following using Docker:

docker run -it --rm -v $(pwd):/docs --entrypoint "/bin/bash" sphinxdoc/sphinx -c "pip install sphinx_rtd_theme myst_parser && sphinx-build -a . _build"

Contributors

By alphabetical order: Duncan Brown - Dev Orion Dennis Ploeger - dploeger Julian Murgia - StraToN

About

Escoria framework official documentation

License:MIT License


Languages

Language:Python 71.1%Language:Batchfile 15.7%Language:Makefile 13.2%