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
74
gomill/docs/library_overview.rst
Normal file
74
gomill/docs/library_overview.rst
Normal file
|
@ -0,0 +1,74 @@
|
|||
Library overview
|
||||
----------------
|
||||
|
||||
The :mod:`gomill` package includes the following modules:
|
||||
|
||||
.. the descriptions here should normally match the module :synopsis:, and
|
||||
therefore the module index.
|
||||
|
||||
========================================= ========================================================================
|
||||
Generic support code
|
||||
========================================= ========================================================================
|
||||
:mod:`~!gomill.utils`
|
||||
:mod:`~!gomill.compact_tracebacks`
|
||||
:mod:`~!gomill.ascii_tables`
|
||||
:mod:`~!gomill.job_manager`
|
||||
:mod:`~!gomill.settings`
|
||||
========================================= ========================================================================
|
||||
|
||||
========================================= ========================================================================
|
||||
Go-related support code
|
||||
========================================= ========================================================================
|
||||
:mod:`~gomill.common` Go-related utility functions.
|
||||
:mod:`~gomill.boards` Go board representation.
|
||||
:mod:`~gomill.ascii_boards` ASCII Go board diagrams.
|
||||
:mod:`~gomill.handicap_layout` Standard layout of fixed handicap stones.
|
||||
========================================= ========================================================================
|
||||
|
||||
========================================= ========================================================================
|
||||
|sgf| support
|
||||
========================================= ========================================================================
|
||||
:mod:`~!gomill.sgf_grammar`
|
||||
:mod:`~!gomill.sgf_properties`
|
||||
:mod:`~gomill.sgf` High level |sgf| interface.
|
||||
:mod:`~gomill.sgf_moves` Higher-level processing of moves and positions from |sgf| games
|
||||
========================================= ========================================================================
|
||||
|
||||
========================================= ========================================================================
|
||||
|gtp| controller side
|
||||
========================================= ========================================================================
|
||||
:mod:`~!gomill.gtp_controller`
|
||||
:mod:`~!gomill.gtp_games`
|
||||
========================================= ========================================================================
|
||||
|
||||
========================================= ========================================================================
|
||||
|gtp| engine side
|
||||
========================================= ========================================================================
|
||||
:mod:`~!gomill.gtp_engine`
|
||||
:mod:`~!gomill.gtp_states`
|
||||
:mod:`~!gomill.gtp_proxy`
|
||||
========================================= ========================================================================
|
||||
|
||||
========================================= ========================================================================
|
||||
Competitions
|
||||
========================================= ========================================================================
|
||||
:mod:`~!gomill.competition_schedulers`
|
||||
:mod:`~!gomill.competitions`
|
||||
:mod:`~gomill.tournament_results` Retrieving and reporting on tournament results.
|
||||
:mod:`~!gomill.tournaments`
|
||||
:mod:`~!gomill.playoffs`
|
||||
:mod:`~!gomill.allplayalls`
|
||||
:mod:`~!gomill.cem_tuners`
|
||||
:mod:`~!gomill.mcts_tuners`
|
||||
========================================= ========================================================================
|
||||
|
||||
========================================= ========================================================================
|
||||
The ringmaster
|
||||
========================================= ========================================================================
|
||||
:mod:`~!gomill.game_jobs`
|
||||
:mod:`~!gomill.terminal_input`
|
||||
:mod:`~!gomill.ringmaster_presenters`
|
||||
:mod:`~!gomill.ringmasters`
|
||||
:mod:`~!gomill.ringmaster_command_line`
|
||||
========================================= ========================================================================
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue