Commit 527963d
docs(nldi): skip get_features_by_data_source example in the doctest build
The example downloads every feature for data_source="nwissite" (all NWIS sites nationwide) — an effectively unbounded slow stream that evades httpx's per-read timeout and hangs `make doctest` (it surfaced as the httpx.ReadTimeout doctest failure). Tag it `# doctest: +SKIP` so it stays a real, rendered doctest example but is not executed, and fix the comment that referenced an unused feature_id.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent df90403 commit 527963d
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
300 | | - | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
301 | 302 | | |
302 | 303 | | |
303 | 304 | | |
| |||
0 commit comments