X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=scripts%2Fgenerate-documentation.py;h=2b1874d8a51fa12d68c7a8da6bc67ba239f7ff07;hb=f160e4ac8166f74d1f0e5604061564fbca5ba5a5;hp=31781b914574538f27e2a44320f544aad6b6ec27;hpb=3123ca57f71d145bb5bcc4a2f754d3dff3225346;p=dygraphs.git diff --git a/scripts/generate-documentation.py b/scripts/generate-documentation.py index 31781b9..2b1874d 100755 --- a/scripts/generate-documentation.py +++ b/scripts/generate-documentation.py @@ -16,7 +16,7 @@ debug_tests = [] # [ 'tests/zoom.html' ] # Pull options reference JSON out of dygraph.js js = '' in_json = False -for line in file('dygraph-options-reference.js'): +for line in file('src/dygraph-options-reference.js'): if '' in line: in_json = True elif '' in line: