Skip to content
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

schema-salad-doc regression: always uses full name instead of short name #426

Closed
mr-c opened this issue Sep 2, 2021 · 0 comments · Fixed by #470
Closed

schema-salad-doc regression: always uses full name instead of short name #426

mr-c opened this issue Sep 2, 2021 · 0 comments · Fixed by #470
Assignees

Comments

@mr-c
Copy link
Member

mr-c commented Sep 2, 2021

--- a/v1.1/CommandLineTool.html
+++ b/v1.1/CommandLineTool.html
@@ -2613,7 +2613,7 @@ to earlier schema definitions.</p>
 <div class="row responsive-table-row">
 <div class="col-xs-3 col-lg-2"><code>types</code></div>
 <div class="col-xs-2 col-lg-1">required</div>
-<div class="col-xs-7 col-lg-3">array&lt;<a href="#CommandInputRecordSchema">CommandInputRecordSchema</a>&nbsp;|&nbsp;<a href="#CommandInputEnumSchema">CommandInputEnumSchema</a>&nbsp;|&nbsp;<a href="#CommandInputArraySchema">CommandInputArraySchema</a>&gt;</div>
+<div class="col-xs-7 col-lg-3">array&lt;<a href="#org.w3id.cwl.cwl.CommandInputRecordSchema">org.w3id.cwl.cwl.CommandInputRecordSchema</a>&nbsp;|&nbsp;<a href="#org.w3id.cwl.cwl.CommandInputEnumSchema">org.w3id.cwl.cwl.CommandInputEnumSchema</a>&nbsp;|&nbsp;<a href="#org.w3id.cwl.cwl.CommandInputArraySchema">org.w3id.cwl.cwl.CommandInputArraySchema</a>&gt;</div>
 <div class="col-xs-12 col-lg-6 description-col"><p>The list of type definitions.</p>
 </div>
 </div></div><h2 id="LoadListingRequirement" class="section">5.5 LoadListingRequirement <a href="#LoadListingRequirement">&sect;</a></h2><p>Specify the desired behavior for loading the <code>listing</code> field of

Related to #412 I presume

This needs fixing before we can update the CWL website again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants