docs/api.lisp @ fc6ac5c922d6

Add Monte Carlo example and GDL cleaning
author Steve Losh <steve@stevelosh.com>
date Thu, 23 Mar 2017 18:55:04 +0000
parents 4e100d7ed0b0
children f3b91b4a82b3
(ql:quickload "cl-d-api")

(d-api:generate-documentation
  :cl-ggp
  #p"docs/03-reference.markdown"
  (list "GGP" "GGP-RULES")
  "The following is a list of all user-facing parts of `cl-ggp`.

If there are backwards-incompatible changes to anything listed here, they will
be noted in the changelog and the author will feel bad.

Anything not listed here is subject to change at any time with no warning, so
don't touch it.

"
  :title "Main API Reference")

(d-api:generate-documentation
  :cl-ggp.reasoner
  #p"docs/04-reference-reasoner.markdown"
  (list "GGP.REASONER")
  "cl-ggp includes a simple Prolog-based reasoner you can use as a starting point when writing general game players in the `ggp.reasoner` system.

  "
  :title "Reasoner API Reference")