Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
liuanji committed Feb 15, 2024
1 parent 2465d27 commit 04c98d5
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,5 @@ examples/1_pc_training/samples_test.png
tests/examples/

docs/build/
docs/source/python-api/generated/
docs/source/python-api/generated/
docs/source/getting-started/tutorials/generated/
6 changes: 6 additions & 0 deletions docs/examples/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Welcome to the PyJuice examples gallery!

This gallery contains various examples demonstrating the usage of PyJuice library.
Each example showcases a different feature or functionality of PyJuice.

Feel free to explore the examples and learn how to use PyJuice for your projects.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ Tutorials

.. raw:: html

</div>
</div>

.. toctree::
:hidden:

/getting-started/tutorials/demo
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Getting started
---------------

- Follow the :doc:`installation instructions <getting-started/installation>`.
- Take a look at our :doc:`tutorials <getting-started/tutorials/index>`.
- Take a look at our :doc:`tutorials <getting-started/tutorials_index>`.

.. toctree::
:maxdepth: 1
:caption: Getting Started
:hidden:

getting-started/installation
getting-started/tutorials/index
getting-started/tutorials_index

API
---
Expand Down
37 changes: 37 additions & 0 deletions docs/source/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 0 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)
* - N/A
- N/A
- N/A

0 comments on commit 04c98d5

Please sign in to comment.