Sfoglia il codice sorgente

include class members in documentation

Malte Kraus 8 anni fa
parent
commit
09df4c45ed
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      doc/conf.py

+ 1 - 0
doc/conf.py

@@ -36,6 +36,7 @@ extensions = [
     'sphinx.ext.coverage',
 ]
 autosummary_generate = True
+autodoc_default_flags = ['members']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']