8000 GitHub - cjsaylor/chessbot-docs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cjsaylor/chessbot-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChessBot Documentation

Sphinx built documentation that powers the documentation for ChessBot.

Setup

pip install -r requirements.txt

Build

cd docs
make html
open build/html/index.html
0