Skip to content

docs: GFQL WHERE reference (restack)#919

Merged
lmeyerov merged 16 commits intomasterfrom
restack/docs
Mar 2, 2026
Merged

docs: GFQL WHERE reference (restack)#919
lmeyerov merged 16 commits intomasterfrom
restack/docs

Conversation

@lmeyerov
Copy link
Contributor

@lmeyerov lmeyerov commented Feb 5, 2026

Summary

  • add GFQL WHERE (same-path constraints) docs with a new reference page
  • cross-link WHERE in GFQL overview/quick/predicates/spec/wire/API pages
  • add brief WHERE notes in translation and Cypher mapping guides
  • fold in GFQL docs catchall fixes discovered during editorial pressure testing:
    • g.gfql(ops=[...]) -> g.gfql([...]) in quick docs
    • replace bare chain([...]) snippets with runnable g.gfql([...]) forms
    • align null predicate naming to exported API (isnull/notnull, isna/notna)

Status

Testing

  • DOCS_FORMAT=html VALIDATE_NOTEBOOK_EXECUTION=0 ./docs/ci.sh (from docs/; Sphinx reported warnings on notebook copy-overwrite)
  • RTD preview links validated (edited pages return HTTP 200)

Closes #926

@lmeyerov lmeyerov marked this pull request as ready for review February 6, 2026 06:50
@lmeyerov lmeyerov force-pushed the restack/docs branch 2 times, most recently from 1c0e2ec to bbccb7f Compare February 7, 2026 23:49
@lmeyerov lmeyerov force-pushed the restack/where-core branch 2 times, most recently from 3af0e9e to e03871e Compare March 1, 2026 04:29
@lmeyerov lmeyerov force-pushed the restack/docs branch 2 times, most recently from 02eb55a to 212d628 Compare March 1, 2026 07:12
Base automatically changed from restack/where-core to master March 1, 2026 18:22
@lmeyerov lmeyerov merged commit 3f31f72 into master Mar 2, 2026
31 checks passed
@lmeyerov lmeyerov deleted the restack/docs branch March 2, 2026 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs catchall: GFQL example/API drift (gfql signature, chain snippet, null predicate names)

1 participant