doc repairs

This commit is contained in:
Matthew Flatt 2013-07-03 11:31:18 -06:00
parent 49d3deabb6
commit 9ccafb1297
11 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
#lang scribble/doc
@(require "common.rkt"
(for-label "../graphics.rkt"
"../graphics-sig.rkt"
"../graphics-unit.rkt"
"../graphics-posn-less-unit.rkt"))
(for-label graphics/graphics
graphics/graphics-sig
graphics/graphics-unit
graphics/graphics-posn-less-unit))
@title{Graphics: Legacy Library}

View File

@ -1,5 +1,5 @@
#lang scribble/doc
@(require "common.rkt" (for-label "../turtles.rkt" "../turtle-examples.rkt"))
@(require "common.rkt" (for-label graphics/turtles graphics/turtle-examples))
@title{Traditional Turtles}

View File

@ -1,5 +1,5 @@
#lang scribble/doc
@(require "common.rkt" (for-label "../value-turtles.rkt"))
@(require "common.rkt" (for-label graphics/value-turtles))
@title{Value Turtles}

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB