Skip to content

Commit 93f5ea2

Browse files
committed
docs: fix collections doc review follow-ups
1 parent 6731d37 commit 93f5ea2

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

demos/more_examples/graphistry_features/collections.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"## Notes and validation\n",
9696
"\n",
9797
"- Order matters: earlier collections override later ones.\n",
98-
"- Use collections for priority-based subsets and overlaps; use encode_* for simple column-driven colors.\n",
98+
"- Use collections for priority-based subsets and overlaps; use `encode_*` for simple column-driven colors.\n",
9999
"- Helper constructors: `graphistry.collection_set(...)` and `graphistry.collection_intersection(...)` return JSON-friendly dicts (AST inputs wrap to `gfql_chain`).\n",
100100
"- Provide `id` for sets used by intersections.\n",
101101
"- Global colors apply to nodes/edges not in any collection; `#` is optional.\n",
@@ -180,4 +180,4 @@
180180
},
181181
"nbformat": 4,
182182
"nbformat_minor": 5
183-
}
183+
}

docs/source/gfql/remote.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Run chain remotely and fetch results
2424
(for example, ``g2.collections(...)``). The GFQL remote/upload APIs do not
2525
accept collections payloads yet.
2626

27-
Method :meth:`chain_remote <graphistry.compute.ComputeMixin.ComputeMixin.chain_remote>` runs chain remotely and fetched the computed graph
27+
Method :meth:`chain_remote <graphistry.compute.ComputeMixin.ComputeMixin.chain_remote>` runs chain remotely and fetches the computed graph
2828

2929
- **Chain / List[ASTObject]**: Native GFQL chain syntax (as above).
3030
- **Cypher string**: Compiled locally, sent as wire-protocol JSON.

docs/source/visualization/layout/settings.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
Layout Settings & Visualization Embedding
44
=========================================
55

6-
.. CI: trigger docs build
7-
86
This guide shows how to embed and configure Graphistry visualizations using the PyGraphistry Python API. For users interested in using URL parameters for embedding in HTML, refer to the external documentation.
97

108
Using PyGraphistry for Customization

0 commit comments

Comments
 (0)