cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Functions | Variables
conf Namespace Reference

Functions

def generate_doxygen_xml (app)
 
def prepare (app)
 
def clean_up (app, exception)
 
def setup (app)
 

Variables

 DIR
 
 extensions
 
 breathe_projects
 
 breathe_default_project
 
 breathe_domain_by_extension
 
 templates_path
 
 source_suffix
 
 master_doc
 
 project
 
 copyright
 
 author
 
 code
 
 loc
 
 version
 
 language
 
 exclude_patterns
 
 default_role
 
 todo_include_todos
 
 on_rtd
 
 html_theme
 
 html_theme_path
 
 html_context
 
 html_static_path
 
 htmlhelp_basename
 
 latex_engine
 
 latex_elements
 
 latex_documents
 
 man_pages
 
 texinfo_documents
 
 primary_domain
 
 highlight_language
 

Function Documentation

◆ clean_up()

def conf.clean_up (   app,
  exception 
)

Definition at line 369 of file conf.py.

◆ generate_doxygen_xml()

def conf.generate_doxygen_xml (   app)

Definition at line 340 of file conf.py.

◆ prepare()

def conf.prepare (   app)

Definition at line 354 of file conf.py.

◆ setup()

def conf.setup (   app)

Definition at line 373 of file conf.py.

Variable Documentation

◆ author

conf.author

Definition at line 65 of file conf.py.

◆ breathe_default_project

conf.breathe_default_project

Definition at line 45 of file conf.py.

◆ breathe_domain_by_extension

conf.breathe_domain_by_extension

Definition at line 46 of file conf.py.

◆ breathe_projects

conf.breathe_projects

Definition at line 44 of file conf.py.

◆ code

conf.code

Definition at line 73 of file conf.py.

◆ copyright

conf.copyright

Definition at line 64 of file conf.py.

◆ default_role

conf.default_role

Definition at line 99 of file conf.py.

◆ DIR

conf.DIR

Definition at line 23 of file conf.py.

◆ exclude_patterns

conf.exclude_patterns

Definition at line 95 of file conf.py.

◆ extensions

conf.extensions

Definition at line 38 of file conf.py.

◆ highlight_language

conf.highlight_language

Definition at line 337 of file conf.py.

◆ html_context

conf.html_context

Definition at line 138 of file conf.py.

◆ html_static_path

conf.html_static_path

Definition at line 175 of file conf.py.

◆ html_theme

conf.html_theme

Definition at line 135 of file conf.py.

◆ html_theme_path

conf.html_theme_path

Definition at line 136 of file conf.py.

◆ htmlhelp_basename

conf.htmlhelp_basename

Definition at line 238 of file conf.py.

◆ language

conf.language

Definition at line 85 of file conf.py.

◆ latex_documents

conf.latex_documents

Definition at line 272 of file conf.py.

◆ latex_elements

conf.latex_elements

Definition at line 244 of file conf.py.

◆ latex_engine

conf.latex_engine

Definition at line 242 of file conf.py.

◆ loc

conf.loc

Definition at line 74 of file conf.py.

◆ man_pages

conf.man_pages

Definition at line 301 of file conf.py.

◆ master_doc

conf.master_doc

Definition at line 60 of file conf.py.

◆ on_rtd

conf.on_rtd

Definition at line 130 of file conf.py.

◆ primary_domain

conf.primary_domain

Definition at line 336 of file conf.py.

◆ project

conf.project

Definition at line 63 of file conf.py.

◆ source_suffix

conf.source_suffix

Definition at line 54 of file conf.py.

◆ templates_path

conf.templates_path

Definition at line 49 of file conf.py.

◆ texinfo_documents

conf.texinfo_documents

Definition at line 312 of file conf.py.

◆ todo_include_todos

conf.todo_include_todos

Definition at line 122 of file conf.py.

◆ version

conf.version

Definition at line 78 of file conf.py.