Skip to content

Commit b5423bf

Browse files
authored
docs: add links to DP-GUI (#1131)
Just support `repeat=True` in deepmodeling/dpgui#119...
1 parent 23a362d commit b5423bf

File tree

9 files changed

+27
-0
lines changed

9 files changed

+27
-0
lines changed

doc/init/init-bulk-jdata.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
dpgen init_bulk parameters
22
======================================
33

4+
.. note::
5+
One can load, modify, and export the input file by using our effective web-based tool `DP-GUI <https://deepmodeling.com/input/dpgen-init-bulk>`_. All parameters below can be set in DP-GUI. By clicking "SAVE JSON", one can download the input file.
6+
47
.. dargs::
58
:module: dpgen.data.arginfo
69
:func: init_bulk_jdata_arginfo

doc/init/init-bulk-mdata.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
dpgen init_bulk machine parameters
22
==================================
33

4+
.. note::
5+
One can load, modify, and export the input file by using our effective web-based tool `DP-GUI <https://deepmodeling.com/input/dpgen-init-bulk-machine>`_. All parameters below can be set in DP-GUI. By clicking "SAVE JSON", one can download the input file.
6+
47
.. dargs::
58
:module: dpgen.data.arginfo
69
:func: init_bulk_mdata_arginfo

doc/init/init-reaction-jdata.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
dpgen init_reaction parameters
22
======================================
33

4+
.. note::
5+
One can load, modify, and export the input file by using our effective web-based tool `DP-GUI <https://deepmodeling.com/input/dpgen-init-reaction>`_. All parameters below can be set in DP-GUI. By clicking "SAVE JSON", one can download the input file.
6+
47
.. dargs::
58
:module: dpgen.data.arginfo
69
:func: init_reaction_jdata_arginfo

doc/init/init-reaction-mdata.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
dpgen init_reaction machine parameters
22
======================================
33

4+
.. note::
5+
One can load, modify, and export the input file by using our effective web-based tool `DP-GUI <https://deepmodeling.com/input/dpgen-init-reaction-machine>`_. All parameters below can be set in DP-GUI. By clicking "SAVE JSON", one can download the input file.
6+
47
.. dargs::
58
:module: dpgen.data.arginfo
69
:func: init_reaction_mdata_arginfo

doc/init/init-surf-jdata.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
dpgen init_surf parameters
22
======================================
33

4+
.. note::
5+
One can load, modify, and export the input file by using our effective web-based tool `DP-GUI <https://deepmodeling.com/input/dpgen-init-surf>`_. All parameters below can be set in DP-GUI. By clicking "SAVE JSON", one can download the input file.
6+
47
.. dargs::
58
:module: dpgen.data.arginfo
69
:func: init_surf_jdata_arginfo

doc/init/init-surf-mdata.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
dpgen init_surf machine parameters
22
==================================
33

4+
.. note::
5+
One can load, modify, and export the input file by using our effective web-based tool `DP-GUI <https://deepmodeling.com/input/dpgen-init-surf-machine>`_. All parameters below can be set in DP-GUI. By clicking "SAVE JSON", one can download the input file.
6+
47
.. dargs::
58
:module: dpgen.data.arginfo
69
:func: init_surf_mdata_arginfo

doc/run/param.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
dpgen run param parameters
33
=============================
44

5+
.. note::
6+
One can load, modify, and export the input file by using our effective web-based tool `DP-GUI <https://deepmodeling.com/input/dpgen-run>`_. All parameters below can be set in DP-GUI. By clicking "SAVE JSON", one can download the input file.
7+
58
.. dargs::
69
:module: dpgen.generator.arginfo
710
:func: run_jdata_arginfo

doc/simplify/simplify-jdata.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
dpgen simplify parameters
22
=========================
33

4+
.. note::
5+
One can load, modify, and export the input file by using our effective web-based tool `DP-GUI <https://deepmodeling.com/input/dpgen-simplify>`_. All parameters below can be set in DP-GUI. By clicking "SAVE JSON", one can download the input file.
6+
47
.. dargs::
58
:module: dpgen.simplify.arginfo
69
:func: simplify_jdata_arginfo

doc/simplify/simplify-mdata.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
dpgen simplify machine parameters
22
=================================
33

4+
.. note::
5+
One can load, modify, and export the input file by using our effective web-based tool `DP-GUI <https://deepmodeling.com/input/dpgen-simplify-machine>`_. All parameters below can be set in DP-GUI. By clicking "SAVE JSON", one can download the input file.
6+
47
.. dargs::
58
:module: dpgen.simplify.arginfo
69
:func: simplify_mdata_arginfo

0 commit comments

Comments
 (0)