Start the documentation.
This commit is contained in:
parent
ae21ea6464
commit
12cc862c94
2 changed files with 6 additions and 0 deletions
1
info.rkt
1
info.rkt
|
@ -3,3 +3,4 @@
|
||||||
(define deps '("base"
|
(define deps '("base"
|
||||||
"graph-lib"
|
"graph-lib"
|
||||||
"rackunit-lib"))
|
"rackunit-lib"))
|
||||||
|
(define scribblings '(("scribblings/manual.scrbl" ())))
|
||||||
|
|
5
scribblings/manual.scrbl
Normal file
5
scribblings/manual.scrbl
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#lang scribble/manual
|
||||||
|
|
||||||
|
@title{dds: A Home-made Toolkit for Discrete Dynamical Systems in Racket}
|
||||||
|
|
||||||
|
Welcome to my documentation: @racket[(list 'testing 1 2 3)].
|
Loading…
Reference in a new issue