annotate docs/source/conf.py @ 348:c652478be4fd

migrated \dt to gerald
author catherine@cordelia
date Fri, 24 Apr 2009 15:09:29 -0400
parents ea0b0e1ab6da
children
rev   line source
313
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
1 # -*- coding: utf-8 -*-
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
2 #
316
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
3 # SQLPython documentation build configuration file, created by
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
4 # sphinx-quickstart on Wed Mar 4 15:43:28 2009.
313
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
5 #
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
6 # This file is execfile()d with the current directory set to its containing dir.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
7 #
316
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
8 # The contents of this file are pickled, so don't put values in the namespace
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
9 # that aren't pickleable (module imports are okay, they're removed automatically).
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
10 #
313
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
11 # Note that not all possible configuration values are present in this
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
12 # autogenerated file.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
13 #
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
14 # All configuration values have a default; values that are commented out
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
15 # serve to show the default.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
16
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
17 import sys, os
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
18
316
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
19 # If your extensions are in another directory, add it here. If the directory
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
20 # is relative to the documentation root, use os.path.abspath to make it
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
21 # absolute, like shown here.
313
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
22 #sys.path.append(os.path.abspath('.'))
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
23
316
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
24 # General configuration
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
25 # ---------------------
313
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
26
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
27 # Add any Sphinx extension module names here, as strings. They can be extensions
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
28 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
316
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
29 extensions = ['sphinx.ext.autodoc']
313
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
30
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
31 # Add any paths that contain templates here, relative to this directory.
316
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
32 templates_path = ['.templates']
313
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
33
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
34 # The suffix of source filenames.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
35 source_suffix = '.rst'
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
36
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
37 # The encoding of source files.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
38 #source_encoding = 'utf-8'
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
39
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
40 # The master toctree document.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
41 master_doc = 'index'
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
42
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
43 # General information about the project.
316
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
44 project = u'SQLPython'
313
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
45 copyright = u'2009, Catherine Devlin'
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
46
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
47 # The version info for the project you're documenting, acts as replacement for
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
48 # |version| and |release|, also used in various other places throughout the
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
49 # built documents.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
50 #
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
51 # The short X.Y version.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
52 version = '1.6'
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
53 # The full version, including alpha/beta/rc tags.
316
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
54 release = '1.6.1'
313
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
55
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
56 # The language for content autogenerated by Sphinx. Refer to documentation
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
57 # for a list of supported languages.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
58 #language = None
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
59
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
60 # There are two options for replacing |today|: either, you set today to some
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
61 # non-false value, then it is used:
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
62 #today = ''
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
63 # Else, today_fmt is used as the format for a strftime call.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
64 #today_fmt = '%B %d, %Y'
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
65
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
66 # List of documents that shouldn't be included in the build.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
67 #unused_docs = []
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
68
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
69 # List of directories, relative to source directory, that shouldn't be searched
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
70 # for source files.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
71 exclude_trees = []
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
72
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
73 # The reST default role (used for this markup: `text`) to use for all documents.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
74 #default_role = None
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
75
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
76 # If true, '()' will be appended to :func: etc. cross-reference text.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
77 #add_function_parentheses = True
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
78
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
79 # If true, the current module name will be prepended to all description
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
80 # unit titles (such as .. function::).
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
81 #add_module_names = True
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
82
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
83 # If true, sectionauthor and moduleauthor directives will be shown in the
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
84 # output. They are ignored by default.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
85 #show_authors = False
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
86
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
87 # The name of the Pygments (syntax highlighting) style to use.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
88 pygments_style = 'sphinx'
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
89
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
90
316
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
91 # Options for HTML output
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
92 # -----------------------
313
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
93
316
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
94 # The style sheet to use for HTML and HTML Help pages. A file of that name
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
95 # must exist either in Sphinx' static/ path, or in one of the custom paths
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
96 # given in html_static_path.
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
97 html_style = 'default.css'
313
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
98
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
99 # The name for this set of Sphinx documents. If None, it defaults to
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
100 # "<project> v<release> documentation".
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
101 #html_title = None
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
102
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
103 # A shorter title for the navigation bar. Default is the same as html_title.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
104 #html_short_title = None
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
105
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
106 # The name of an image file (relative to this directory) to place at the top
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
107 # of the sidebar.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
108 #html_logo = None
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
109
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
110 # The name of an image file (within the static path) to use as favicon of the
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
111 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
112 # pixels large.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
113 #html_favicon = None
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
114
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
115 # Add any paths that contain custom static files (such as style sheets) here,
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
116 # relative to this directory. They are copied after the builtin static files,
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
117 # so a file named "default.css" will overwrite the builtin "default.css".
316
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
118 html_static_path = ['.static']
313
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
119
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
120 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
121 # using the given strftime format.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
122 #html_last_updated_fmt = '%b %d, %Y'
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
123
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
124 # If true, SmartyPants will be used to convert quotes and dashes to
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
125 # typographically correct entities.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
126 #html_use_smartypants = True
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
127
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
128 # Custom sidebar templates, maps document names to template names.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
129 #html_sidebars = {}
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
130
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
131 # Additional templates that should be rendered to pages, maps page names to
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
132 # template names.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
133 #html_additional_pages = {}
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
134
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
135 # If false, no module index is generated.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
136 #html_use_modindex = True
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
137
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
138 # If false, no index is generated.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
139 #html_use_index = True
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
140
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
141 # If true, the index is split into individual pages for each letter.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
142 #html_split_index = False
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
143
316
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
144 # If true, the reST sources are included in the HTML build as _sources/<name>.
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
145 #html_copy_source = True
313
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
146
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
147 # If true, an OpenSearch description file will be output, and all pages will
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
148 # contain a <link> tag referring to it. The value of this option must be the
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
149 # base URL from which the finished HTML is served.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
150 #html_use_opensearch = ''
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
151
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
152 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
153 #html_file_suffix = ''
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
154
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
155 # Output file base name for HTML help builder.
316
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
156 htmlhelp_basename = 'SQLPythondoc'
313
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
157
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
158
316
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
159 # Options for LaTeX output
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
160 # ------------------------
313
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
161
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
162 # The paper size ('letter' or 'a4').
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
163 #latex_paper_size = 'letter'
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
164
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
165 # The font size ('10pt', '11pt' or '12pt').
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
166 #latex_font_size = '10pt'
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
167
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
168 # Grouping the document tree into LaTeX files. List of tuples
316
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
169 # (source start file, target name, title, author, document class [howto/manual]).
313
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
170 latex_documents = [
316
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
171 ('index', 'SQLPython.tex', ur'SQLPython Documentation',
ea0b0e1ab6da using original conf.py
catherine@dellzilla
parents: 313
diff changeset
172 ur'Catherine Devlin', 'manual'),
313
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
173 ]
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
174
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
175 # The name of an image file (relative to this directory) to place at the top of
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
176 # the title page.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
177 #latex_logo = None
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
178
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
179 # For "manual" documents, if this is true, then toplevel headings are parts,
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
180 # not chapters.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
181 #latex_use_parts = False
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
182
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
183 # Additional stuff for the LaTeX preamble.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
184 #latex_preamble = ''
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
185
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
186 # Documents to append as an appendix to all manuals.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
187 #latex_appendices = []
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
188
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
189 # If false, no module index is generated.
22fc9a350eaa finally, ls working right
catherine@Elli.myhome.westell.com
parents:
diff changeset
190 #latex_use_modindex = True