-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add extra parameter to give human-readable docs for template components
Fixes #704
- Loading branch information
Showing
9 changed files
with
72 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,25 @@ | ||
- label: t1_infile_1 | ||
name: | ||
name: t1_infile_1.txt | ||
doc: Input file for demonstration task t1. | ||
- label: t1_infile_2 | ||
name: | ||
name: t1_infile_2.txt | ||
doc: Input file for demonstration task t1. | ||
- label: t1_outfile_1 | ||
name: | ||
name: outfile.txt | ||
doc: Output file for demonstration task t1. | ||
- label: lammps_atoms_file | ||
name: | ||
name: atoms.lammps | ||
doc: The file of atoms processed by LAMMPS. | ||
- label: lammps_input_script | ||
name: | ||
name: in.lammps | ||
doc: The LAMMPS control file. | ||
- label: lammps_dump_files | ||
name: | ||
name: (dump.\d+.txt) | ||
is_regex: true | ||
doc: A regular expression pattern that matches LAMMPS dump files. (<code>(dump.\d+.txt)</code>) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# These are only documented when their schemas are documented. | ||
- type: p1 | ||
- type: p1c | ||
- type: p2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters