https://github.com/cjsaylor/chessbot-docs
https://github.com/cjsaylor/chessbot-docs
chessbot hacktoberfest hacktoberfest2020 python
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cjsaylor/chessbot-docs
- Owner: cjsaylor
- Created: 2019-03-16T00:19:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T18:57:55.000Z (over 6 years ago)
- Last Synced: 2025-01-22T10:36:31.857Z (over 1 year ago)
- Topics: chessbot, hacktoberfest, hacktoberfest2020, python
- Homepage: https://www.chris-saylor.com/chessbot
- Size: 279 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```