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

Consistent Module naming: https://github.com/metanorma/metanorma/issu… #318

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

opoudjis
Copy link
Contributor

@opoudjis opoudjis commented Oct 9, 2024

…es/367

Metanorma PR checklist

@opoudjis opoudjis self-assigned this Oct 9, 2024
when :presentation
IsoDoc::CC::PresentationXMLConvert.new(options).convert(inname, isodoc_node, nil, outname)
IsoDoc::Cc::PresentationXMLConvert.new(options).convert(inname, isodoc_node, nil, outname)
Copy link

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)
Copy link

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)
Copy link

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)
Copy link

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)
Copy link

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]

@opoudjis opoudjis merged commit 0527c7b into main Oct 11, 2024
17 of 20 checks passed
@opoudjis opoudjis deleted the feature/ext-flavor branch October 11, 2024 11:39
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 this pull request may close these issues.

1 participant