|
214 | 214 |
|
215 | 215 |
|
216 | 216 | swagger_config = { |
217 | | - 'title': 'MTV RestAPI Documentation', |
| 217 | + 'title': 'Sintel RestAPI Documentation', |
218 | 218 | 'uiversion': 3, |
219 | 219 | 'openapi': '3.0.2', |
220 | 220 | 'doc_dir': './apidocs/resources/', |
|
239 | 239 | <i>An open source project from Data to AI Lab at MIT.</i> |
240 | 240 | </p> |
241 | 241 |
|
242 | | -[]\ |
243 | | -(https://travis-ci.com/dyuliu/mtv) |
244 | | -[]\ |
245 | | -(https://coveralls.io/github/dyuliu/MTV) |
246 | | -[](https://github.com/dyuliu/MTV/releases) |
248 | | -[]\ |
249 | | -(https://hub.docker.com/r/dyuliu/mtv) |
250 | | -
|
251 | | -# What is MTV? |
252 | | -**MTV** (multivariate time series data visuaization) is a visual analytics \ |
253 | | -system built for anomaly analysis of multiple time-series data. |
| 242 | +# What is Sintel? |
| 243 | +**Sintel** (Signal Intelligence) provides Restful APIs to process massive |
| 244 | +signal data for anomaly analysis in an efficient and user-friendly way. |
| 245 | +To showcase the use of this library, we have built an example visual analytics |
| 246 | +system, MTV (multivariate time series visualization) -- which is built upon |
| 247 | +Sintel, to support users investigating and annotating time series anomalies |
| 248 | +in an very efficient and organized way. |
254 | 249 |
|
255 | 250 | # License |
256 | 251 |
|
257 | 252 | [The MIT License](https://github.com/HDI-Project/MTV/blob/master/LICENSE) |
258 | 253 | """ |
| 254 | +# markdown_text = """ |
| 255 | +# <p align="left"> |
| 256 | +# <img width=10% src="https://dai.lids.mit.edu/wp-content/uploads/2018/06/\ |
| 257 | +# Logo_DAI_highres.png" alt=“DAI-Lab” /> |
| 258 | +# <i>An open source project from Data to AI Lab at MIT.</i> |
| 259 | +# </p> |
| 260 | + |
| 261 | +# []\ |
| 262 | +# (https://travis-ci.com/dyuliu/mtv) |
| 263 | +# []\ |
| 264 | +# (https://coveralls.io/github/dyuliu/MTV) |
| 265 | +# [](https://github.com/dyuliu/MTV/releases) |
| 267 | +# []\ |
| 268 | +# (https://hub.docker.com/r/dyuliu/mtv) |
| 269 | + |
| 270 | +# # What is MTV? |
| 271 | +# **MTV** (multivariate time series data visuaization) is a visual analytics \ |
| 272 | +# system built for anomaly analysis of multiple time-series data. |
| 273 | + |
| 274 | +# # License |
| 275 | + |
| 276 | +# [The MIT License](https://github.com/HDI-Project/MTV/blob/master/LICENSE) |
| 277 | +# """ |
| 278 | + |
259 | 279 |
|
260 | 280 | swagger_tpl = { |
261 | 281 | 'info': { |
262 | 282 | 'description': markdown_text, |
263 | | - 'title': 'MTV RestAPI Documentation', |
| 283 | + 'title': 'Sintel RestAPI Documentation', |
264 | 284 | 'version': '1.0.0' |
265 | 285 | }, |
266 | 286 | 'tags': tags, |
|
0 commit comments