fixed up docs to use new system; retested

This commit is contained in:
Matthias Felleisen 2012-06-25 19:11:16 -04:00
parent b5b918ca4a
commit 5ea11fc0b4
6 changed files with 7 additions and 9 deletions

View File

@ -314,6 +314,6 @@ level as they did in the @secref["intermediate-lam"] level.
@section[#:tag "advanced-pre-defined"]{Pre-Defined Functions}
@(require (submod lang/htdp-advanced procedures))
@(render-sections (docs) "htdp-advanced")
@(render-sections (docs) #'here "htdp-advanced")
@;prim-op-defns['(lib "htdp-advanced.rkt" "lang") #'here '()]

View File

@ -1,8 +1,6 @@
#lang scribble/doc
@(require "common.rkt" "std-grammar.rkt" "prim-ops.rkt"
(for-label lang/htdp-beginner-abbr))
@(require "common.rkt" "std-grammar.rkt" "prim-ops.rkt" (for-label lang/htdp-beginner-abbr))
@title[#:tag "beginner-abbr"]{Beginning Student with List Abbreviations}
@ -84,6 +82,6 @@ Abbreviations} level as they did in the @secref["beginner"] level.
@section[#:tag "beginner-abbr-pre-defined"]{Pre-defined Functions}
@(require (submod lang/htdp-beginner-abbr procedures))
@(render-sections (docs) "htdp-beginner-abbr")
@(render-sections (docs) #'here "htdp-beginner-abbr")
@;prim-op-defns['(lib "htdp-beginner-abbr.rkt" "lang") #'here '()]

View File

@ -78,6 +78,6 @@ A quoted @racket[name] is a symbol. A symbol is a value, just like
@section[#:tag "beginner-pre-defined"]{Pre-defined Functions}
@(require (submod lang/htdp-beginner procedures))
@(render-sections (docs) "htdp-beginner")
@(render-sections (docs) #'here "htdp-beginner")
@;prim-op-defns[ #'here '()]

View File

@ -28,4 +28,4 @@ fully tested; it simply means that each part of the program has been run
@;------------------------------------------------------------------------
@index-section[]
@;index-section[]

View File

@ -120,6 +120,6 @@ level as they did in the @secref["intermediate"] level.
@section[#:tag "intm-w-lambda-pre-defined"]{Pre-defined Functions}
@(require (submod lang/htdp-intermediate-lambda procedures))
@(render-sections (docs) "htdp-intermediate-lambda")
@(render-sections (docs) #'here "htdp-intermediate-lambda")
@;prim-op-defns['(lib "htdp-intermediate-lambda.rkt" "lang") #'here '()]

View File

@ -98,7 +98,7 @@ did in the @secref["beginner-abbr"] level.
@section[#:tag "intermediate-pre-defined" ]{Pre-defined Functions}
@(require (submod lang/htdp-intermediate procedures))
@(render-sections (docs) "htdp-intermediate")
@(render-sections (docs) #'here "htdp-intermediate")
@;prim-op-defns['(lib "htdp-intermediate.rkt" "lang") #'here '()]