Hi All,<br><br>The documentation documentation says to document constants like functions. So if a module defines a constant is it documented like so:<br><br><span style="font-family: courier new,monospace;">myconstant = 1</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">"""Blah and blah"""</span><br><br>That doesn't seem quite right, but what is the proper method?<br><br>Also, do we have a way to document static class methods? Class attributes?<br>
<br>Chuck<br>