PageRenderTime 26ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/bls/vendor/josegonzalez/cakephp-upload/docs/conf.py

https://github.com/rashmi/newrepo
Python | 255 lines | 28 code | 67 blank | 160 comment | 0 complexity | 610a8c12f74ca6749bf42bf5f0f7df6b MD5 | raw file
  1. # -*- coding: utf-8 -*-
  2. #
  3. # CakePHP-Upload documentation build configuration file, created by
  4. # sphinx-quickstart on Tue Aug 26 08:59:51 2014.
  5. #
  6. # This file is execfile()d with the current directory set to its
  7. # containing dir.
  8. #
  9. # Note that not all possible configuration values are present in this
  10. # autogenerated file.
  11. #
  12. # All configuration values have a default; values that are commented out
  13. # serve to show the default.
  14. # If extensions (or modules to document with autodoc) are in another directory,
  15. # add these directories to sys.path here. If the directory is relative to the
  16. # documentation root, use os.path.abspath to make it absolute, like shown here.
  17. # sys.path.insert(0, os.path.abspath('.'))
  18. # -- General configuration ------------------------------------------------
  19. # If your documentation needs a minimal Sphinx version, state it here.
  20. # needs_sphinx = '1.0'
  21. # Add any Sphinx extension module names here, as strings. They can be
  22. # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
  23. # ones.
  24. extensions = []
  25. # Add any paths that contain templates here, relative to this directory.
  26. templates_path = ['_templates']
  27. # The suffix of source filenames.
  28. source_suffix = '.rst'
  29. # The encoding of source files.
  30. # source_encoding = 'utf-8-sig'
  31. # The master toctree document.
  32. master_doc = 'index'
  33. # General information about the project.
  34. project = u'CakePHP-Upload'
  35. copyright = u'2014, Jose Diaz-Gonzalez'
  36. # The version info for the project you're documenting, acts as replacement for
  37. # |version| and |release|, also used in various other places throughout the
  38. # built documents.
  39. #
  40. # The short X.Y version.
  41. version = '3.0.0'
  42. # The full version, including alpha/beta/rc tags.
  43. release = '3.0.0'
  44. # The language for content autogenerated by Sphinx. Refer to documentation
  45. # for a list of supported languages.
  46. # language = None
  47. # There are two options for replacing |today|: either, you set today to some
  48. # non-false value, then it is used:
  49. # today = ''
  50. # Else, today_fmt is used as the format for a strftime call.
  51. # today_fmt = '%B %d, %Y'
  52. # List of patterns, relative to source directory, that match files and
  53. # directories to ignore when looking for source files.
  54. exclude_patterns = ['_build']
  55. # The reST default role (used for this markup: `text`) to use for all
  56. # documents.
  57. # default_role = None
  58. # If true, '()' will be appended to :func: etc. cross-reference text.
  59. # add_function_parentheses = True
  60. # If true, the current module name will be prepended to all description
  61. # unit titles (such as .. function::).
  62. # add_module_names = True
  63. # If true, sectionauthor and moduleauthor directives will be shown in the
  64. # output. They are ignored by default.
  65. # show_authors = False
  66. # The name of the Pygments (syntax highlighting) style to use.
  67. pygments_style = 'sphinx'
  68. # A list of ignored prefixes for module index sorting.
  69. # modindex_common_prefix = []
  70. # If true, keep warnings as "system message" paragraphs in the built documents.
  71. # keep_warnings = False
  72. # -- Options for HTML output ----------------------------------------------
  73. # The theme to use for HTML and HTML Help pages. See the documentation for
  74. # a list of builtin themes.
  75. html_theme = 'default'
  76. # Theme options are theme-specific and customize the look and feel of a theme
  77. # further. For a list of options available for each theme, see the
  78. # documentation.
  79. # html_theme_options = {}
  80. # Add any paths that contain custom themes here, relative to this directory.
  81. # html_theme_path = []
  82. # The name for this set of Sphinx documents. If None, it defaults to
  83. # "<project> v<release> documentation".
  84. # html_title = None
  85. # A shorter title for the navigation bar. Default is the same as html_title.
  86. # html_short_title = None
  87. # The name of an image file (relative to this directory) to place at the top
  88. # of the sidebar.
  89. # html_logo = None
  90. # The name of an image file (within the static path) to use as favicon of the
  91. # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
  92. # pixels large.
  93. # html_favicon = None
  94. # Add any paths that contain custom static files (such as style sheets) here,
  95. # relative to this directory. They are copied after the builtin static files,
  96. # so a file named "default.css" will overwrite the builtin "default.css".
  97. html_static_path = ['_static']
  98. # Add any extra paths that contain custom files (such as robots.txt or
  99. # .htaccess) here, relative to this directory. These files are copied
  100. # directly to the root of the documentation.
  101. # html_extra_path = []
  102. # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
  103. # using the given strftime format.
  104. # html_last_updated_fmt = '%b %d, %Y'
  105. # If true, SmartyPants will be used to convert quotes and dashes to
  106. # typographically correct entities.
  107. # html_use_smartypants = True
  108. # Custom sidebar templates, maps document names to template names.
  109. # html_sidebars = {}
  110. # Additional templates that should be rendered to pages, maps page names to
  111. # template names.
  112. # html_additional_pages = {}
  113. # If false, no module index is generated.
  114. # html_domain_indices = True
  115. # If false, no index is generated.
  116. # html_use_index = True
  117. # If true, the index is split into individual pages for each letter.
  118. # html_split_index = False
  119. # If true, links to the reST sources are added to the pages.
  120. # html_show_sourcelink = True
  121. # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
  122. # html_show_sphinx = True
  123. # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
  124. # html_show_copyright = True
  125. # If true, an OpenSearch description file will be output, and all pages will
  126. # contain a <link> tag referring to it. The value of this option must be the
  127. # base URL from which the finished HTML is served.
  128. # html_use_opensearch = ''
  129. # This is the file name suffix for HTML files (e.g. ".xhtml").
  130. # html_file_suffix = None
  131. # Output file base name for HTML help builder.
  132. htmlhelp_basename = 'CakePHP-Uploaddoc'
  133. # -- Options for LaTeX output ---------------------------------------------
  134. latex_elements = {
  135. # The paper size ('letterpaper' or 'a4paper').
  136. # 'papersize': 'letterpaper',
  137. # The font size ('10pt', '11pt' or '12pt').
  138. # 'pointsize': '10pt',
  139. # Additional stuff for the LaTeX preamble.
  140. # 'preamble': '',
  141. }
  142. # Grouping the document tree into LaTeX files. List of tuples
  143. # (source start file, target name, title,
  144. # author, documentclass [howto, manual, or own class]).
  145. latex_documents = [
  146. ('index', 'CakePHP-Upload.tex', u'CakePHP-Upload Documentation',
  147. u'Jose Diaz-Gonzalez', 'manual'),
  148. ]
  149. # The name of an image file (relative to this directory) to place at the top of
  150. # the title page.
  151. # latex_logo = None
  152. # For "manual" documents, if this is true, then toplevel headings are parts,
  153. # not chapters.
  154. # latex_use_parts = False
  155. # If true, show page references after internal links.
  156. # latex_show_pagerefs = False
  157. # If true, show URL addresses after external links.
  158. # latex_show_urls = False
  159. # Documents to append as an appendix to all manuals.
  160. # latex_appendices = []
  161. # If false, no module index is generated.
  162. # latex_domain_indices = True
  163. # -- Options for manual page output ---------------------------------------
  164. # One entry per manual page. List of tuples
  165. # (source start file, name, description, authors, manual section).
  166. man_pages = [
  167. ('index', 'cakephp-upload', u'CakePHP-Upload Documentation',
  168. [u'Jose Diaz-Gonzalez'], 1)
  169. ]
  170. # If true, show URL addresses after external links.
  171. # man_show_urls = False
  172. # -- Options for Texinfo output -------------------------------------------
  173. # Grouping the document tree into Texinfo files. List of tuples
  174. # (source start file, target name, title, author,
  175. # dir menu entry, description, category)
  176. texinfo_documents = [
  177. ('index', 'CakePHP-Upload', u'CakePHP-Upload Documentation',
  178. u'Jose Diaz-Gonzalez', 'CakePHP-Upload', 'One line description of project.',
  179. 'Miscellaneous'),
  180. ]
  181. # Documents to append as an appendix to all manuals.
  182. # texinfo_appendices = []
  183. # If false, no module index is generated.
  184. # texinfo_domain_indices = True
  185. # How to display URL addresses: 'footnote', 'no', or 'inline'.
  186. # texinfo_show_urls = 'footnote'
  187. # If true, do not generate a @detailmenu in the "Top" node's menu.
  188. # texinfo_no_detailmenu = False