Skip to content

Commit a826fea

Browse files
authored
Merge pull request #1773 from graphistry/fix/gfql-indexing-doc-test-skip
Mark illustrative GFQL indexing snippets as non-runnable
2 parents 5e18967 + 3fa7bc8 commit a826fea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/source/gfql/indexing.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ lifecycle: what the indexes are, what engages them, when they go stale, and what
1111
For the planner policy knobs and competitive benchmarks, see
1212
:doc:`Seeded Traversal Indexes <index_adjacency>`.
1313

14+
.. doc-test: skip
15+
1416
.. code-block:: python
1517
1618
g = g.gfql_index_all() # pay once ...
@@ -135,6 +137,8 @@ time). Consequences:
135137
glance whether a rebind knocked an index out.
136138
- Rebuild by calling ``gfql_index_all()`` again on the rebound ``g``.
137139

140+
.. doc-test: skip
141+
138142
.. code-block:: python
139143
140144
g2 = g_indexed.edges(new_edges_df, "src", "dst")

0 commit comments

Comments
 (0)