Skip to content

mattheww/sgfmill

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

That is, in cases where the function is taking full responsibility describing
the error.
83f9b47

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sgfmill

Sgfmill is a Python library for reading and writing Go game records using Smart Game Format (SGF).

Full documentation and contact information is available from the home page.

Requirements

Sgfmill requires Python 3.2 or later. There are no other requirements.

This is a Python 3 version of the SGF code from the Python 2 Gomill project. If you need Python 2 support, please use Gomill instead.

Building the documentation

To build the HTML documentation yourself:

./build_docs

The documentation will be generated in doc/_build/html.

Requirements:

  • Sphinx version 1.0 or later (tested with 1.4)