Skip to content

Commit 05ea742

Browse files
authored
docs: update DeepModeling domain to deepmodeling.com (#1848)
Update the DeepModeling domain from deepmodeling.org to deepmodeling.com. The former is no longer used. Generated by the task: njzjz-bot/njzjz-bot#23. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated documentation URLs to point to the correct DeePMD-kit documentation domain. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 2c0bfe6 commit 05ea742

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dpgen/generator/arginfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def training_args_dp() -> list[Argument]:
9999
)
100100
doc_training_iter0_model_path = "The model used to init the first iter training. Number of element should be equal to numb_models."
101101
doc_training_init_model = "Iteration > 0, the model parameters will be initilized from the model trained at the previous iteration. Iteration == 0, the model parameters will be initialized from training_iter0_model_path."
102-
doc_default_training_param = "Training parameters for deepmd-kit in 00.train. You can find instructions from `DeePMD-kit documentation <https://docs.deepmodeling.org/projects/deepmd/>`_."
102+
doc_default_training_param = "Training parameters for deepmd-kit in 00.train. You can find instructions from `DeePMD-kit documentation <https://docs.deepmodeling.com/projects/deepmd/>`_."
103103
doc_dp_train_skip_neighbor_stat = "Append --skip-neighbor-stat flag to dp train."
104104
doc_dp_compress = "Use dp compress to compress the model."
105105
doc_training_reuse_iter = "The minimal index of iteration that continues training models from old models of last iteration."

examples/run/dprc/generator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ default_training_param:
5353
list:
5454
# QM-QM descriptor
5555
- type: se_a
56-
# sel: refer https://docs.deepmodeling.org/projects/deepmd/en/latest/model/sel.html to obatin the proper sel
56+
# sel: refer https://docs.deepmodeling.com/projects/deepmd/en/latest/model/sel.html to obatin the proper sel
5757
# In a DPRc model, sel of MM atoms for the QM-QM descriptor should be set to zero.
5858
sel:
5959
- 6

0 commit comments

Comments
 (0)