Update documentation. Lots more is needed before it is finished.

This commit is contained in:
Chris Johns 2013-02-24 20:07:47 +11:00
parent 77c68e8d8f
commit 5ba5405362
2 changed files with 906 additions and 289 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ version = "1.0.0"
def configure(ctx):
ctx.env.ASCIIDOC = ctx.find_program(['asciidoc.py'], mandatory = True)
ctx.env.ASCIIDOC_FLAGS = ['-b', 'html', '-a', 'data-uri', '-a', 'icons', '-a', 'max-width=55em-a']
ctx.env.ASCIIDOC_FLAGS = ['-b', 'html5', '-a', 'data-uri', '-a', 'icons', '-a', 'max-width=55em-a']
def build(ctx):
ctx(target = 'source-builder.html', source = 'source-builder.txt')