-
Notifications
You must be signed in to change notification settings - Fork 15
Make docs builds fail on notebook execution errors and fix all doc issues #369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
saulshanabrook
merged 17 commits into
main
from
copilot/fix-71104912-561003658-9ac438cb-9ef7-4c89-a867-98c9c8bbfad8
Nov 3, 2025
Merged
Changes from 3 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
08e6a3d
Initial plan
Copilot f306e07
Initial plan for fixing docs build
Copilot ffe894f
Make docs build fail on notebook execution errors
Copilot 9e7b13c
Fix getting-started tutorial by removing @egraph.class_ decorator and…
Copilot cdf4c28
Configure docs build to fail on errors and exclude broken tutorials
Copilot 1d39e0f
Address PR review: fix all @egraph.class_ issues, remove sg_execution…
Copilot 0c1f73e
Remove sg_execution_times.rst (auto-generated file)
Copilot 6975399
Fix remaining docs execution and update tutorial
saulshanabrook da953b9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 371d89a
Fix warning
saulshanabrook 34b5561
Don't emit so much duplicate info when an error is produced
saulshanabrook f5b5ff2
Fix talk
saulshanabrook 4c1344d
Add changelog entry for PR #369
actions-user b33d55e
Merge pull request #372 from egraphs-good/codex/github-mention-make-d…
saulshanabrook 4bcad9a
Merge branch 'main' into copilot/fix-71104912-561003658-9ac438cb-9ef7…
saulshanabrook 1ceebdb
Always return py error first before checking egglog errors
saulshanabrook 9168d4b
Fix remaining doc isssue
saulshanabrook File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,70 @@ | ||
|
|
||
saulshanabrook marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
saulshanabrook marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| :orphan: | ||
|
|
||
| .. _sphx_glr_sg_execution_times: | ||
|
|
||
|
|
||
| Computation times | ||
| ================= | ||
| **00:00.402** total execution time for 12 files **from all galleries**: | ||
|
|
||
| .. container:: | ||
|
|
||
| .. raw:: html | ||
|
|
||
| <style scoped> | ||
| <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet" /> | ||
| <link href="https://cdn.datatables.net/1.13.6/css/dataTables.bootstrap5.min.css" rel="stylesheet" /> | ||
| </style> | ||
| <script src="https://code.jquery.com/jquery-3.7.0.js"></script> | ||
| <script src="https://cdn.datatables.net/1.13.6/js/jquery.dataTables.min.js"></script> | ||
| <script src="https://cdn.datatables.net/1.13.6/js/dataTables.bootstrap5.min.js"></script> | ||
| <script type="text/javascript" class="init"> | ||
| $(document).ready( function () { | ||
| $('table.sg-datatable').DataTable({order: [[1, 'desc']]}); | ||
| } ); | ||
| </script> | ||
|
|
||
| .. list-table:: | ||
| :header-rows: 1 | ||
| :class: table table-striped sg-datatable | ||
|
|
||
| * - Example | ||
| - Time | ||
| - Mem (MB) | ||
| * - :ref:`sphx_glr_auto_examples_lambda_.py` (``../python/egglog/examples/lambda_.py``) | ||
| - 00:00.167 | ||
| - 0.0 | ||
| * - :ref:`sphx_glr_auto_examples_fib.py` (``../python/egglog/examples/fib.py``) | ||
| - 00:00.112 | ||
| - 0.0 | ||
| * - :ref:`sphx_glr_auto_examples_ndarrays.py` (``../python/egglog/examples/ndarrays.py``) | ||
| - 00:00.044 | ||
| - 0.0 | ||
| * - :ref:`sphx_glr_auto_examples_matrix.py` (``../python/egglog/examples/matrix.py``) | ||
| - 00:00.018 | ||
| - 0.0 | ||
| * - :ref:`sphx_glr_auto_examples_jointree.py` (``../python/egglog/examples/jointree.py``) | ||
| - 00:00.014 | ||
| - 0.0 | ||
| * - :ref:`sphx_glr_auto_examples_multiset.py` (``../python/egglog/examples/multiset.py``) | ||
| - 00:00.012 | ||
| - 0.0 | ||
| * - :ref:`sphx_glr_auto_examples_resolution.py` (``../python/egglog/examples/resolution.py``) | ||
| - 00:00.009 | ||
| - 0.0 | ||
| * - :ref:`sphx_glr_auto_examples_bool.py` (``../python/egglog/examples/bool.py``) | ||
| - 00:00.008 | ||
| - 0.0 | ||
| * - :ref:`sphx_glr_auto_examples_higher_order_functions.py` (``../python/egglog/examples/higher_order_functions.py``) | ||
| - 00:00.006 | ||
| - 0.0 | ||
| * - :ref:`sphx_glr_auto_examples_eqsat_basic.py` (``../python/egglog/examples/eqsat_basic.py``) | ||
| - 00:00.005 | ||
| - 0.0 | ||
| * - :ref:`sphx_glr_auto_examples_schedule_demo.py` (``../python/egglog/examples/schedule_demo.py``) | ||
| - 00:00.004 | ||
| - 0.0 | ||
| * - :ref:`sphx_glr_auto_examples_bignum.py` (``../python/egglog/examples/bignum.py``) | ||
| - 00:00.003 | ||
| - 0.0 | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.