Index: third_party/gsutil/third_party/crcmod/docs/source/conf.py |
diff --git a/third_party/beautifulsoup4/doc/source/conf.py b/third_party/gsutil/third_party/crcmod/docs/source/conf.py |
similarity index 82% |
copy from third_party/beautifulsoup4/doc/source/conf.py |
copy to third_party/gsutil/third_party/crcmod/docs/source/conf.py |
index 102c3cf972a176f96096c3bfc8186bbaaba40b7b..87abe837a0b132a4effe98ee3c1abd5ade9a7167 100644 |
--- a/third_party/beautifulsoup4/doc/source/conf.py |
+++ b/third_party/gsutil/third_party/crcmod/docs/source/conf.py |
@@ -1,7 +1,7 @@ |
# -*- coding: utf-8 -*- |
# |
-# Beautiful Soup documentation build configuration file, created by |
-# sphinx-quickstart on Thu Jan 26 11:22:55 2012. |
+# crcmod documentation build configuration file, created by |
+# sphinx-quickstart on Thu Jan 21 14:04:12 2010. |
# |
# This file is execfile()d with the current directory set to its containing dir. |
# |
@@ -16,7 +16,7 @@ import sys, os |
# If extensions (or modules to document with autodoc) are in another directory, |
# add these directories to sys.path here. If the directory is relative to the |
# documentation root, use os.path.abspath to make it absolute, like shown here. |
-#sys.path.insert(0, os.path.abspath('.')) |
+#sys.path.append(os.path.abspath('.')) |
# -- General configuration ----------------------------------------------------- |
@@ -25,7 +25,7 @@ import sys, os |
# Add any Sphinx extension module names here, as strings. They can be extensions |
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. |
-extensions = [] |
+extensions = [ 'sphinx.ext.intersphinx', ] |
# Add any paths that contain templates here, relative to this directory. |
templates_path = ['_templates'] |
@@ -40,17 +40,17 @@ source_suffix = '.rst' |
master_doc = 'index' |
# General information about the project. |
-project = u'Beautiful Soup' |
-copyright = u'2012, Leonard Richardson' |
+project = u'crcmod' |
+copyright = u'2010, Raymond L Buvel' |
# The version info for the project you're documenting, acts as replacement for |
# |version| and |release|, also used in various other places throughout the |
# built documents. |
# |
# The short X.Y version. |
-version = '4' |
+version = '1.7' |
# The full version, including alpha/beta/rc tags. |
-release = '4.2.0' |
+release = '1.7' |
# The language for content autogenerated by Sphinx. Refer to documentation |
# for a list of supported languages. |
@@ -64,7 +64,7 @@ release = '4.2.0' |
# List of patterns, relative to source directory, that match files and |
# directories to ignore when looking for source files. |
-exclude_patterns = [] |
+exclude_patterns = ['_build'] |
# The reST default role (used for this markup: `text`) to use for all documents. |
#default_role = None |
@@ -89,8 +89,8 @@ pygments_style = 'sphinx' |
# -- Options for HTML output --------------------------------------------------- |
-# The theme to use for HTML and HTML Help pages. See the documentation for |
-# a list of builtin themes. |
+# The theme to use for HTML and HTML Help pages. Major themes that come with |
+# Sphinx are currently 'default' and 'sphinxdoc'. |
html_theme = 'default' |
# Theme options are theme-specific and customize the look and feel of a theme |
@@ -138,7 +138,7 @@ html_static_path = ['_static'] |
#html_additional_pages = {} |
# If false, no module index is generated. |
-#html_domain_indices = True |
+#html_use_modindex = True |
# If false, no index is generated. |
#html_use_index = True |
@@ -160,11 +160,11 @@ html_static_path = ['_static'] |
# base URL from which the finished HTML is served. |
#html_use_opensearch = '' |
-# This is the file name suffix for HTML files (e.g. ".xhtml"). |
-#html_file_suffix = None |
+# If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml"). |
+#html_file_suffix = '' |
# Output file base name for HTML help builder. |
-htmlhelp_basename = 'BeautifulSoupdoc' |
+htmlhelp_basename = 'crcmoddoc' |
# -- Options for LaTeX output -------------------------------------------------- |
@@ -178,8 +178,8 @@ htmlhelp_basename = 'BeautifulSoupdoc' |
# Grouping the document tree into LaTeX files. List of tuples |
# (source start file, target name, title, author, documentclass [howto/manual]). |
latex_documents = [ |
- ('index', 'BeautifulSoup.tex', u'Beautiful Soup Documentation', |
- u'Leonard Richardson', 'manual'), |
+ ('index', 'crcmod.tex', u'crcmod Documentation', |
+ u'Raymond L Buvel', 'manual'), |
] |
# The name of an image file (relative to this directory) to place at the top of |
@@ -190,12 +190,6 @@ latex_documents = [ |
# not chapters. |
#latex_use_parts = False |
-# If true, show page references after internal links. |
-#latex_show_pagerefs = False |
- |
-# If true, show URL addresses after external links. |
-#latex_show_urls = False |
- |
# Additional stuff for the LaTeX preamble. |
#latex_preamble = '' |
@@ -203,26 +197,16 @@ latex_documents = [ |
#latex_appendices = [] |
# If false, no module index is generated. |
-#latex_domain_indices = True |
- |
- |
-# -- Options for manual page output -------------------------------------------- |
- |
-# One entry per manual page. List of tuples |
-# (source start file, name, description, authors, manual section). |
-man_pages = [ |
- ('index', 'beautifulsoup', u'Beautiful Soup Documentation', |
- [u'Leonard Richardson'], 1) |
-] |
+#latex_use_modindex = True |
# -- Options for Epub output --------------------------------------------------- |
# Bibliographic Dublin Core info. |
-epub_title = u'Beautiful Soup' |
-epub_author = u'Leonard Richardson' |
-epub_publisher = u'Leonard Richardson' |
-epub_copyright = u'2012, Leonard Richardson' |
+#epub_title = '' |
+#epub_author = '' |
+#epub_publisher = '' |
+#epub_copyright = '' |
# The language of the text. It defaults to the language option |
# or en if the language is not set. |
@@ -249,8 +233,5 @@ epub_copyright = u'2012, Leonard Richardson' |
# A list of files that should not be packed into the epub file. |
#epub_exclude_files = [] |
-# The depth of the table of contents in toc.ncx. |
-#epub_tocdepth = 3 |
- |
-# Allow duplicate toc entries. |
-#epub_tocdup = True |
+# -- Options for intersphinx -------------------------------------------------- |
+intersphinx_mapping = {'http://docs.python.org/': None} |