Skip to content

Commit 3260ae8

Browse files
committed
update doc
1 parent 5cf2b3c commit 3260ae8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ def find_version(filename):
221221
\clearpage
222222
\pagenumbering{roman}
223223
\tableofcontents
224-
\listoffigures
225-
\listoftables
224+
%\listoffigures
225+
%\listoftables
226226
\clearpage
227227
\pagenumbering{arabic}
228228
@@ -237,7 +237,7 @@ def find_version(filename):
237237
}
238238
latex_logo = "_static/logo.png"
239239
latex_documents = [("index", "dhg_manual.tex", "Manual of DeepHypergraph", "iMoonLab", "manual")]
240-
240+
# numfig = True
241241

242242
def setup(app):
243243
app.add_css_file("css/dhg.css")

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/start/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Installation
99
- Python >= 3.8
1010
- Pytorch >=1.11
1111

12-
Current, the stable version of **DHG** is 0.9.1. You can install it with ``pip`` as follows:
12+
Current, the stable version of **DHG** is 0.9.2. You can install it with ``pip`` as follows:
1313

1414
.. code-block:: bash
1515
1616
pip install dhg
1717
18-
You can also try the nightly version (0.9.2) of **DHG** library with ``pip`` as follows:
18+
You can also try the nightly version (0.9.3) of **DHG** library with ``pip`` as follows:
1919

2020
.. code-block:: bash
2121

docs/source/zh/start/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
- Pytorch >=1.11
1212

1313

14-
目前, **DHG** 的最新稳定版本 **0.9.1** 已经发布,可以使用 ``pip`` 指令直接安装:
14+
目前, **DHG** 的最新稳定版本 **0.9.2** 已经发布,可以使用 ``pip`` 指令直接安装:
1515

1616
.. code-block:: bash
1717
1818
pip install dhg
1919
20-
如果您想尝试最新的日构建版本(nightly version) **0.9.2** ,可以使用以下指令安装:
20+
如果您想尝试最新的日构建版本(nightly version) **0.9.3** ,可以使用以下指令安装:
2121

2222
.. code-block:: bash
2323

0 commit comments

Comments
 (0)