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

https://github.com/cjsaylor/chessbot-docs


https://github.com/cjsaylor/chessbot-docs

chessbot hacktoberfest hacktoberfest2020 python

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ChessBot Documentation

Sphinx built documentation that powers the [documentation](https://www.chris-saylor.com/chessbot) for [ChessBot](https://github.com/cjsaylor/chessbot).

## Setup

```
pip install -r requirements.txt
```

## Build

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