Included gomill framework for SGF and GTP support, and sketched out SGF game-loading code.
This commit is contained in:
parent
700a6a2f32
commit
692dc294d6
119 changed files with 27458 additions and 3 deletions
32
gomill/docs/library.rst
Normal file
32
gomill/docs/library.rst
Normal file
|
@ -0,0 +1,32 @@
|
|||
The Gomill library
|
||||
==================
|
||||
|
||||
Gomill is intended to be useful as a Python library for developing |gtp|- and
|
||||
|sgf|-based tools.
|
||||
|
||||
As of Gomill |version|, not all of the library API is formally documented.
|
||||
Only the parts which are described in this documentation should be considered
|
||||
stable public interfaces.
|
||||
|
||||
Nonetheless, the source files for the remaining modules contain fairly
|
||||
detailed documentation, and the :doc:`example scripts <example_scripts>`
|
||||
illustrate how some of them can be used.
|
||||
|
||||
.. contents:: Page contents
|
||||
:local:
|
||||
:backlinks: none
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
:titlesonly:
|
||||
|
||||
library_overview
|
||||
gomill_package
|
||||
common
|
||||
boards
|
||||
ascii_boards
|
||||
handicap_layout
|
||||
sgf
|
||||
tournament_results
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue