conf Namespace Reference

Variables

list extensions
 
list templates_path = ['_templates']
 
string source_suffix = '.rst'
 
string master_doc = 'index'
 
string project = u'Python musiXmatch'
 
string copyright = u'2011, Luca De Vitis'
 
string version = '0.6'
 
string release = '0.6.0'
 
list exclude_patterns = ['build']
 
bool add_function_parentheses = True
 
bool add_module_names = False
 
bool show_authors = True
 
string pygments_style = 'sphinx'
 
string html_theme = 'default'
 
list html_static_path = ['static']
 
string html_last_updated_fmt = '%b %d, %Y'
 
bool html_use_smartypants = True
 
bool html_domain_indices = True
 
bool html_use_index = True
 
bool html_show_sphinx = True
 
bool html_show_copyright = True
 
string html_use_opensearch = ''
 
string htmlhelp_basename = 'PythonmusiXmatchdoc'
 
list latex_documents
 
list man_pages
 

Variable Documentation

bool conf.add_function_parentheses = True

Definition at line 81 of file musixmatch-master/docs/conf.py.

bool conf.add_module_names = False

Definition at line 85 of file musixmatch-master/docs/conf.py.

string conf.copyright = u'2011, Luca De Vitis'

Definition at line 52 of file musixmatch-master/docs/conf.py.

list conf.exclude_patterns = ['build']

Definition at line 75 of file musixmatch-master/docs/conf.py.

list conf.extensions
Initial value:
1 = [
2  'sphinx.ext.doctest',
3  'sphinx.ext.coverage',
4  'sphinx.ext.autodoc']

Definition at line 33 of file musixmatch-master/docs/conf.py.

Referenced by av_match_ext(), and dv_probe().

bool conf.html_domain_indices = True

Definition at line 149 of file musixmatch-master/docs/conf.py.

string conf.html_last_updated_fmt = '%b %d, %Y'

Definition at line 135 of file musixmatch-master/docs/conf.py.

bool conf.html_show_copyright = True

Definition at line 164 of file musixmatch-master/docs/conf.py.

bool conf.html_show_sphinx = True

Definition at line 161 of file musixmatch-master/docs/conf.py.

list conf.html_static_path = ['static']

Definition at line 131 of file musixmatch-master/docs/conf.py.

string conf.html_theme = 'default'

Definition at line 102 of file musixmatch-master/docs/conf.py.

bool conf.html_use_index = True

Definition at line 152 of file musixmatch-master/docs/conf.py.

string conf.html_use_opensearch = ''

Definition at line 169 of file musixmatch-master/docs/conf.py.

bool conf.html_use_smartypants = True

Definition at line 139 of file musixmatch-master/docs/conf.py.

string conf.htmlhelp_basename = 'PythonmusiXmatchdoc'

Definition at line 175 of file musixmatch-master/docs/conf.py.

list conf.latex_documents
Initial value:
1 = [
2  ('index', 'PythonmusiXmatch.tex', u'Python musiXmatch Documentation',
3  u'Luca De Vitis', 'manual'),
4 ]

Definition at line 188 of file musixmatch-master/docs/conf.py.

list conf.man_pages
Initial value:
1 = [
2  ('index', 'pythonmusixmatch', u'Python musiXmatch Documentation',
3  [u'Luca De Vitis'], 1)
4 ]

Definition at line 221 of file musixmatch-master/docs/conf.py.

string conf.master_doc = 'index'

Definition at line 48 of file musixmatch-master/docs/conf.py.

string conf.project = u'Python musiXmatch'

Definition at line 51 of file musixmatch-master/docs/conf.py.

string conf.pygments_style = 'sphinx'

Definition at line 92 of file musixmatch-master/docs/conf.py.

string conf.release = '0.6.0'

Definition at line 61 of file musixmatch-master/docs/conf.py.

bool conf.show_authors = True

Definition at line 89 of file musixmatch-master/docs/conf.py.

string conf.source_suffix = '.rst'

Definition at line 42 of file musixmatch-master/docs/conf.py.

list conf.templates_path = ['_templates']

Definition at line 39 of file musixmatch-master/docs/conf.py.

string conf.version = '0.6'

Definition at line 59 of file musixmatch-master/docs/conf.py.