:py:mod:`conf` ============== .. py:module:: conf Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: conf.autodoc_skip_member conf.setup Attributes ~~~~~~~~~~ .. autoapisummary:: conf.project conf.copyright conf.author conf.version conf.release conf.extensions conf.intersphinx_mapping conf.templates_path conf.exclude_patterns conf.master_doc conf.pygments_style conf.html_theme conf.html_static_path conf.html_logo conf.html_favicon conf.autoapi_type conf.autoapi_dirs conf.autodoc_default_flags .. py:data:: project :annotation: = OpendTect Machine Learning Python tools .. py:data:: copyright :annotation: = 2022, dGB Earth Sciences .. py:data:: author :annotation: = dGB Earth Sciences .. py:data:: version :annotation: = 1.0.0 .. py:data:: release :annotation: = 1.0.0 .. py:data:: extensions :annotation: = ['autoapi.extension', 'sphinx.ext.intersphinx'] .. py:data:: intersphinx_mapping .. py:data:: templates_path :annotation: = ['_templates'] .. py:data:: exclude_patterns :annotation: = [] .. py:data:: master_doc :annotation: = index .. py:data:: pygments_style :annotation: = sphinx .. py:data:: html_theme :annotation: = sphinx_rtd_theme .. py:data:: html_static_path :annotation: = ['_static'] .. py:data:: html_logo :annotation: = ../od_small.png .. py:data:: html_favicon .. py:data:: autoapi_type :annotation: = python .. py:data:: autoapi_dirs :annotation: = ['../'] .. py:data:: autodoc_default_flags :annotation: = ['members', 'private-members', 'special-members', 'show-inheritance'] .. py:function:: autodoc_skip_member(app, what, name, obj, skip, options) .. py:function:: setup(app)