Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Variables
source.conf Namespace Reference

Variables

string SPHINX_VERSION_REQUIRED = "1.0.8"
string RST2PDF_VERSION_REQUIRED = "0.14.2"
list extensions = []
list templates_path = ['templates']
string source_suffix = '.txt'
string master_doc = 'index'
string project = u'Groonga'
string copyright = u'2009-'
list version = os.environ["DOCUMENT_VERSION"]
list release = os.environ["DOCUMENT_VERSION_FULL"]
list locale_dirs = ["../locale"]
list language = os.environ['LOCALE']
tuple locale_dir = os.path.dirname(__file__)
tuple catalog = gettext.Catalog("conf", localedir=locale_dir, languages=[language])
 _ = catalog.gettext
list exclude_patterns = ['_build', 'commands_not_implemented']
string pygments_style = 'sphinx'
string html_theme = 'groonga'
dictionary html_theme_options
dictionary html_context = {"language": language}
list html_theme_path = ["../themes"]
tuple html_title_format = unicode(_("%(project)s v%(release)s documentation"), "utf-8")
dictionary html_title
 html_use_smartypants = False
 html_show_sphinx = False
string htmlhelp_basename = 'groongadoc'
list latex_documents
list pdf_documents
list pdf_stylesheets = ['sphinx', 'kerning', 'a4']
 pdf_language = language
list pdf_font_path = []
string pdf_fit_mode = "shrink"
 pdf_inline_footnotes = True
int pdf_break_level = 2
list man_pages

Variable Documentation

_ = catalog.gettext

Definition at line 88 of file conf.py.

tuple catalog = gettext.Catalog("conf", localedir=locale_dir, languages=[language])

Definition at line 87 of file conf.py.

string copyright = u'2009-'

Definition at line 66 of file conf.py.

list exclude_patterns = ['_build', 'commands_not_implemented']

Definition at line 100 of file conf.py.

list extensions = []

Definition at line 41 of file conf.py.

dictionary html_context = {"language": language}

Definition at line 146 of file conf.py.

html_show_sphinx = False

Definition at line 202 of file conf.py.

string html_theme = 'groonga'

Definition at line 127 of file conf.py.

dictionary html_theme_options
Initial value:
1 {
2  'rightsidebar': 'true',
3  'stickysidebar': 'true',
4 # 'relbarbgcolor': '#ED4517',
5 # 'relbartextcolor': 'white',
6 # 'relbarlinkcolor': '#F8F0FF',
7 # 'footerbgcolor': '#ED4517',
8 # 'footertextcolor': 'white',
9 # 'sidebarbgcolor': '#FFd587',
10 # 'sidebartextcolor': '#ED4517',
11 # 'sidebarlinkcolor': '#666666',
12  'bodyfont': '#666666',
13 }

Definition at line 132 of file conf.py.

list html_theme_path = ["../themes"]

Definition at line 149 of file conf.py.

dictionary html_title
Initial value:
1 html_title_format%{"project": project,
2  "release": unicode(release, "utf-8")}

Definition at line 154 of file conf.py.

tuple html_title_format = unicode(_("%(project)s v%(release)s documentation"), "utf-8")

Definition at line 153 of file conf.py.

html_use_smartypants = False

Definition at line 180 of file conf.py.

string htmlhelp_basename = 'groongadoc'

Definition at line 213 of file conf.py.

list language = os.environ['LOCALE']

Definition at line 83 of file conf.py.

list latex_documents
Initial value:
1 [
2  ('index', 'groonga.tex', unicode(_('Groonga documentation'), "utf-8"),
3  u'Brazil, Inc', 'manual'),
4 ]

Definition at line 226 of file conf.py.

tuple locale_dir = os.path.dirname(__file__)

Definition at line 85 of file conf.py.

list locale_dirs = ["../locale"]

Definition at line 79 of file conf.py.

list man_pages
Initial value:
1 [
2  ('index', 'Groonga', unicode(_('Groonga documentation'), "utf-8"),
3  [u'Groonga Project'], 1)
4 ]

Definition at line 269 of file conf.py.

string master_doc = 'index'

Definition at line 62 of file conf.py.

int pdf_break_level = 2

Definition at line 264 of file conf.py.

list pdf_documents
Initial value:
1 [
2  ('index',
3  u'Groonga-%s' % (release,),
4  html_title,
5  unicode(_('Groonga Project'), "utf-8"))
6 ]

Definition at line 249 of file conf.py.

string pdf_fit_mode = "shrink"

Definition at line 262 of file conf.py.

list pdf_font_path = []

Definition at line 259 of file conf.py.

pdf_inline_footnotes = True

Definition at line 263 of file conf.py.

pdf_language = language

Definition at line 257 of file conf.py.

list pdf_stylesheets = ['sphinx', 'kerning', 'a4']

Definition at line 255 of file conf.py.

string project = u'Groonga'

Definition at line 65 of file conf.py.

string pygments_style = 'sphinx'

Definition at line 117 of file conf.py.

list release = os.environ["DOCUMENT_VERSION_FULL"]

Definition at line 76 of file conf.py.

string RST2PDF_VERSION_REQUIRED = "0.14.2"

Definition at line 15 of file conf.py.

string source_suffix = '.txt'

Definition at line 56 of file conf.py.

string SPHINX_VERSION_REQUIRED = "1.0.8"

Definition at line 14 of file conf.py.

list templates_path = ['templates']

Definition at line 53 of file conf.py.

list version = os.environ["DOCUMENT_VERSION"]

Definition at line 74 of file conf.py.