elifesciences / decision-letter-parser

Parse docx file containing decision letter and author response content and produce output in other formats
MIT License
0 stars 0 forks source link

Use jatsgenerator library functions, moved there. #141

Closed gnott closed 2 years ago

gnott commented 2 years ago

Re issue https://github.com/elifesciences/issues/issues/7569

Some functions from this library were moved to the jatsgeneratorlibrary, merged in PR https://github.com/elifesciences/jats-generator/pull/41, and released as version jatsgenerator==0.3.0. This was so these functions could be re-used elsewhere.

This library will depend on jatsgenerator to provide these functions. Naturally, the functions are removed from this library.

The changes are backwards compatible for the higher-level function calls, though the lower-level functions themselves are removed from here, instead use jatsgenerator library to find their equivalent.