From 4bdf3106e13576e1b46a1d5e2e841ebc61045ee1 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 25 Dec 2016 23:36:35 -0800 Subject: remove variables from metadata files Plan here is to make these examples only. --- examples/lotka_volterra/metadata.toml | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'examples/lotka_volterra/metadata.toml') diff --git a/examples/lotka_volterra/metadata.toml b/examples/lotka_volterra/metadata.toml index 7ebc215..9753537 100644 --- a/examples/lotka_volterra/metadata.toml +++ b/examples/lotka_volterra/metadata.toml @@ -3,37 +3,6 @@ name-en = "Lotka–Volterra equations" description-en = "Predator-Prey Model" -[variables] - - [variables.t] - type = 'time' # or "independent"? - - [variables.x] - type = 'state' - - [variables.y] - type = 'state' - - [variables.alpha] - type = 'parameter' - latex = '\alpha' - unicode = 'α' - - [variables.beta] - type = 'parameter' - latex = '\beta' - unicode = 'β' - - [variables.delta] - type = 'parameter' - latex = '\delta' - unicode = 'δ' - - [variables.gamma] - type = 'parameter' - latex = '\gamma' - unicode = 'γ' - [examples] [examples.mathworld] -- cgit v1.2.3