![]() |
Scarab
v2.9.1
Project 8 C++ Utility Library
|
Functions | |
| def | generate_doxygen_xml (app) |
| def | setup (app) |
Variables | |
| list | extensions = ['breathe'] |
| dictionary | breathe_projects = {'pybind11': '.build/doxygenxml/'} |
| string | breathe_default_project = 'pybind11' |
| dictionary | breathe_domain_by_extension = {'h': 'cpp'} |
| list | templates_path = ['.templates'] |
| string | source_suffix = '.rst' |
| string | master_doc = 'index' |
| string | project = 'pybind11' |
| string | copyright = '2017, Wenzel Jakob' |
| string | author = 'Wenzel Jakob' |
| string | version = '2.3' |
| string | release = '2.3.dev1' |
| language = None | |
| list | exclude_patterns = ['.build', 'release.rst'] |
| string | default_role = 'any' |
| bool | todo_include_todos = False |
| string | on_rtd = 'True' |
| string | html_theme = 'sphinx_rtd_theme' |
| list | html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
| dictionary | html_context |
| list | html_static_path = ['_static'] |
| string | htmlhelp_basename = 'pybind11doc' |
| dictionary | latex_elements |
| list | latex_documents |
| list | man_pages |
| list | texinfo_documents |
| string | primary_domain = 'cpp' |
| string | highlight_language = 'cpp' |
| def conf.setup | ( | app | ) |
| dictionary breathe_projects = {'pybind11': '.build/doxygenxml/'} |
| dictionary html_context |
| list html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
| list latex_documents |
| dictionary latex_elements |
| list man_pages |
| list texinfo_documents |
1.8.13