dds/scribblings/dds.scrbl

11 lines
250 B
Plaintext
Raw Normal View History

2020-11-29 00:02:06 +01:00
#lang scribble/manual
2020-11-29 00:28:46 +01:00
@(require (for-label racket graph))
2020-11-29 00:02:06 +01:00
@title{dds: A Home-made Toolkit for Discrete Dynamical Systems in Racket}
2020-11-29 00:28:46 +01:00
Welcome to my documentation: @racket[(list 'testing 1 2 3)].
@table-of-contents[]
@include-section["utils.scrbl"]