Functions | |
def | setup (app) |
Variables | |
ROOT_DIR = os.path.join(os.path.abspath(os.path.dirname(__file__)), os.path.pardir) | |
list | extensions |
list | autodoc_mock_imports = ["onnx", "numpy", "onnxruntime"] |
dictionary | autodoc_default_options |
string | autodoc_member_order = "bysource" |
bool | autodoc_inherit_docstrings = True |
bool | autosummary_generate = True |
list | source_suffix = ['.rst'] |
string | master_doc = 'index' |
string | project = 'ONNX GraphSurgeon' |
string | copyright = '2020, NVIDIA' |
string | author = 'NVIDIA' |
version = gs.__version__ | |
release = version | |
string | pygments_style = 'colorful' |
string | html_theme = 'sphinx_rtd_theme' |
list | html_static_path = ['_static'] |
string | html_logo = '_static/img/nvlogo_white.png' |
bool | html_show_sourcelink = False |
string | htmlhelp_basename = 'TensorRTdoc' |
string | autoclass_content = 'both' |
dictionary | html_theme_options |
dictionary | html_sidebars = { '**': ['globaltoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html'] } |
string | needs_sphinx = '1.8' |
bool | napoleon_google_docstring = True |
bool | napoleon_numpy_docstring = True |
bool | napoleon_include_init_with_doc = True |
bool | napoleon_include_private_with_doc = False |
bool | napoleon_include_special_with_doc = False |
bool | napoleon_use_admonition_for_examples = True |
bool | napoleon_use_admonition_for_notes = True |
bool | napoleon_use_admonition_for_references = False |
bool | napoleon_use_ivar = True |
bool | napoleon_use_param = False |
bool | napoleon_use_rtype = False |
list | templates_path = ['_templates'] |
language = None | |
list | exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
html_theme_path = sphinx_glpi_theme.get_html_themes_path() | |
dictionary | latex_elements |
list | latex_documents |
list | man_pages |
list | texinfo_documents |
string | epub_title = project |
list | epub_exclude_files = ['search.html'] |
dictionary | intersphinx_mapping |
def conf.setup | ( | app | ) |
conf.ROOT_DIR = os.path.join(os.path.abspath(os.path.dirname(__file__)), os.path.pardir) |
list conf.extensions |
list conf.autodoc_mock_imports = ["onnx", "numpy", "onnxruntime"] |
dictionary conf.autodoc_default_options |
string conf.autodoc_member_order = "bysource" |
bool conf.autodoc_inherit_docstrings = True |
bool conf.autosummary_generate = True |
string conf.source_suffix = ['.rst'] |
string conf.master_doc = 'index' |
string conf.project = 'ONNX GraphSurgeon' |
string conf.copyright = '2020, NVIDIA' |
string conf.author = 'NVIDIA' |
string conf.version = gs.__version__ |
string conf.release = version |
string conf.pygments_style = 'colorful' |
string conf.html_theme = 'sphinx_rtd_theme' |
list conf.html_static_path = ['_static'] |
string conf.html_logo = '_static/img/nvlogo_white.png' |
bool conf.html_show_sourcelink = False |
string conf.htmlhelp_basename = 'TensorRTdoc' |
string conf.autoclass_content = 'both' |
dictionary conf.html_sidebars = { '**': ['globaltoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html'] } |
string conf.needs_sphinx = '1.8' |
bool conf.napoleon_google_docstring = True |
bool conf.napoleon_numpy_docstring = True |
bool conf.napoleon_include_init_with_doc = True |
bool conf.napoleon_include_private_with_doc = False |
bool conf.napoleon_include_special_with_doc = False |
bool conf.napoleon_use_admonition_for_examples = True |
bool conf.napoleon_use_admonition_for_notes = True |
bool conf.napoleon_use_admonition_for_references = False |
bool conf.napoleon_use_ivar = True |
bool conf.napoleon_use_param = False |
bool conf.napoleon_use_rtype = False |
list conf.templates_path = ['_templates'] |
conf.language = None |
list conf.exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
conf.html_theme_path = sphinx_glpi_theme.get_html_themes_path() |
dictionary conf.latex_elements |
list conf.latex_documents |
list conf.man_pages |
list conf.texinfo_documents |
string conf.epub_title = project |
list conf.epub_exclude_files = ['search.html'] |