|
SfePy
X.Y
|
Functions | |
| def | process_terms |
| def | setup |
Variables | |
| tuple | numpydoc_path = sfepy.Config() |
| list | extensions |
| list | templates_path = ['_templates'] |
| string | source_suffix = '.rst' |
| string | master_doc = 'index' |
| string | project = u'SfePy' |
| string | copyright = u'2014, Robert Cimrman and Contributors' |
| version = sfepy.__version__ | |
| 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 = 'sfepy_theme' |
| list | html_theme_path = ["."] |
| list | html_static_path = ['_static'] |
| string | html_last_updated_fmt = '%b %d, %Y' |
| html_use_smartypants = True | |
| dictionary | html_additional_pages = {} |
| html_use_modindex = True | |
| list | html_domain_indices = ["py-modindex"] |
| 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 | |||
| ) |
| def conf.setup | ( | app | ) |
| conf::add_module_names = True |
| string conf::copyright = u'2014, Robert Cimrman and Contributors' |
| list conf::exclude_trees = ['_build'] |
| list conf::extensions |
| dictionary conf::html_additional_pages = {} |
| list conf::html_domain_indices = ["py-modindex"] |
| string conf::html_last_updated_fmt = '%b %d, %Y' |
| conf::html_split_index = True |
| list conf::html_static_path = ['_static'] |
| string conf::html_theme = 'sfepy_theme' |
| list conf::html_theme_path = ["."] |
| 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 = sfepy.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' |
| conf::version = sfepy.__version__ |
1.7.6.1