minus-squareggiesen@lemmy.cacaketoPython@programming.dev•Are docstrings commonly used?linkfedilinkEnglisharrow-up2·edit-22 months agoIf you want to see doctrings in action, take a look at Salt (https://saltproject.io/). They’re used to build all the module documentation (https://docs.saltproject.io/en/latest/py-modindex.html) using sphinx and they won’t accept new modules without them. linkfedilink
minus-squareggiesen@lemmy.cacaketoAsklemmy@lemmy.ml•Dear Lemmy, **why** Star Trek??linkfedilinkEnglisharrow-up3·1 year agoyes. linkfedilink
If you want to see doctrings in action, take a look at Salt (https://saltproject.io/). They’re used to build all the module documentation (https://docs.saltproject.io/en/latest/py-modindex.html) using sphinx and they won’t accept new modules without them.