Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-06-17 07:06:32

0001 # -*- coding: utf-8 -*-
0002 #
0003 # Configuration file for the Sphinx documentation builder.
0004 #
0005 # This file does only contain a selection of the most common options. For a
0006 # full list see the documentation:
0007 # http://www.sphinx-doc.org/en/master/config
0008 
0009 # -- Path setup --------------------------------------------------------------
0010 
0011 # If extensions (or modules to document with autodoc) are in another directory,
0012 # add these directories to sys.path here. If the directory is relative to the
0013 # documentation root, use os.path.abspath to make it absolute, like shown here.
0014 #
0015 # import os
0016 # import sys
0017 # sys.path.insert(0, os.path.abspath('.'))
0018 
0019 
0020 # -- Project information -----------------------------------------------------
0021 
0022 project = u'DelphesEIC'
0023 copyright = u'...'
0024 author = u'...'
0025 
0026 # The short X.Y version
0027 version = u''
0028 # The full version, including alpha/beta/rc tags
0029 release = u'0.00.01'
0030 
0031 
0032 # -- General configuration ---------------------------------------------------
0033 
0034 # If your documentation needs a minimal Sphinx version, state it here.
0035 #
0036 # needs_sphinx = '1.0'
0037 
0038 # Add any Sphinx extension module names here, as strings. They can be
0039 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
0040 # ones.
0041 extensions = [
0042     'sphinx.ext.autodoc',
0043     'sphinx.ext.doctest',
0044     'sphinx.ext.coverage',
0045     'sphinx.ext.mathjax',
0046     'sphinx.ext.ifconfig',
0047     'sphinx.ext.viewcode',
0048     'sphinx.ext.githubpages',
0049     'recommonmark',
0050     'sphinx_rtd_theme'
0051 ]
0052 
0053 
0054 # Add any paths that contain templates here, relative to this directory.
0055 templates_path = ['_templates']
0056 
0057 # The suffix(es) of source filenames.
0058 # You can specify multiple suffix as a list of string:
0059 #
0060 #source_suffix = ['.rst', '.md']
0061 source_suffix = '.rst'
0062 
0063 # The master toctree document.
0064 master_doc = 'index'
0065 
0066 # The language for content autogenerated by Sphinx. Refer to documentation
0067 # for a list of supported languages.
0068 #
0069 # This is also used if you do content translation via gettext catalogs.
0070 # Usually you set "language" from the command line for these cases.
0071 language = None
0072 
0073 # List of patterns, relative to source directory, that match files and
0074 # directories to ignore when looking for source files.
0075 # This pattern also affects html_static_path and html_extra_path.
0076 exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store']
0077 
0078 # The name of the Pygments (syntax highlighting) style to use.
0079 pygments_style = None
0080 
0081 
0082 # -- Options for HTML output -------------------------------------------------
0083 
0084 # The theme to use for HTML and HTML Help pages.  See the documentation for
0085 # a list of builtin themes.
0086 #
0087 html_theme = "sphinx_rtd_theme"
0088 
0089 # Theme options are theme-specific and customize the look and feel of a theme
0090 # further.  For a list of options available for each theme, see the
0091 # documentation.
0092 #
0093 # html_theme_options = {}
0094 
0095 # Add any paths that contain custom static files (such as style sheets) here,
0096 # relative to this directory. They are copied after the builtin static files,
0097 # so a file named "default.css" will overwrite the builtin "default.css".
0098 html_static_path = ['_static']
0099 
0100 # Custom sidebar templates, must be a dictionary that maps document names
0101 # to template names.
0102 #
0103 # The default sidebars (for documents that don't match any pattern) are
0104 # defined by theme itself.  Builtin themes are using these templates by
0105 # default: ``['localtoc.html', 'relations.html', 'sourcelink.html',
0106 # 'searchbox.html']``.
0107 #
0108 # html_sidebars = {}
0109 
0110 
0111 # -- Options for HTMLHelp output ---------------------------------------------
0112 
0113 # Output file base name for HTML help builder.
0114 htmlhelp_basename = 'DelphesEicBuilder'
0115 
0116 
0117 # -- Options for LaTeX output ------------------------------------------------
0118 
0119 latex_elements = {
0120     # The paper size ('letterpaper' or 'a4paper').
0121     #
0122     # 'papersize': 'letterpaper',
0123 
0124     # The font size ('10pt', '11pt' or '12pt').
0125     #
0126     # 'pointsize': '10pt',
0127 
0128     # Additional stuff for the LaTeX preamble.
0129     #
0130     # 'preamble': '',
0131 
0132     # Latex figure (float) alignment
0133     #
0134     # 'figure_align': 'htbp',
0135 }
0136 
0137 # Grouping the document tree into LaTeX files. List of tuples
0138 # (source start file, target name, title,
0139 #  author, documentclass [howto, manual, or own class]).
0140 latex_documents = [
0141     (master_doc, 'DelphesEIC.tex', u'Delphes EIC Documentation',
0142      u'Miguel Arratia, Stephen Sekula', 'manual'),
0143 ]
0144 
0145 
0146 # -- Options for manual page output ------------------------------------------
0147 
0148 # One entry per manual page. List of tuples
0149 # (source start file, name, description, authors, manual section).
0150 man_pages = [
0151     (master_doc, 'delphes-eic', u'Delphes EIC',
0152      [author], 1)
0153 ]
0154 
0155 
0156 # -- Options for Texinfo output ----------------------------------------------
0157 
0158 # Grouping the document tree into Texinfo files. List of tuples
0159 # (source start file, target name, title, author,
0160 #  dir menu entry, description, category)
0161 texinfo_documents = [
0162     (master_doc, 'delphes-eic', u'Delphes 4 EIC Documentation',
0163      author, 'delphes-eic', 'One line description of project.',
0164      'Miscellaneous'),
0165 ]
0166 
0167 
0168 # -- Options for Epub output -------------------------------------------------
0169 
0170 # Bibliographic Dublin Core info.
0171 epub_title = project
0172 
0173 # The unique identifier of the text. This can be a ISBN number
0174 # or the project homepage.
0175 #
0176 # epub_identifier = ''
0177 
0178 # A unique identification for the text.
0179 #
0180 # epub_uid = ''
0181 
0182 # A list of files that should not be packed into the epub file.
0183 epub_exclude_files = ['search.html']
0184 
0185 
0186 # -- Extension configuration -------------------------------------------------