Files
oc/clis/docs.python.org.json
T

9 lines
311 B
JSON
Raw Normal View History

{
"domain": "docs.python.org",
"commands": {
"library": { "open": "https://docs.python.org/3/library/{module}.html", "args": ["module"] },
"doc": { "open": "https://docs.python.org/3/{path}.html", "args": ["path"] },
"search": { "sphinx": "https://docs.python.org/3/", "args": ["query"] }
}
}