Skip to content

Commit e2046cd

Browse files
committed
Add link to documentation
1 parent 38c2295 commit e2046cd

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ dist/
55
build/
66
python_chess.egg-info/
77
nosetests.xml
8+
docs/_build/

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ This is the scholars mate in python-chess:
2121
board.push_san("Qxf7")
2222
assert board.is_checkmate()
2323

24+
Documentation
25+
-------------
26+
27+
http://pythonhosted.org/python-chess/core.html
28+
2429
Features
2530
--------
2631

0 commit comments

Comments
 (0)