File: NOTES

package info (click to toggle)
dygraphs 2.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,340 kB
  • sloc: javascript: 24,842; sh: 800; python: 581; makefile: 45
file content (15 lines) | stat: -rw-r--r-- 454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The dygraphs documentation uses server-side includes to enforce a consistent
template between pages. As such, you can't load the docs files directly in your
browser.

To iterate locally on the docs, run:

    cd (dygraphs)/docs
    python3 ssi_server.py

Then visit localhost:8000 in your browser. You can edit/save/reload to see changes.

To push documentation to the web, run:

    cd (dygraphs)
    mksh scripts/push-to-web.sh user@site.com:directory