Functions | |
| def | process_terms |
| def | setup |
Variables | |
| tuple | numpydoc_path = Config() |
| list | extensions |
| list | templates_path = ['_templates'] |
| string | source_suffix = '.rst' |
| string | master_doc = 'index' |
| string | project = u'SfePy' |
| string | copyright = u'2010, Robert Cimrman and Contributors' |
| tuple | version = sfepy.__version__.split('-') |
| release = version | |
| string | today_fmt = '%B %d, %Y' |
| list | exclude_trees = ['_build'] |
| add_module_names = True | |
| show_authors = True | |
| string | pygments_style = 'sphinx' |
| string | html_theme = 'default' |
| list | html_static_path = ['_static'] |
| string | html_last_updated_fmt = '%b %d, %Y' |
| html_use_smartypants = True | |
| html_use_modindex = True | |
| html_use_index = True | |
| html_split_index = True | |
| string | html_use_opensearch = '../objects.inv' |
| string | htmlhelp_basename = 'SfePydoc' |
| string | latex_paper_size = 'a4' |
| string | latex_font_size = '12pt' |
| list | latex_documents |
| string | latex_preamble = r"" |
| latex_use_modindex = True | |
| pngmath_latex_preamble = latex_preamble | |
| numpydoc_show_class_members = False | |
| def conf::process_terms | ( | app, | ||
| what_, | ||||
| name, | ||||
| obj, | ||||
| options, | ||||
| lines | ||||
| ) |
| conf::add_module_names = True |
| string conf::copyright = u'2010, Robert Cimrman and Contributors' |
| list conf::exclude_trees = ['_build'] |
| list conf::extensions |
| string conf::html_last_updated_fmt = '%b %d, %Y' |
| conf::html_split_index = True |
| list conf::html_static_path = ['_static'] |
| string conf::html_theme = 'default' |
| conf::html_use_index = True |
| conf::html_use_modindex = True |
| string conf::html_use_opensearch = '../objects.inv' |
| conf::html_use_smartypants = True |
| string conf::htmlhelp_basename = 'SfePydoc' |
| string conf::latex_font_size = '12pt' |
| string conf::latex_paper_size = 'a4' |
| string conf::latex_preamble = r"" |
| conf::latex_use_modindex = True |
| string conf::master_doc = 'index' |
| tuple conf::numpydoc_path = Config() |
| string conf::project = u'SfePy' |
| string conf::pygments_style = 'sphinx' |
| conf::show_authors = True |
| string conf::source_suffix = '.rst' |
| list conf::templates_path = ['_templates'] |
| string conf::today_fmt = '%B %d, %Y' |
| tuple conf::version = sfepy.__version__.split('-') |
1.5.9