Skip to content

Commit

Permalink
Merge pull request #14 from Cielo24/feature/CLC-293
Browse files Browse the repository at this point in the history
CLC-293: example EL fixed
  • Loading branch information
ccoakley committed Aug 11, 2015
2 parents ab51ccf + ec94277 commit 84cfd5e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions api/source/output_formats/example_elementlist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,55 +13,55 @@ Example ElementList
"time_ranges": [
{
"start_time": 147260,
"end_time:": 147830
"end_time": 147830
},
{
"start_time": 149400,
"end_time:": 149880
"end_time": 149880
},
{
"start_time": 163210,
"end_time:": 163630
"end_time": 163630
},
{
"start_time": 203330,
"end_time:": 203830
"end_time": 203830
}
]
},
"liquid": {
"time_ranges": [
{
"start_time": 76630,
"end_time:": 76870
"end_time": 76870
},
{
"start_time": 82930,
"end_time:": 83260
"end_time": 83260
},
{
"start_time": 153170,
"end_time:": 153370
"end_time": 153370
}
]
},
"recipe": {
"time_ranges": [
{
"start_time": 118280,
"end_time:": 118780
"end_time": 118780
},
{
"start_time": 206370,
"end_time:": 206870
"end_time": 206870
}
]
},
"pork": {
"time_ranges": [
{
"start_time": 39520,
"end_time:": 395760
"end_time": 395760
}
]
}
Expand All @@ -72,7 +72,7 @@ Example ElementList
"time_ranges": [
{
"start_time": 0,
"end_time:": 219290
"end_time": 219290
}
]
}
Expand All @@ -84,7 +84,7 @@ Example ElementList
"time_ranges": [
{
"start_time": 6000,
"end_time:": 8000
"end_time": 8000
}
]
},
Expand All @@ -93,11 +93,11 @@ Example ElementList
"time_ranges": [
{
"start_time": 6230,
"end_time:": 6350
"end_time": 6350
},
{
"start_time": 61360,
"end_time:": 61450
"end_time": 61450
}
]
}
Expand Down

0 comments on commit 84cfd5e

Please sign in to comment.