1 parent 9ae5666 commit 5299e52Copy full SHA for 5299e52
2 files changed
README.rst
@@ -55,6 +55,7 @@ https://python-chess.readthedocs.io/en/latest/
55
* `Gaviota endgame tablebase probing <https://python-chess.readthedocs.io/en/latest/gaviota.html>`_
56
* `Syzygy endgame tablebase probing <https://python-chess.readthedocs.io/en/latest/syzygy.html>`_
57
* `UCI engine communication <https://python-chess.readthedocs.io/en/latest/uci.html>`_
58
+* `Variants <https://python-chess.readthedocs.io/en/latest/variant.html>`_
59
* `Changelog <https://python-chess.readthedocs.io/en/latest/changelog.html>`_
60
61
Features
docs/variant.rst
@@ -1,5 +1,5 @@
1
-Variant support (experimental)
2
-==============================
+Variants (experimental)
+=======================
3
4
python-chess supports several chess variants.
5
0 commit comments