doc: Add proper requires to Scribble files.
This commit is contained in:
parent
157c226259
commit
b8fcfb2374
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#lang scribble/manual
|
#lang scribble/manual
|
||||||
@(require (for-label racket "../functions.rkt"))
|
@(require (for-label racket "../functions.rkt" "../utils.rkt"))
|
||||||
|
|
||||||
@title[#:tag "functions"]{dds/functions: Formal Functions}
|
@title[#:tag "functions"]{dds/functions: Formal Functions}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#lang scribble/manual
|
#lang scribble/manual
|
||||||
@(require (for-label racket graph "../networks.rkt"))
|
@(require (for-label racket graph "../networks.rkt" "../utils.rkt" "../functions.rkt" racket/random racket/hash))
|
||||||
|
|
||||||
@title[#:tag "networks"]{dds/networks: Formal Dynamical Networks}
|
@title[#:tag "networks"]{dds/networks: Formal Dynamical Networks}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue