-
Notifications
You must be signed in to change notification settings - Fork 2
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
Consistent Module naming: https://github.com/metanorma/metanorma/issu… #318
Conversation
when :presentation | ||
IsoDoc::CC::PresentationXMLConvert.new(options).convert(inname, isodoc_node, nil, outname) | ||
IsoDoc::Cc::PresentationXMLConvert.new(options).convert(inname, isodoc_node, nil, outname) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is too long. [100/80]
when :pdf | ||
IsoDoc::CC::PdfConvert.new(options).convert(inname, isodoc_node, nil, outname) | ||
IsoDoc::Cc::PdfConvert.new(options).convert(inname, isodoc_node, nil, outname) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is too long. [88/80]
when :doc | ||
IsoDoc::CC::WordConvert.new(options).convert(inname, isodoc_node, nil, outname) | ||
IsoDoc::Cc::WordConvert.new(options).convert(inname, isodoc_node, nil, outname) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is too long. [89/80]
end | ||
|
||
def output(isodoc_node, inname, outname, format, options={}) | ||
options_preprocess(options) | ||
case format | ||
when :html | ||
IsoDoc::CC::HtmlConvert.new(options).convert(inname, isodoc_node, nil, outname) | ||
IsoDoc::Cc::HtmlConvert.new(options).convert(inname, isodoc_node, nil, outname) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is too long. [89/80]
@@ -316,7 +316,7 @@ | |||
</csd-standard> | |||
INPUT | |||
|
|||
expect(Xml::C14n.format(strip_guid(IsoDoc::CC::PresentationXMLConvert.new(presxml_options) | |||
expect(Xml::C14n.format(strip_guid(IsoDoc::Cc::PresentationXMLConvert.new(presxml_options) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is too long. [94/80]
…es/367
Metanorma PR checklist