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… #263

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

opoudjis
Copy link
Contributor

@opoudjis opoudjis commented Oct 9, 2024

…es/367

Metanorma PR checklist

@opoudjis opoudjis self-assigned this Oct 9, 2024
.new(html_extract_attributes(node)
.merge(output_formats: ::Metanorma::IHO::Processor.new.output_formats))
.merge(output_formats: ::Metanorma::Iho::Processor.new.output_formats))
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. [81/80]

when :presentation
IsoDoc::IHO::PresentationXMLConvert.new(options).convert(inname, isodoc_node, nil, outname)
IsoDoc::Iho::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. [101/80]

when :pdf
IsoDoc::IHO::PdfConvert.new(options).convert(inname, isodoc_node, nil, outname)
IsoDoc::Iho::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. [89/80]

when :doc
IsoDoc::IHO::WordConvert.new(options).convert(inname, isodoc_node, nil, outname)
IsoDoc::Iho::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. [90/80]

end

def output(isodoc_node, inname, outname, format, options={})
options_preprocess(options)
case format
when :html
IsoDoc::IHO::HtmlConvert.new(options).convert(inname, isodoc_node, nil, outname)
IsoDoc::Iho::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. [90/80]

@@ -598,11 +598,11 @@
</div>
</body>
OUTPUT
expect(Xml::C14n.format(strip_guid(IsoDoc::IHO::PresentationXMLConvert.new(presxml_options)
expect(Xml::C14n.format(strip_guid(IsoDoc::Iho::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. [95/80]

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