# epydoc configuration file for PyCryptodome.
# See http://epydoc.sourceforge.net/configfile.html for sample configuration.

[epydoc]
modules: Crypto
docformat: restructuredtext
output: html
target: Doc/apidoc/
sourcecode: no
frames: no

# Do not include private variables
private: no

# Include the complete set of inherited methods, but grouped in a special
# section
inheritance: grouped

name: PyCryptodome API Documentation
url: http://www.pycryptodome.org/

link: <a href="http://www.pycryptodome.org/">PyCryptodome.org</a>

exclude: ^Crypto\.SelfTest
