We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c2295 commit e2046cdCopy full SHA for e2046cd
2 files changed
.gitignore
@@ -5,3 +5,4 @@ dist/
5
build/
6
python_chess.egg-info/
7
nosetests.xml
8
+docs/_build/
README.rst
@@ -21,6 +21,11 @@ This is the scholars mate in python-chess:
21
board.push_san("Qxf7")
22
assert board.is_checkmate()
23
24
+Documentation
25
+-------------
26
+
27
+http://pythonhosted.org/python-chess/core.html
28
29
Features
30
--------
31
0 commit comments