Bug fix for dygraph point selection touch event.
[dygraphs.git] / docs / NOTES
CommitLineData
14403441
DV
1The dygraphs documentation uses server-side includes to enforce a consistent
2template between pages. As such, you can't load the docs files directly in your
3browser.
4
5To iterate locally on the docs, run:
6
7 cd (dygraphs)/docs
8 ./ssi_server.py
9
10Then visit localhost:8000 in your browser. You can edit/save/reload to see changes.
11
12To push documentation to the web, run:
13
14 cd (dygraphs)
15 ./push-to-web.sh user@site.com:directory