Skip to content

Commit

Permalink
docs: add links to DP-GUI (#1131)
Browse files Browse the repository at this point in the history
Just support `repeat=True` in
deepmodeling/dpgui#119...
  • Loading branch information
njzjz authored Jan 31, 2023
1 parent 23a362d commit b5423bf
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/init/init-bulk-jdata.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
dpgen init_bulk parameters
======================================

.. note::
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.

.. dargs::
:module: dpgen.data.arginfo
:func: init_bulk_jdata_arginfo
3 changes: 3 additions & 0 deletions doc/init/init-bulk-mdata.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
dpgen init_bulk machine parameters
==================================

.. note::
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.

.. dargs::
:module: dpgen.data.arginfo
:func: init_bulk_mdata_arginfo
3 changes: 3 additions & 0 deletions doc/init/init-reaction-jdata.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
dpgen init_reaction parameters
======================================

.. note::
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.

.. dargs::
:module: dpgen.data.arginfo
:func: init_reaction_jdata_arginfo
3 changes: 3 additions & 0 deletions doc/init/init-reaction-mdata.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
dpgen init_reaction machine parameters
======================================

.. note::
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.

.. dargs::
:module: dpgen.data.arginfo
:func: init_reaction_mdata_arginfo
3 changes: 3 additions & 0 deletions doc/init/init-surf-jdata.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
dpgen init_surf parameters
======================================

.. note::
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.

.. dargs::
:module: dpgen.data.arginfo
:func: init_surf_jdata_arginfo
3 changes: 3 additions & 0 deletions doc/init/init-surf-mdata.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
dpgen init_surf machine parameters
==================================

.. note::
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.

.. dargs::
:module: dpgen.data.arginfo
:func: init_surf_mdata_arginfo
3 changes: 3 additions & 0 deletions doc/run/param.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
dpgen run param parameters
=============================

.. note::
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.

.. dargs::
:module: dpgen.generator.arginfo
:func: run_jdata_arginfo
3 changes: 3 additions & 0 deletions doc/simplify/simplify-jdata.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
dpgen simplify parameters
=========================

.. note::
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.

.. dargs::
:module: dpgen.simplify.arginfo
:func: simplify_jdata_arginfo
3 changes: 3 additions & 0 deletions doc/simplify/simplify-mdata.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
dpgen simplify machine parameters
=================================

.. note::
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.

.. dargs::
:module: dpgen.simplify.arginfo
:func: simplify_mdata_arginfo

0 comments on commit b5423bf

Please sign in to comment.