NAME

  [1mtdda examples [22mâ Creates example data for TDDA

SYNOPSIS

  [1mtdda examples [22m[OUTDIR]
  [1mtdda examples [22m[[4mMODULE...[24m] [OUTDIR]
  [1mtdda examples all [22m[OUTDIR]

POSITIONAL ARGUMENTS

  [4mMODULE[24m can be any of:
    ‐ [1mreferencetest[0m
    ‐ [1mconstraints[0m
    ‐ [1mrexpy[0m
    ‐ [1mgentest[0m
    ‐ [1mbook[0m

  If not specified, all the first four will be created, without
  requiring internet access.

  [4mOUTDIR[24m is an optional directory in which to write the example
  directories; by default this will be the current working directory (.).

  If [1mall [22mis specified, or [1mbook [22mis included,
  the [1mtdda‐book‐examples [22mwill be downloaded from GitHub, which
  does require internet access.

DESCRIPTION

  Write out example code and data for all examples, by default,
  or for a particular module if specified.

  If no module is specified, examples for all four are written out.

  Examples are created in subdirectories of [4mOUTDIR[24m (default: the current
directory [1m.[22m).

EXAMPLES

  1) [1mtdda examples[0m
     Creates the referencetest, constraints, rexpy, and gentest
     examples in [1m.[0m

  2) [1mtdda examples gentest[0m
     Creates [1mexamples_gentest [22min [1m.[0m

  3) [1mtdda examples gentest book[0m
     Creates gentest and book examples in [1m.[0m

  4) [1mtdda examples all[0m
     Creates all the examples, four from local files and the book
     examples from GitHub in [1m.[0m












