Skip to content

Commit

Permalink
docs: remove references to obsolete properties in build package API d…
Browse files Browse the repository at this point in the history
…ocs (#312)

Fixes #311
  • Loading branch information
chrispcampbell authored Jan 26, 2023
1 parent 1a9fa37 commit 4ab2f31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/build/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ export async function config() {
modelFiles: ['example.mdl'],
modelSpec: async () => {
return {
startTime: 2000,
endTime: 2100,
inputs: [{ varName: 'Y', defaultValue: 0, minValue: -10, maxValue: 10 }],
outputs: [{ varName: 'Z' }],
datFiles: []
Expand Down

0 comments on commit 4ab2f31

Please sign in to comment.