Add note about line skips in the style guide

This commit is contained in:
Nathan Lovato
2020-11-18 08:10:24 -06:00
parent 566e86bec2
commit b928c651e7

View File

@@ -254,6 +254,9 @@ Surround functions and class definitions with two blank lines:
Use one blank line inside functions to separate logical sections.
.. note:: We use a single line between classes and function definitions in the class reference and
in short code snippets in this documentation.
Line length
~~~~~~~~~~~