minus-squareggiesen@lemmy.catoPython@programming.dev•Are docstrings commonly used?linkfedilinkEnglisharrow-up1·edit-25 days 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
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.