Skip to content

Commit

Permalink
update example gallery rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwwww committed Jan 25, 2024
1 parent 44713be commit e311400
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions docs/auto_examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Examples Gallery

Below is the gallery of ``pygmtools`` examples. We build the examples from the introduction of graph matching
to the variants of graph matching, and finally, we provide examples on the applications of graph matching.
In each topic, we provide examples on different numerical backends (e.g., pytorch, numpy, paddle, jittor, tensorflow, mindspore).
In each topic, we provide examples on different numerical backends (e.g., pytorch, numpy, paddle, jittor).



Expand Down Expand Up @@ -35,7 +35,7 @@ Introduction of Graph Matching: Matching Isomorphic Graphs
.. only:: html

.. image:: /auto_examples/1.matching_isomorphic_graphs/images/thumb/sphx_glr_plot_isomorphic_graphs_numpy_thumb.png
:alt:
:alt: Numpy Backend Example: Matching Isomorphic Graphs

:ref:`sphx_glr_auto_examples_1.matching_isomorphic_graphs_plot_isomorphic_graphs_numpy.py`

Expand All @@ -52,7 +52,7 @@ Introduction of Graph Matching: Matching Isomorphic Graphs
.. only:: html

.. image:: /auto_examples/1.matching_isomorphic_graphs/images/thumb/sphx_glr_plot_isomorphic_graphs_pytorch_thumb.png
:alt:
:alt: PyTorch Backend Example: Matching Isomorphic Graphs

:ref:`sphx_glr_auto_examples_1.matching_isomorphic_graphs_plot_isomorphic_graphs_pytorch.py`

Expand All @@ -69,7 +69,7 @@ Introduction of Graph Matching: Matching Isomorphic Graphs
.. only:: html

.. image:: /auto_examples/1.matching_isomorphic_graphs/images/thumb/sphx_glr_plot_isomorphic_graphs_jittor_thumb.png
:alt:
:alt: Jittor Backend Example: Matching Isomorphic Graphs

:ref:`sphx_glr_auto_examples_1.matching_isomorphic_graphs_plot_isomorphic_graphs_jittor.py`

Expand All @@ -86,7 +86,7 @@ Introduction of Graph Matching: Matching Isomorphic Graphs
.. only:: html

.. image:: /auto_examples/1.matching_isomorphic_graphs/images/thumb/sphx_glr_plot_isomorphic_graphs_paddle_thumb.png
:alt:
:alt: Paddle Backend Example: Matching Isomorphic Graphs

:ref:`sphx_glr_auto_examples_1.matching_isomorphic_graphs_plot_isomorphic_graphs_paddle.py`

Expand Down Expand Up @@ -126,7 +126,7 @@ Variant of Graph Matching: Seeded Graph Matching
.. only:: html

.. image:: /auto_examples/2.seeded_graph_matching/images/thumb/sphx_glr_plot_seed_graph_match_numpy_thumb.png
:alt:
:alt: Numpy Backend Example: Seeded Graph Matching

:ref:`sphx_glr_auto_examples_2.seeded_graph_matching_plot_seed_graph_match_numpy.py`

Expand All @@ -143,7 +143,7 @@ Variant of Graph Matching: Seeded Graph Matching
.. only:: html

.. image:: /auto_examples/2.seeded_graph_matching/images/thumb/sphx_glr_plot_seed_graph_match_pytorch_thumb.png
:alt:
:alt: PyTorch Backend Example: Seeded Graph Matching

:ref:`sphx_glr_auto_examples_2.seeded_graph_matching_plot_seed_graph_match_pytorch.py`

Expand All @@ -160,7 +160,7 @@ Variant of Graph Matching: Seeded Graph Matching
.. only:: html

.. image:: /auto_examples/2.seeded_graph_matching/images/thumb/sphx_glr_plot_seed_graph_match_jittor_thumb.png
:alt:
:alt: Jittor Backend Example: Seeded Graph Matching

:ref:`sphx_glr_auto_examples_2.seeded_graph_matching_plot_seed_graph_match_jittor.py`

Expand All @@ -177,7 +177,7 @@ Variant of Graph Matching: Seeded Graph Matching
.. only:: html

.. image:: /auto_examples/2.seeded_graph_matching/images/thumb/sphx_glr_plot_seed_graph_match_paddle_thumb.png
:alt:
:alt: Paddle Backend Example: Seeded Graph Matching

:ref:`sphx_glr_auto_examples_2.seeded_graph_matching_plot_seed_graph_match_paddle.py`

Expand Down Expand Up @@ -217,7 +217,7 @@ Variant of Graph Matching: Discovering Subgraphs
.. only:: html

.. image:: /auto_examples/3.discovering_subgraphs/images/thumb/sphx_glr_plot_subgraphs_numpy_thumb.png
:alt:
:alt: Numpy Backend Example: Discovering Subgraphs

:ref:`sphx_glr_auto_examples_3.discovering_subgraphs_plot_subgraphs_numpy.py`

Expand All @@ -234,7 +234,7 @@ Variant of Graph Matching: Discovering Subgraphs
.. only:: html

.. image:: /auto_examples/3.discovering_subgraphs/images/thumb/sphx_glr_plot_subgraphs_pytorch_thumb.png
:alt:
:alt: PyTorch Backend Example: Discovering Subgraphs

:ref:`sphx_glr_auto_examples_3.discovering_subgraphs_plot_subgraphs_pytorch.py`

Expand All @@ -251,7 +251,7 @@ Variant of Graph Matching: Discovering Subgraphs
.. only:: html

.. image:: /auto_examples/3.discovering_subgraphs/images/thumb/sphx_glr_plot_subgraphs_jittor_thumb.png
:alt:
:alt: Jittor Backend Example: Discovering Subgraphs

:ref:`sphx_glr_auto_examples_3.discovering_subgraphs_plot_subgraphs_jittor.py`

Expand All @@ -268,7 +268,7 @@ Variant of Graph Matching: Discovering Subgraphs
.. only:: html

.. image:: /auto_examples/3.discovering_subgraphs/images/thumb/sphx_glr_plot_subgraphs_paddle_thumb.png
:alt:
:alt: Paddle Backend Example: Discovering Subgraphs

:ref:`sphx_glr_auto_examples_3.discovering_subgraphs_plot_subgraphs_paddle.py`

Expand Down Expand Up @@ -308,7 +308,7 @@ Variant of Graph Matching: Multi-Graph Matching
.. only:: html

.. image:: /auto_examples/4.multi-graph_matching/images/thumb/sphx_glr_plot_multi_graph_match_jittor_thumb.png
:alt:
:alt: Jittor Backend Example: Multi-Graph Matching

:ref:`sphx_glr_auto_examples_4.multi-graph_matching_plot_multi_graph_match_jittor.py`

Expand All @@ -325,7 +325,7 @@ Variant of Graph Matching: Multi-Graph Matching
.. only:: html

.. image:: /auto_examples/4.multi-graph_matching/images/thumb/sphx_glr_plot_multi_graph_match_numpy_thumb.png
:alt:
:alt: Numpy Backend Example: Multi-Graph Matching

:ref:`sphx_glr_auto_examples_4.multi-graph_matching_plot_multi_graph_match_numpy.py`

Expand All @@ -342,7 +342,7 @@ Variant of Graph Matching: Multi-Graph Matching
.. only:: html

.. image:: /auto_examples/4.multi-graph_matching/images/thumb/sphx_glr_plot_multi_graph_match_pytorch_thumb.png
:alt:
:alt: PyTorch Backend Example: Multi-Graph Matching

:ref:`sphx_glr_auto_examples_4.multi-graph_matching_plot_multi_graph_match_pytorch.py`

Expand All @@ -359,7 +359,7 @@ Variant of Graph Matching: Multi-Graph Matching
.. only:: html

.. image:: /auto_examples/4.multi-graph_matching/images/thumb/sphx_glr_plot_multi_graph_match_paddle_thumb.png
:alt:
:alt: Paddle Backend Example: Multi-Graph Matching

:ref:`sphx_glr_auto_examples_4.multi-graph_matching_plot_multi_graph_match_paddle.py`

Expand Down Expand Up @@ -399,7 +399,7 @@ Application of Graph Matching: Model Fusion by Graph Matching
.. only:: html

.. image:: /auto_examples/5.model_fusion/images/thumb/sphx_glr_plot_model_fusion_pytorch_thumb.png
:alt:
:alt: PyTorch Backend Example: Model Fusion by Graph Matching

:ref:`sphx_glr_auto_examples_5.model_fusion_plot_model_fusion_pytorch.py`

Expand All @@ -416,7 +416,7 @@ Application of Graph Matching: Model Fusion by Graph Matching
.. only:: html

.. image:: /auto_examples/5.model_fusion/images/thumb/sphx_glr_plot_model_fusion_jittor_thumb.png
:alt:
:alt: Jittor Backend Example: Model Fusion by Graph Matching

:ref:`sphx_glr_auto_examples_5.model_fusion_plot_model_fusion_jittor.py`

Expand All @@ -433,7 +433,7 @@ Application of Graph Matching: Model Fusion by Graph Matching
.. only:: html

.. image:: /auto_examples/5.model_fusion/images/thumb/sphx_glr_plot_model_fusion_paddle_thumb.png
:alt:
:alt: Paddle Backend Example: Model Fusion by Graph Matching

:ref:`sphx_glr_auto_examples_5.model_fusion_plot_model_fusion_paddle.py`

Expand Down Expand Up @@ -472,7 +472,7 @@ Application of Graph Matching: Matching Image Keypoints by QAP Solver
.. only:: html

.. image:: /auto_examples/6.image_matching_by_QAP/images/thumb/sphx_glr_plot_image_matching_numpy_thumb.png
:alt:
:alt: Numpy Backend Example: Matching Image Keypoints by QAP Solvers

:ref:`sphx_glr_auto_examples_6.image_matching_by_QAP_plot_image_matching_numpy.py`

Expand All @@ -489,7 +489,7 @@ Application of Graph Matching: Matching Image Keypoints by QAP Solver
.. only:: html

.. image:: /auto_examples/6.image_matching_by_QAP/images/thumb/sphx_glr_plot_image_matching_pytorch_thumb.png
:alt:
:alt: PyTorch Backend Example: Matching Image Keypoints by QAP Solvers

:ref:`sphx_glr_auto_examples_6.image_matching_by_QAP_plot_image_matching_pytorch.py`

Expand All @@ -506,7 +506,7 @@ Application of Graph Matching: Matching Image Keypoints by QAP Solver
.. only:: html

.. image:: /auto_examples/6.image_matching_by_QAP/images/thumb/sphx_glr_plot_image_matching_paddle_thumb.png
:alt:
:alt: Paddle Backend Example: Matching Image Keypoints by QAP Solvers

:ref:`sphx_glr_auto_examples_6.image_matching_by_QAP_plot_image_matching_paddle.py`

Expand All @@ -523,7 +523,7 @@ Application of Graph Matching: Matching Image Keypoints by QAP Solver
.. only:: html

.. image:: /auto_examples/6.image_matching_by_QAP/images/thumb/sphx_glr_plot_image_matching_jittor_thumb.png
:alt:
:alt: Jittor Backend Example: Matching Image Keypoints by QAP Solvers

:ref:`sphx_glr_auto_examples_6.image_matching_by_QAP_plot_image_matching_jittor.py`

Expand Down Expand Up @@ -563,7 +563,7 @@ Application of Graph Matching: Matching Image Keypoints by Graph Matching Neural
.. only:: html

.. image:: /auto_examples/7.image_matching_by_NN/images/thumb/sphx_glr_plot_deep_image_matching_pytorch_thumb.png
:alt:
:alt: PyTorch Backend Example: Matching Image Keypoints by Graph Matching Neural Networks

:ref:`sphx_glr_auto_examples_7.image_matching_by_NN_plot_deep_image_matching_pytorch.py`

Expand All @@ -580,7 +580,7 @@ Application of Graph Matching: Matching Image Keypoints by Graph Matching Neural
.. only:: html

.. image:: /auto_examples/7.image_matching_by_NN/images/thumb/sphx_glr_plot_deep_image_matching_jittor_thumb.png
:alt:
:alt: Jittor Backend Example: Matching Image Keypoints by Graph Matching Neural Networks

:ref:`sphx_glr_auto_examples_7.image_matching_by_NN_plot_deep_image_matching_jittor.py`

Expand All @@ -597,7 +597,7 @@ Application of Graph Matching: Matching Image Keypoints by Graph Matching Neural
.. only:: html

.. image:: /auto_examples/7.image_matching_by_NN/images/thumb/sphx_glr_plot_deep_image_matching_paddle_thumb.png
:alt:
:alt: Paddle Backend Example: Matching Image Keypoints by Graph Matching Neural Networks

:ref:`sphx_glr_auto_examples_7.image_matching_by_NN_plot_deep_image_matching_paddle.py`

Expand Down

0 comments on commit e311400

Please sign in to comment.