Module conf
[hide private]
[frames] | no frames]

Module conf

source code

Variables [hide private]
  extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sp...
  templates_path = ['_templates']
  source_suffix = '.rst'
  master_doc = 'index'
  project = u'copr-backend'
  copyright = u'2014, Copr dev team'
  version = '0.48'
  release = '0.48'
  exclude_patterns = []
  pygments_style = 'sphinx'
  html_theme = 'default'
  html_static_path = ['_static']
  htmlhelp_basename = 'copr-backenddoc'
  latex_elements = {}
  latex_documents = [('index', 'copr-backend.tex', u'copr-backen...
  man_pages = [('index', 'copr-backend', u'copr-backend Document...
  texinfo_documents = [('index', 'copr-backend', u'copr-backend ...
  autodoc_member_order = 'bysource'
  autodoc_default_flags = ['members', 'undoc-members', 'private-...
  __package__ = None
Variables Details [hide private]

extensions

Value:
['sphinx.ext.autodoc',
 'sphinx.ext.coverage',
 'sphinx.ext.ifconfig',
 'sphinx.ext.viewcode',
 'sphinxarg.ext']

latex_documents

Value:
[('index',
  'copr-backend.tex',
  u'copr-backend Documentation',
  u'Copr dev team',
  'manual')]

man_pages

Value:
[('index',
  'copr-backend',
  u'copr-backend Documentation',
  [u'Copr dev team'],
  1)]

texinfo_documents

Value:
[('index',
  'copr-backend',
  u'copr-backend Documentation',
  u'Copr dev team',
  'copr-backend',
  'One line description of project.',
  'Miscellaneous')]

autodoc_default_flags

Value:
['members', 'undoc-members', 'private-members']