Prechádzať zdrojové kódy

Add notes about docstrings.

Jelmer Vernooij 14 rokov pred
rodič
commit
510972a88f
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      HACKING

+ 4 - 0
HACKING

@@ -10,6 +10,10 @@ implementations may be written for performance reasons, but should never
 replace the Python implementation. The C implementations should follow the
 kernel/git coding style.
 
+Public methods, functions and classes should all have doc strings. Please use
+epydoc style docstrings to document parameters and return values.
+You can generate the documentation by running "make doc".
+
 Where possible please include updates to NEWS along with your improvements.
 
 Running the tests