Skip to content

Commit

Permalink
Fix missing docs of task groups
Browse files Browse the repository at this point in the history
Signed-off-by: zjgemi <liuxin_zijian@163.com>
  • Loading branch information
zjgemi committed Mar 5, 2024
1 parent c4d7142 commit 032176f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/submit_args.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,18 @@ Arguments of the submit script
.. _task_group_sec:

Task group definition
------------------
---------------------

LAMMPS task group
^^^^^^^^^^^^^^^^^

.. dargs::
:module: dpgen2.exploration.task
:func: lmp_task_group_args

CALYPSO task group
^^^^^^^^^^^^^^^^^^

.. dargs::
:module: dpgen2.exploration.task
:func: task_group_args
:func: caly_task_group_args
1 change: 1 addition & 0 deletions dpgen2/exploration/task/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
lmp_normalize as normalize_lmp_task_group_config,
)
from .make_task_group_from_config import (
caly_task_group_args,
lmp_task_group_args,
make_calypso_task_group_from_config,
make_lmp_task_group_from_config,
Expand Down

0 comments on commit 032176f

Please sign in to comment.