master_doc = 'index'

extensions = [
    'sphinx.ext.autodoc',
]
autodoc_member_order = 'bysource'
