Skip to content

[DOC] Miss underline before cmd in example code #3107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,10 @@
"affiliation": "MIT, HMS",
"name": "Ghosh, Satrajit",
"orcid": "0000-0002-5312-6729"
},
{
"name": "Lee, Nat",
"orcid": "0000-0001-9308-9988"
}
],
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion doc/devel/cmd_interface_devel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Here is a minimalistic interface for the gzip command:
class GZipTask(CommandLine):
input_spec = GZipInputSpec
output_spec = GZipOutputSpec
cmd = 'gzip'
_cmd = 'gzip'

def _list_outputs(self):
outputs = self.output_spec().get()
Expand Down