
added tutorial, racket categories relabeled some other categories normalized manual names: de-bolded, changed some names
25 lines
609 B
Racket
25 lines
609 B
Racket
#lang scribble/doc
|
|
@(require "common.rkt")
|
|
|
|
@;{John's comments:
|
|
- There's no enumerate?
|
|
- commandline _and_ exec?
|
|
- using commandline for stand-alone URLs?
|
|
- TO-DO: sandbox docs, create index, TOC?
|
|
More comments labeled with `JBC' below
|
|
;}
|
|
|
|
@title{Handin Server}
|
|
|
|
@table-of-contents[]
|
|
|
|
@include-section["server-client.scrbl"]
|
|
@include-section["quick-start.scrbl"]
|
|
@include-section["wheres-the-collection.scrbl"]
|
|
@include-section["client-customization.scrbl"]
|
|
@include-section["server-setup.scrbl"]
|
|
@include-section["checker-utils.scrbl"]
|
|
@include-section["other-utils.scrbl"]
|
|
|
|
@index-section[]
|