dds/scribblings/dds.scrbl
Sergiu Ivanov e2788be237 Add the Scribble files for almost all modules.
The generics module will probably disappear or take a different shape
in the near future.
2020-11-29 17:43:20 +01:00

13 lines
350 B
Racket

#lang scribble/manual
@(require (for-label racket graph))
@title{dds: A Home-made Toolkit for Discrete Dynamical Systems in Racket}
Welcome to my documentation: @racket[(list 'testing 1 2 3)].
@table-of-contents[]
@include-section["utils.scrbl"]
@include-section["functions.scrbl"]
@include-section["networks.scrbl"]
@include-section["rs.scrbl"]