racket/collects/data/scribblings/data.scrbl
Ryan Culpepper 1b702a2ae3 docs reorganization
added tutorial, racket categories
  relabeled some other categories
  normalized manual names: de-bolded, changed some names
2011-07-01 17:16:53 -06:00

25 lines
621 B
Racket

#lang scribble/doc
@(require scribble/base
scribble/manual
(for-syntax racket/base racket/path)
(for-label scribble/base))
@title[#:tag "data"]{Data: Data Structures}
@defmodule[data]
This manual documents data structure libraries available in the
@racketmodname[data] collection.
@local-table-of-contents[#:style 'immediate-only]
@;{--------}
@include-section["queue.scrbl"]
@include-section["gvector.scrbl"]
@include-section["order.scrbl"]
@include-section["splay-tree.scrbl"]
@include-section["skip-list.scrbl"]
@include-section["interval-map.scrbl"]
@include-section["heap.scrbl"]