conf

Module Contents

Functions

autodoc_skip_member(app, what, name, obj, skip, options)

setup(app)

Attributes

project

copyright

author

version

release

extensions

intersphinx_mapping

templates_path

exclude_patterns

master_doc

pygments_style

html_theme

html_static_path

html_logo

html_favicon

autoapi_type

autoapi_dirs

autodoc_default_flags

conf.project = OpendTect Machine Learning Python tools
conf.copyright = 2022, dGB Earth Sciences
conf.author = dGB Earth Sciences
conf.version = 1.0.0
conf.release = 1.0.0
conf.extensions = ['autoapi.extension', 'sphinx.ext.intersphinx']
conf.intersphinx_mapping
conf.templates_path = ['_templates']
conf.exclude_patterns = []
conf.master_doc = index
conf.pygments_style = sphinx
conf.html_theme = sphinx_rtd_theme
conf.html_static_path = ['_static']
conf.html_favicon
conf.autoapi_type = python
conf.autoapi_dirs = ['../']
conf.autodoc_default_flags = ['members', 'private-members', 'special-members', 'show-inheritance']
conf.autodoc_skip_member(app, what, name, obj, skip, options)
conf.setup(app)