Elgg  Version 2.3
Variables
conf Namespace Reference

Variables

list extensions
 
list templates_path = ['_templates']
 
string source_suffix = '.rst'
 
string master_doc = 'index'
 
string project = u'Elgg'
 
string copyright = u'2013, Various'
 
string version = 'master'
 
string release = 'master'
 
list exclude_patterns = ['_build']
 
string pygments_style = 'sphinx'
 
 startinline
 
string primary_domain = 'php'
 
string html_theme = 'default'
 
list html_theme_path = ["_themes"]
 
string on_rtd = 'True'
 
string html_favicon = '../_graphics/favicon.ico'
 
list html_static_path = ['_static']
 
string htmlhelp_basename = 'Elggdoc'
 
dictionary latex_elements
 
list latex_documents
 
list man_pages
 
list texinfo_documents
 
list locale_dirs = ['locale/']
 
bool gettext_compact = True
 

Variable Documentation

string conf.copyright = u'2013, Various'

Definition at line 49 of file conf.py.

list conf.exclude_patterns = ['_build']

Definition at line 72 of file conf.py.

list conf.extensions
Initial value:
1 = [
2  'sphinxcontrib.phpdomain'
3 ]

Definition at line 31 of file conf.py.

bool conf.gettext_compact = True

Definition at line 276 of file conf.py.

string conf.html_favicon = '../_graphics/favicon.ico'

Definition at line 142 of file conf.py.

list conf.html_static_path = ['_static']

Definition at line 147 of file conf.py.

string conf.html_theme = 'default'

Definition at line 112 of file conf.py.

list conf.html_theme_path = ["_themes"]

Definition at line 120 of file conf.py.

string conf.htmlhelp_basename = 'Elggdoc'

Definition at line 191 of file conf.py.

list conf.latex_documents
Initial value:
1 = [
2  ('index', 'Elgg.tex', u'Elgg Documentation',
3  u'Various', 'manual'),
4 ]

Definition at line 209 of file conf.py.

dictionary conf.latex_elements
Initial value:
1 = {
2 # The paper size ('letterpaper' or 'a4paper').
3 #'papersize': 'letterpaper',
4 
5 # The font size ('10pt', '11pt' or '12pt').
6 #'pointsize': '10pt',
7 
8 # Additional stuff for the LaTeX preamble.
9 #'preamble': '',
10 }

Definition at line 196 of file conf.py.

list conf.locale_dirs = ['locale/']

Definition at line 275 of file conf.py.

list conf.man_pages
Initial value:
1 = [
2  ('index', 'elgg', u'Elgg Documentation',
3  [u'Various'], 1)
4 ]

Definition at line 239 of file conf.py.

string conf.master_doc = 'index'

Definition at line 45 of file conf.py.

string conf.on_rtd = 'True'

Definition at line 123 of file conf.py.

string conf.primary_domain = 'php'

Definition at line 106 of file conf.py.

string conf.project = u'Elgg'

Definition at line 48 of file conf.py.

string conf.pygments_style = 'sphinx'

Definition at line 89 of file conf.py.

string conf.release = 'master'

Definition at line 58 of file conf.py.

string conf.source_suffix = '.rst'

Definition at line 39 of file conf.py.

conf.startinline

Definition at line 101 of file conf.py.

list conf.templates_path = ['_templates']

Definition at line 36 of file conf.py.

list conf.texinfo_documents
Initial value:
1 = [
2  ('index', 'Elgg', u'Elgg Documentation',
3  u'Various', 'Elgg', 'One line description of project.',
4  'Miscellaneous'),
5 ]

Definition at line 253 of file conf.py.

string conf.version = 'master'

Definition at line 56 of file conf.py.