Skip to content

Commit f306e07

Browse files
Initial plan for fixing docs build
Co-authored-by: saulshanabrook <[email protected]>
1 parent 08e6a3d commit f306e07

File tree

2 files changed

+71
-1
lines changed

2 files changed

+71
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/sg_execution_times.rst

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
2+
:orphan:
3+
4+
.. _sphx_glr_sg_execution_times:
5+
6+
7+
Computation times
8+
=================
9+
**00:00.519** total execution time for 12 files **from all galleries**:
10+
11+
.. container::
12+
13+
.. raw:: html
14+
15+
<style scoped>
16+
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet" />
17+
<link href="https://cdn.datatables.net/1.13.6/css/dataTables.bootstrap5.min.css" rel="stylesheet" />
18+
</style>
19+
<script src="https://code.jquery.com/jquery-3.7.0.js"></script>
20+
<script src="https://cdn.datatables.net/1.13.6/js/jquery.dataTables.min.js"></script>
21+
<script src="https://cdn.datatables.net/1.13.6/js/dataTables.bootstrap5.min.js"></script>
22+
<script type="text/javascript" class="init">
23+
$(document).ready( function () {
24+
$('table.sg-datatable').DataTable({order: [[1, 'desc']]});
25+
} );
26+
</script>
27+
28+
.. list-table::
29+
:header-rows: 1
30+
:class: table table-striped sg-datatable
31+
32+
* - Example
33+
- Time
34+
- Mem (MB)
35+
* - :ref:`sphx_glr_auto_examples_fib.py` (``../python/egglog/examples/fib.py``)
36+
- 00:00.224
37+
- 0.0
38+
* - :ref:`sphx_glr_auto_examples_lambda_.py` (``../python/egglog/examples/lambda_.py``)
39+
- 00:00.169
40+
- 0.0
41+
* - :ref:`sphx_glr_auto_examples_ndarrays.py` (``../python/egglog/examples/ndarrays.py``)
42+
- 00:00.044
43+
- 0.0
44+
* - :ref:`sphx_glr_auto_examples_matrix.py` (``../python/egglog/examples/matrix.py``)
45+
- 00:00.019
46+
- 0.0
47+
* - :ref:`sphx_glr_auto_examples_jointree.py` (``../python/egglog/examples/jointree.py``)
48+
- 00:00.015
49+
- 0.0
50+
* - :ref:`sphx_glr_auto_examples_multiset.py` (``../python/egglog/examples/multiset.py``)
51+
- 00:00.012
52+
- 0.0
53+
* - :ref:`sphx_glr_auto_examples_resolution.py` (``../python/egglog/examples/resolution.py``)
54+
- 00:00.009
55+
- 0.0
56+
* - :ref:`sphx_glr_auto_examples_bool.py` (``../python/egglog/examples/bool.py``)
57+
- 00:00.008
58+
- 0.0
59+
* - :ref:`sphx_glr_auto_examples_higher_order_functions.py` (``../python/egglog/examples/higher_order_functions.py``)
60+
- 00:00.007
61+
- 0.0
62+
* - :ref:`sphx_glr_auto_examples_eqsat_basic.py` (``../python/egglog/examples/eqsat_basic.py``)
63+
- 00:00.006
64+
- 0.0
65+
* - :ref:`sphx_glr_auto_examples_schedule_demo.py` (``../python/egglog/examples/schedule_demo.py``)
66+
- 00:00.004
67+
- 0.0
68+
* - :ref:`sphx_glr_auto_examples_bignum.py` (``../python/egglog/examples/bignum.py``)
69+
- 00:00.003
70+
- 0.0

0 commit comments

Comments
 (0)