Use this workflow when API behavior is unknown or when you need broad official coverage.
- Site search index (full text):
https://developer.quectel.com/doc/quecpython/static/search_index/index.json - Site sitemap (coverage/inventory):
https://developer.quectel.com/doc/quecpython/sitemap.xml - API link list (local fallback):
references/official-doc-links.md
- Find candidate pages by keyword:
python scripts/query_qpy_docs_online.py --keyword <k1> --keyword <k2> --section API_reference --lang zh - If scope is unclear, inspect sitemap counts and sections:
python scripts/crawl_qpy_site_index.py --lang zh --out review/qpy-sitemap-zh.json - Cross-check API signatures with local stubs:
references/stubs-index.md - Cross-check model support with capability data:
python scripts/query_module_capability.py --module <MODEL> - For hardware pin questions (PIN/GPIO), run targeted mapping query:
python scripts/query_pin_map.py --model <MODEL> --pin <N> --lang zh --top 5
qpy-vscode-extensioncan open URL links, but does not provide a dedicated command for official API keyword search.- Online docs pages can include model-specific sections; do not assume all models share the same API behavior.