Elgg  Version master
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 = 'sphinx_rtd_theme'
 
list html_theme_path = ["_themes"]
 
string on_rtd = 'True'
 
string html_favicon = '../views/default/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 50 of file conf.py.

list conf.exclude_patterns = ['_build']

Definition at line 73 of file conf.py.

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

Definition at line 31 of file conf.py.

bool conf.gettext_compact = True

Definition at line 277 of file conf.py.

string conf.html_favicon = '../views/default/graphics/favicon.ico'

Definition at line 143 of file conf.py.

list conf.html_static_path = ['_static']

Definition at line 148 of file conf.py.

string conf.html_theme = 'sphinx_rtd_theme'

Definition at line 113 of file conf.py.

list conf.html_theme_path = ["_themes"]

Definition at line 121 of file conf.py.

string conf.htmlhelp_basename = 'Elggdoc'

Definition at line 192 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 210 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 197 of file conf.py.

list conf.locale_dirs = ['locale/']

Definition at line 276 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 240 of file conf.py.

string conf.master_doc = 'index'

Definition at line 46 of file conf.py.

string conf.on_rtd = 'True'

Definition at line 124 of file conf.py.

string conf.primary_domain = 'php'

Definition at line 107 of file conf.py.

string conf.project = u'Elgg'

Definition at line 49 of file conf.py.

string conf.pygments_style = 'sphinx'

Definition at line 90 of file conf.py.

string conf.release = 'master'

Definition at line 59 of file conf.py.

string conf.source_suffix = '.rst'

Definition at line 40 of file conf.py.

conf.startinline

Definition at line 102 of file conf.py.

list conf.templates_path = ['_templates']

Definition at line 37 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 254 of file conf.py.

string conf.version = 'master'

Definition at line 57 of file conf.py.