Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Namespaces | |
conf | |
Functions | |
def | conf.get_libuv_version () |
Variables | |
list | conf.extensions = ['manpage'] |
list | conf.templates_path = ['templates'] |
string | conf.source_suffix = '.rst' |
string | conf.master_doc = 'index' |
string | conf.project = u'libuv API documentation' |
string | conf.copyright = u'2014-present, libuv contributors' |
def | conf.version = get_libuv_version() |
def | conf.release = version |
list | conf.exclude_patterns = [] |
string | conf.pygments_style = 'sphinx' |
string | conf.html_theme = 'nature' |
string | conf.html_title = 'libuv documentation' |
string | conf.html_short_title = 'libuv %s documentation' % version |
string | conf.html_logo = 'static/logo.png' |
string | conf.html_favicon = 'static/favicon.ico' |
list | conf.html_static_path = ['static'] |
string | conf.htmlhelp_basename = 'libuv' |
dictionary | conf.latex_elements |
list | conf.latex_documents |
list | conf.man_pages |
list | conf.texinfo_documents |
string | conf.epub_title = u'libuv documentation' |
string | conf.epub_author = u'libuv contributors' |
string | conf.epub_publisher = u'libuv contributors' |
string | conf.epub_copyright = u'2014-present, libuv contributors' |
string | conf.epub_basename = u'libuv' |
list | conf.epub_exclude_files = ['search.html'] |