Skip to content
/ gm0 Public
forked from gamemanual0/gm0

Game Manual 0 - The most extensive guide out there for FTC

License

Notifications You must be signed in to change notification settings

blalond/gm0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Manual 0

Welcome to Game Manual 0 (GM0)! This repository contains the source of Game Manual 0.

Building Game Manual 0

Game Manual 0 employs the Sphinx documentation generator, and the articles themselves are written in reStructuredText.

Currently, building Game Manual 0 is only supported on POSIX systems.

Requirements

  • Python 3
  • TexLive
  • dvipng
  • graphviz
  • make

Ensure the Python requirements are installed via running python3 -m pip install source/requirements.txt.

Building

How to check if the documentation is valid:

  • make lint
  • make linkcheck

How to build the different versions of the documentation:

  • make html
  • make latexpdf

How to see the options for building:

  • make help

How to develop the website:

  • make autobuild

About

Game Manual 0 - The most extensive guide out there for FTC

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 84.0%
  • Makefile 9.0%
  • Shell 6.1%
  • CSS 0.9%