forked from apachecn/doctool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
24 lines (24 loc) · 754 Bytes
/
config.json
File metadata and controls
24 lines (24 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "Statsmodels 0.10 Documentation",
"url": "http://www.statsmodels.org/stable/index.html",
"link": ".toctree-wrapper a",
"base": "http://www.statsmodels.org/stable/",
"title": "div.body>div:first-of-type>h1",
"content": "div.body",
"remove": "",
"n_retry": 5,
"wait": 1,
"encoding": "utf-8",
"credit": false,
"processMath": false,
"processDecl": false,
"hdrs": {
"Accept": "*/*",
"Accept-Language": "zh-cn",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36",
"Content-Type": "application/x-www-form-urlencoded",
"Cache-Control": "no-cache"
},
"list": [
]
}