Skip to content

Commit

Permalink
upgrade style
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed Jan 27, 2024
1 parent b1bb5df commit 4021494
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 0 deletions.
37 changes: 37 additions & 0 deletions _doc/sg_execution_times.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

:orphan:

.. _sphx_glr_sg_execution_times:


Computation times
=================
**00:00.000** total execution time for 1 file **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_plot_logistic_decision.py` (``examples/plot_logistic_decision.py``)
- 00:00.000
- 0.0
1 change: 1 addition & 0 deletions _unittests/ut_graph/test_graph_distance.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@brief test log(time=2s)
"""

import os
import unittest
import copy
Expand Down
1 change: 1 addition & 0 deletions _unittests/ut_graph/test_graphviz.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@brief test log(time=2s)
"""

import os
import unittest
from pyquickhelper.pycode import get_temp_folder
Expand Down
1 change: 1 addition & 0 deletions _unittests/ut_ml/test_logreg.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@brief test log(time=2s)
@author Xavier Dupre
"""

import unittest
from pyquickhelper.pycode import ExtTestCase
from mlstatpy.ml.logreg import criteria, criteria2, random_set_1d, plot_ds
Expand Down
1 change: 1 addition & 0 deletions _unittests/ut_optim/test_optim.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
@brief test log(time=6s)
"""

import io
from contextlib import redirect_stdout
import unittest
Expand Down

0 comments on commit 4021494

Please sign in to comment.