mkdocstrings / pytkdocs

Load Python objects documentation.
https://mkdocstrings.github.io/pytkdocs
ISC License
50 stars 32 forks source link

Initial fix to switch order of preference for using docstring annotat… #110

Closed ghandic closed 2 years ago

ghandic commented 3 years ago

Initial fix to switch order of preference for using docstring annotations over signature annotations in the 'docstring_sections' value of the output

pawamoy commented 3 years ago

Thanks! I just added two comments.

ghandic commented 3 years ago

Thanks for the review, I think I have fixed the issues you've pointed out. If not then I think it might be worth adding some extra test cases of examples where it could break

pawamoy commented 3 years ago

Great, thanks! The comments are especially appreciated! I'll run this locally to see how it behaves, and we should be good to go.

ghandic commented 2 years ago

Are there any fixes needed here? Or gtg?

pawamoy commented 2 years ago

Hey @ghandic, thank you again, I'll merge this and release it in version 0.12.0 :slightly_smiling_face: