SfePy  X.Y
Functions | Variables
conf Namespace Reference

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'2010, 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
 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

Function Documentation

def conf.process_terms (   app,
  what_,
  name,
  obj,
  options,
  lines 
)
Prepend term call signature(s) into term docstrings.

Definition at line 264 of file conf.py.

def conf.setup (   app)

Definition at line 307 of file conf.py.


Variable Documentation

Definition at line 103 of file conf.py.

string conf::copyright = u'2010, Robert Cimrman and Contributors'

Definition at line 67 of file conf.py.

list conf::exclude_trees = ['_build']

Definition at line 93 of file conf.py.

Initial value:
00001 ['sphinx.ext.autosummary', 'sphinx.ext.autodoc',
00002               'sphinx.ext.doctest', 'sphinx.ext.pngmath',
00003               'sphinx.ext.viewcode', 'numpydoc',
00004               'ipython_console_highlighting', 'sfepy.script.gen_term_table']

Definition at line 47 of file conf.py.

dictionary conf::html_additional_pages = {}

Definition at line 163 of file conf.py.

string conf::html_last_updated_fmt = '%b %d, %Y'

Definition at line 152 of file conf.py.

Definition at line 173 of file conf.py.

list conf::html_static_path = ['_static']

Definition at line 148 of file conf.py.

string conf::html_theme = 'sfepy_theme'

Definition at line 120 of file conf.py.

list conf::html_theme_path = ["."]

Definition at line 127 of file conf.py.

Definition at line 170 of file conf.py.

Definition at line 167 of file conf.py.

string conf::html_use_opensearch = '../objects.inv'

Definition at line 181 of file conf.py.

Definition at line 156 of file conf.py.

string conf::htmlhelp_basename = 'SfePydoc'

Definition at line 187 of file conf.py.

Initial value:
00001 [
00002   ('index', 'SfePy.tex', u'SfePy Documentation',
00003    u'Robert Cimrman and Contributors', 'manual'),
00004 ]

Definition at line 200 of file conf.py.

string conf::latex_font_size = '12pt'

Definition at line 196 of file conf.py.

string conf::latex_paper_size = 'a4'

Definition at line 193 of file conf.py.

string conf::latex_preamble = r""

Definition at line 215 of file conf.py.

Definition at line 256 of file conf.py.

string conf::master_doc = 'index'

Definition at line 63 of file conf.py.

tuple conf::numpydoc_path = sfepy.Config()

Definition at line 38 of file conf.py.

Definition at line 262 of file conf.py.

Definition at line 259 of file conf.py.

string conf::project = u'SfePy'

Definition at line 66 of file conf.py.

string conf::pygments_style = 'sphinx'

Definition at line 110 of file conf.py.

Definition at line 76 of file conf.py.

Definition at line 107 of file conf.py.

string conf::source_suffix = '.rst'

Definition at line 57 of file conf.py.

list conf::templates_path = ['_templates']

Definition at line 54 of file conf.py.

string conf::today_fmt = '%B %d, %Y'

Definition at line 86 of file conf.py.

conf::version = sfepy.__version__

Definition at line 74 of file conf.py.