forked from eliteservice1002/mlmodels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_doc.bat
executable file
·40 lines (10 loc) · 840 Bytes
/
run_doc.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
CALL activate "D:\_devs\Python01\ana3\envs\mlmodels2"
d:
cd D:\_devs\Python01\gitdev\cli_code\cli_code\cli_doc_auto
python main.py /_devs/Python01/gitdev/mlmodels/mlmodels/ ^
-vvv ^
--tab 4 ^
--out D:/_devs/Python01/gitdev/mlmodels/README_index_doc
cd D:/_devs/Python01/gitdev/mlmodels/
python run_doc.py
pause