Skip to content

Commit 6829ab6

Browse files
committed
restructured submodules
1 parent 937f015 commit 6829ab6

File tree

12 files changed

+23
-29
lines changed

12 files changed

+23
-29
lines changed
File renamed without changes.
Submodule lammpstutorials-inputs added at 4e249a6

.dependencies/pyplot-perso

Submodule pyplot-perso added at 66fcb0e

.files.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.dependencies/.github/COMMENT.md
2+
.DESCRIPTION.md
3+
.dependencies/.github/AUTHORS.md
4+
.dependencies/.github/ACKNOWLEDGEMENTS.md

.generateREADME.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
.dependencies/.github/generateREADME.sh

.gitmodules

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
[submodule "dependencies/.github"]
2-
path = dependencies/.github
1+
[submodule ".dependencies/.github"]
2+
path = .dependencies/.github
33
url = git@github.com:lammpstutorials/.github.git
4-
[submodule "dependencies/lammpstutorials-inputs"]
5-
path = dependencies/lammpstutorials-inputs
6-
url = git@github.com:lammpstutorials/lammpstutorials-inputs.git
7-
branch = restructure
8-
[submodule "dependencies/pyplot-perso"]
9-
path = dependencies/pyplot-perso
4+
[submodule ".dependencies/pyplot-perso"]
5+
path = .dependencies/pyplot-perso
106
url = git@github.com:simongravelle/pyplot-perso.git
117
branch = LAMMPS-livecom
12-
8+
[submodule ".dependencies/lammpstutorials-inputs"]
9+
path = .dependencies/lammpstutorials-inputs
10+
url = git@github.com:lammpstutorials/lammpstutorials-inputs.git
11+
branch = restructure

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,27 +65,22 @@ The other pages use the [Sphinx](https://www.sphinx-doc.org/) generator with the
6565

6666
## Authors
6767

68-
### Project creator
69-
70-
- [Simon Gravelle](https://github.com/simongravelle),
71-
Univ. Grenoble Alpes, CNRS, LIPhy, 38000 Grenoble, France
72-
73-
### Contributors
74-
68+
- [Simon Gravelle](https://github.com/simongravelle) (corr. author),
69+
Université Grenoble Alpes, CNRS, LIPhy, 38000 Grenoble, France.
7570
- [Jacob R. Gissinger](https://www.stevens.edu/profile/jgissing),
76-
Stevens Institute of Technology, Hoboken, NJ 07030, USA
71+
Stevens Institute of Technology, Hoboken, NJ 07030, USA.
7772
- [Axel Kohlmeyer](https://sites.google.com/site/akohlmey),
7873
Institute for Computational Molecular Science, Temple University, Philadelphia,
79-
PA 19122, USA
74+
PA 19122, USA.
8075

8176

8277

8378
## Acknowledgements
8479

8580
- Simon Gravelle acknowledges funding from the European Union's Horizon 2020
8681
research and innovation programme under the Marie Skłodowska-Curie grant
87-
agreement No 101065060.
88-
- Axel Kohlmeyer acknowledges financial support by Sandia National Laboratories
82+
agreement 101065060.
83+
- Axel Kohlmeyer acknowledges financial support from Sandia National Laboratories
8984
under POs 2149742 and 2407526.
9085

9186

Lines changed: 0 additions & 1 deletion
This file was deleted.

dependencies/pyplot-perso

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)