##// END OF EJS Templates
Remove docs infrastructure for jsdoc...
Thomas Kluyver -
Show More
@@ -60,7 +60,7 b' dist: html'
60 cp -al build/html .
60 cp -al build/html .
61 @echo "Build finished. Final docs are in html/"
61 @echo "Build finished. Final docs are in html/"
62
62
63 html: jsapi api autoconfig automagic
63 html: api autoconfig automagic
64 html_noapi: clean_api autoconfig automagic
64 html_noapi: clean_api autoconfig automagic
65
65
66 html html_noapi:
66 html html_noapi:
@@ -81,9 +81,6 b' source/config/options/generated:'
81 python autogen_config.py
81 python autogen_config.py
82 @echo "Created docs for config options"
82 @echo "Created docs for config options"
83
83
84 jsapi:
85 jsdoc -c jsdoc_config.json -d ./build/jsapi_html/
86
87 api: source/api/generated/gen.txt
84 api: source/api/generated/gen.txt
88
85
89 source/api/generated/gen.txt:
86 source/api/generated/gen.txt:
@@ -5,7 +5,6 b' SETLOCAL'
5
5
6 SET SPHINXOPTS=
6 SET SPHINXOPTS=
7 SET SPHINXBUILD=sphinx-build
7 SET SPHINXBUILD=sphinx-build
8 SET JSDOC=jsdoc
9 SET PAPER=
8 SET PAPER=
10 SET SRCDIR=source
9 SET SRCDIR=source
11
10
@@ -43,9 +42,6 b' FOR %%L IN (html pickle htmlhelp latex changes linkcheck) DO ('
43 )
42 )
44 )
43 )
45
44
46 IF "%1" == "jsapi" (
47 %JSDOC% -c jsdoc_config.json -d ./build/jsapi_html/
48 )
49
45
50 IF "%1" == "clean" (
46 IF "%1" == "clean" (
51 RD /s /q build dist %SRCDIR%\api\generated 2>NUL
47 RD /s /q build dist %SRCDIR%\api\generated 2>NUL
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now