Skip to content
Merged
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
472dc1c
check html window
Apr 13, 2021
35420ba
change index.rst of branch devel
Apr 14, 2021
cabe8ba
Merge tag 'v2.0.0.a0' into devel
Apr 14, 2021
8ac43e5
Merge branch 'devel' of http://github.com/deepmodeling/deepmd-kit int…
Apr 14, 2021
36adf85
Re-structured doc
Apr 14, 2021
f62e5ce
Re-structured Doc
Apr 14, 2021
8dc480b
Re-structured Doc
Apr 14, 2021
f7c000f
Re-structured Doc
Apr 14, 2021
6e92359
Re-structured Doc
Apr 14, 2021
d2bd1ea
Re-structured Doc
Apr 14, 2021
0a994c2
Re-structured Doc
Apr 15, 2021
420822c
Re-structured Doc
Apr 15, 2021
ba1bc7b
Set theme jekyll-theme-cayman
tuoping Apr 15, 2021
dfe2193
Create index.md
tuoping Apr 15, 2021
2c46ffd
Re-structured Doc
Apr 15, 2021
25cf687
Re-structured Doc
Apr 15, 2021
484c9d9
Re-structured index.rst and seperated install.rst into 3 files;
Apr 16, 2021
1a55647
Same as before
Apr 16, 2021
a65a50f
Edited license.rst and credits.rst
Apr 19, 2021
bc68f89
same as before
Apr 19, 2021
fcc85a7
Modified pair-style-deepmd syntax part
Apr 20, 2021
38f713b
Fixed the collapsed table in getting-started#prepare-data by adding e…
Apr 20, 2021
19ff8a3
Added sphinx-markdown-table in requirements.txt
Apr 20, 2021
32e4a68
modified getting-started.md compared with deepmodeling/deepmd-kit/devel
Apr 20, 2021
52a182e
Modification after Merge
Apr 21, 2021
eae6661
modified superlinks in getting-started.md
Apr 21, 2021
328df53
same
Apr 21, 2021
35f46fb
Something is imperfect with the url. I can't link to #section in anot…
Apr 21, 2021
aa00bc8
changed LICENSE to url; deleted whatsnew, application-examples and kn…
Apr 22, 2021
df02d99
Merge remote-tracking branch 'refs/remotes/origin/devel' into devel
Apr 22, 2021
45956f6
corrected subsection links
Apr 22, 2021
c626b55
testing external section links
Apr 22, 2021
2f7c49c
same
Apr 22, 2021
940d08d
changed all the superlinks in getting-started.md from markdown format…
Apr 22, 2021
563a705
same
Apr 22, 2021
a28afd5
Update doc/conf.py
tuoping Apr 22, 2021
a9619bb
Update doc/getting-started.md
tuoping Apr 22, 2021
b38d538
added some descriptor/scripts in api.rst; Changed the user names of c…
Apr 22, 2021
3bed245
Merge branch 'devel' of http://github.com/tuoping/deepmd-kit into devel
Apr 22, 2021
006e7d1
Changed parser from recommonmark to myst, so the header-anchors in ge…
Apr 24, 2021
40c6ae2
add myst-parser in requirements
Apr 24, 2021
f0bdb8b
move doc dependence packages from requirements.txt to setup.py
Apr 25, 2021
dfc0484
changed contributor's order in credits.rst
Apr 26, 2021
c60523f
change whatsnew
Apr 26, 2021
fa48beb
change highlights in 2.0 in README.md
Apr 27, 2021
72c2c0e
Update README.md
tuoping Apr 27, 2021
46e843b
Merge remote-tracking branch 'TP/devel' into devel
Apr 27, 2021
ebb2419
Add CONTRIBUTING.md
Apr 29, 2021
990f1cb
Fixed some minor mistakes.
Apr 29, 2021
18c00a2
changed document for training inputs from train-input.rst to train-in…
Apr 29, 2021
fe084a3
Fixed links under "highlights in kit2.0.0".
tuoping Apr 30, 2021
9c2115e
Checked all the links, and made sure they work both in markdown mode …
May 3, 2021
74269c0
Sorry, fixed a broken link in CONTRIBUTING.md.
May 3, 2021
2bd50a6
Asigned language 'bash' for codes in CONTRIBUTING.md; Corrected a typ…
May 6, 2021
ea0acb7
Update CONTRIBUTING.md
amcadmus May 8, 2021
671be8d
fix typo in README.md
amcadmus May 8, 2021
e7a0589
Update README.md
amcadmus May 8, 2021
3735a8f
Update credits.rst
amcadmus May 8, 2021
25406a6
merge from deepmodeling
May 10, 2021
ad8bf83
Merge branch 'devel' of http://github.com/deepmodeling/deepmd-kit int…
May 10, 2021
383cfa9
Changed entries in troubleshooting/index.md and development/index.md …
May 12, 2021
7daa801
Merge branch 'devel' of http://github.com/tuoping/deepmd-kit into devel
May 12, 2021
e1cda02
Optimized the mkindex function in conf.py
May 12, 2021
d9db26f
Debuged conf.py
May 12, 2021
9d54f35
Itemized presentation in troubleshooting/index.md and development/ind…
May 14, 2021
1b0b96b
Added doc for netsize setting;
May 21, 2021
29166e7
merge from origin/devel
May 21, 2021
8fd2786
merge
May 21, 2021
b20324a
Update doc/troubleshooting/howtoset_num_nodes.md
tuoping May 23, 2021
ac00229
Update doc/troubleshooting/howtoset_num_nodes.md
tuoping May 23, 2021
f8e0421
add explanation for [] in troubleshooting/howtoset_netsize.md
May 24, 2021
18e2c5e
Merge branch 'devel' of http://github.com/tuoping/deepmd-kit into devel
May 24, 2021
f2cad7b
merge
Jun 5, 2021
dd09678
auto sync to gitee
Jun 5, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/mirror_gitee.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Mirror to Gitee Repo

on: [ push, delete, create ]

# Ensures that only one mirror task will run at a time.
concurrency:
group: git-mirror

jobs:
git-mirror:
runs-on: ubuntu-latest
steps:
- uses: wearerequired/git-mirror-action@v1
env:
SSH_PRIVATE_KEY: ${{ secrets.SYNC_GITEE_PRIVATE_KEY }}
with:
source-repo: "git@github.com:deepmodeling/deepmd-kit.git"
destination-repo: "git@gitee.com:deepmodeling/deepmd-kit.git"