You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now want to generate a .md file destined to display the documentation on our website.
I may have misunderstood, but if you want to integrate the parsed+reformatted doc into the current workflow, then it wouldn't be a question of "generating" a .(new) md file so much as just swapping-out part of the original doc string with your new reformatted part, as I suggested here
e.g. just add an option (e.g. isParsingHeader=[true|false]) to the Documentor.draftdoccontent method to call your function within this for loop (i.e. for every .md file in the list)
Context
I implemented a function
parse_doc
that parses the documentation of a function and returns a structure that contains the following information:We now want to generate a .md file destined to display the documentation on our website.
The text was updated successfully, but these errors were encountered: