Skip to content

Commit 8e1342c

Browse files
committed
update doc
1 parent 8e698b2 commit 8e1342c

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ If you find our library useful for your research, please cite our papers:
101101
tutorial/vis_structure
102102
tutorial/vis_feature
103103

104-
.. decomment for latex
104+
.. decomment for latex
105105
106106
.. toctree::
107107
:maxdepth: 3

docs/source/zh/tutorial/vis_feature.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DHG provides an interface to visualize the distribution of feaures:
2222
Visualization of Features in Euclidean Space
2323
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2424

25-
.. image:: ../_static/img/vis_ft_euclidean.png
25+
.. image:: ../../_static/img/vis_ft_euclidean.png
2626
:align: center
2727
:alt: Visualization of Features in Euclidean Space
2828
:height: 400px
@@ -43,7 +43,7 @@ Visualization of Features in Euclidean Space
4343
Visualization of Features in Poincare Space
4444
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4545

46-
.. image:: ../_static/img/vis_ft_poincare.png
46+
.. image:: ../../_static/img/vis_ft_poincare.png
4747
:align: center
4848
:alt: Visualization of Features in Poincare Space
4949
:height: 400px
@@ -69,7 +69,7 @@ We provide functions to make 3D rotation animation for feature visualization.
6969
Rotating Visualization of Features in Euclidean Space
7070
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7171

72-
.. image:: ../_static/img/vis_ft_euclidean_ani.png
72+
.. image:: ../../_static/img/vis_ft_euclidean_ani.png
7373
:align: center
7474
:alt: Rotating Visualization of Features in Euclidean Space
7575
:height: 400px
@@ -103,7 +103,7 @@ Rotating Visualization of Features in Euclidean Space
103103
Rotating Visualization of Features in Poincare Space
104104
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
105105

106-
.. image:: ../_static/img/vis_ft_poincare_ani.png
106+
.. image:: ../../_static/img/vis_ft_poincare_ani.png
107107
:align: center
108108
:alt: Rotating Visualization of Features in Poincare Space
109109
:height: 400px

docs/source/zh/tutorial/vis_structure.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ DHG provides a simple interface to visualize the correlation structures:
2121
Visualization of Graph
2222
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2323

24-
.. image:: ../_static/img/vis_graph.png
24+
.. image:: ../../_static/img/vis_graph.png
2525
:align: center
2626
:alt: Visualization of Graph
2727
:height: 400px
@@ -39,7 +39,7 @@ Visualization of Graph
3939
Visualization of Directed Graph
4040
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4141

42-
.. image:: ../_static/img/vis_digraph.png
42+
.. image:: ../../_static/img/vis_digraph.png
4343
:align: center
4444
:alt: Visualization of Directed Graph
4545
:height: 400px
@@ -57,7 +57,7 @@ Visualization of Bipartite Graph
5757
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5858

5959

60-
.. image:: ../_static/img/vis_bigraph.png
60+
.. image:: ../../_static/img/vis_bigraph.png
6161
:align: center
6262
:alt: Visualization of Bipartite Graph
6363
:height: 400px
@@ -74,7 +74,7 @@ Visualization of Bipartite Graph
7474
Visualization of Hypergraph
7575
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7676

77-
.. image:: ../_static/img/vis_hypergraph.png
77+
.. image:: ../../_static/img/vis_hypergraph.png
7878
:align: center
7979
:alt: Visualization of Hypergraph
8080
:height: 400px
@@ -109,7 +109,7 @@ The ``font_family`` argument is used to specify the font family of the labels, a
109109
>>> g.draw(v_label=labels, font_size=1.5, font_family='serif')
110110
>>> plt.show()
111111
112-
.. image:: ../_static/img/custom_label.png
112+
.. image:: ../../_static/img/custom_label.png
113113
:align: center
114114
:alt: Customize label
115115
:height: 400px
@@ -127,7 +127,7 @@ For ``dhg.Graph``, ``dhg.DiGraph``, and ``dhg.Hypergraph``, the colors of the ve
127127
>>> hg.draw(v_color='cyan', e_color='grey')
128128
>>> plt.show()
129129
130-
.. image:: ../_static/img/custom_color.png
130+
.. image:: ../../_static/img/custom_color.png
131131
:align: center
132132
:alt: Customize color
133133
:height: 400px
@@ -146,7 +146,7 @@ All of the sizes above represent the relative size, and the default values are `
146146
>>> g.draw(v_size=1.5, v_line_width=1.5, e_line_width=1.5)
147147
>>> plt.show()
148148
149-
.. image:: ../_static/img/custom_size.png
149+
.. image:: ../../_static/img/custom_size.png
150150
:align: center
151151
:alt: Customize size
152152
:height: 400px

0 commit comments

Comments
 (0)