Replies: 3 comments 3 replies
-
Care to explain the question behind? As Micropython does not actually have Docstrings Are you perhaps referring to the online documentation, or the Docstrings that are part of the micropython-stubs ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes sure.
I want to document my own code and from my point of view the best area is in the code itself.
I want to export my documentation from the source for sharing out of the code. Existing cpython solutions don't work or I was not able to do.
Thx
|
Beta Was this translation helpful? Give feedback.
2 replies
-
You can look into pdoc. It generates static html from docstrings and understands markdown. You will probably need to run it from cpython, targeting your micropython code. Hope this helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi There,
I am looking for a way to convert the Docstrings to Markdown files with Micropython, or from Micropython files.
Thanks and regards,
Eric.
Beta Was this translation helpful? Give feedback.
All reactions