{%extends "layout.html"%} {% set help_url_examples = """ / index /stats.bar stats.bar's datapoints in recent 1.5 hour /stats.bar/1h stats.bar's datapoints in recent 1 hour /stats.bar/15m stats.bar's datapoints in recent 15 minutes /stats.bar/1000 stats.bar's latest 1000 datapoints /stats.bar/0 stats.bar's all datapoints /stats.bar/around/13:00 stats.bar's datapoints around today 13:00 /stats.bar/around/3-25 17:01 stats.bar's datapoints around 3-25 17:01 /stats.bar/around/12:00/1h stats.bar's datapoints around 12:00, offset ±1h """ %} {% set help_time_unit = """ s seconds m minutes h hours d days """ %} {% set help_limit = """ /stats.bar/100 stats.bar's latest 100 datapoints /stats.bar/0 stats.bar's all datapoints """%} {%block container%}
Help

URL routes examples:

{{help_url_examples}}

Charater mappings for time units:

{{help_time_unit}}

Limit datapoints count:

{{help_limit}}
{%endblock%}