Project

Profile

Help

Task #6660

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulpcore/1891":https://github.com/pulp/pulpcore/issues/1891 




 ---- 


 **Description** 

 The auto generated documentation produced by openapi-generator-cli needs to be published with the rest of pulpcore and plugin docs. 

 The documentation produced by openapi-generator-cli is in Markdown format. The rest of Pulp documentation uses reStructuredText. 

 m2r can be used to convert Markdown to reStructuredText[0]. A script should be written that uses m2r to generate the documentation using openapi-generator-cli and convert it to reStructuredText. This script should then copy the documentation into the docs directory of a plugin. 

 [0] https://github.com/miyakogi/m2r 

Back