author | Marco Miozzo <marco.miozzo@cttc.es> |
Wed, 28 Sep 2011 16:48:53 +0200 | |
changeset 8248 | 986f7db9f056 |
parent 8230 | 026165a43473 |
child 8260 | c3bf1b481daf |
child 8293 | fa595b4da60f |
permissions | -rw-r--r-- |
7204
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
1 |
# -*- coding: utf-8 -*- |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
2 |
# |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
3 |
# ns-3 documentation build configuration file, created by |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
4 |
# sphinx-quickstart on Tue Dec 14 09:00:39 2010. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
5 |
# |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
6 |
# This file is execfile()d with the current directory set to its containing dir. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
7 |
# |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
8 |
# Note that not all possible configuration values are present in this |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
9 |
# autogenerated file. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
10 |
# |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
11 |
# All configuration values have a default; values that are commented out |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
12 |
# serve to show the default. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
13 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
14 |
import sys, os |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
15 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
16 |
# If extensions (or modules to document with autodoc) are in another directory, |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
17 |
# add these directories to sys.path here. If the directory is relative to the |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
18 |
# documentation root, use os.path.abspath to make it absolute, like shown here. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
19 |
#sys.path.insert(0, os.path.abspath('.')) |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
20 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
21 |
# -- General configuration ----------------------------------------------------- |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
22 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
23 |
# If your documentation needs a minimal Sphinx version, state it here. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
24 |
#needs_sphinx = '1.0' |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
25 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
26 |
# Add any Sphinx extension module names here, as strings. They can be extensions |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
27 |
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
28 |
extensions = ['sphinx.ext.pngmath'] |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
29 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
30 |
# Add any paths that contain templates here, relative to this directory. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
31 |
templates_path = ['_templates'] |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
32 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
33 |
# The suffix of source filenames. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
34 |
source_suffix = '.rst' |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
35 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
36 |
# The encoding of source files. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
37 |
#source_encoding = 'utf-8-sig' |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
38 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
39 |
# The master toctree document. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
40 |
master_doc = 'index' |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
41 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
42 |
# General information about the project. |
8109
f2fcd2077299
edited conf.py for LTE doc
Nicola Baldo <nicola@baldo.biz>
parents:
8101
diff
changeset
|
43 |
project = u'LENA' |
f2fcd2077299
edited conf.py for LTE doc
Nicola Baldo <nicola@baldo.biz>
parents:
8101
diff
changeset
|
44 |
copyright = u'2011, CTTC' |
7204
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
45 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
46 |
# The version info for the project you're documenting, acts as replacement for |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
47 |
# |version| and |release|, also used in various other places throughout the |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
48 |
# built documents. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
49 |
# |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
50 |
# The short X.Y version. |
8183
da3984b7522b
Add pathloss model documentation
Marco Miozzo <marco.miozzo@cttc.es>
parents:
8125
diff
changeset
|
51 |
version = '0.1' |
7204
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
52 |
# The full version, including alpha/beta/rc tags. |
8183
da3984b7522b
Add pathloss model documentation
Marco Miozzo <marco.miozzo@cttc.es>
parents:
8125
diff
changeset
|
53 |
release = 'M2' |
7204
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
54 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
55 |
# The language for content autogenerated by Sphinx. Refer to documentation |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
56 |
# for a list of supported languages. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
57 |
#language = None |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
58 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
59 |
# There are two options for replacing |today|: either, you set today to some |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
60 |
# non-false value, then it is used: |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
61 |
#today = '' |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
62 |
# Else, today_fmt is used as the format for a strftime call. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
63 |
#today_fmt = '%B %d, %Y' |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
64 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
65 |
# List of patterns, relative to source directory, that match files and |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
66 |
# directories to ignore when looking for source files. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
67 |
exclude_patterns = [] |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
68 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
69 |
# The reST default role (used for this markup: `text`) to use for all documents. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
70 |
#default_role = None |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
71 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
72 |
# If true, '()' will be appended to :func: etc. cross-reference text. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
73 |
#add_function_parentheses = True |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
74 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
75 |
# If true, the current module name will be prepended to all description |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
76 |
# unit titles (such as .. function::). |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
77 |
#add_module_names = True |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
78 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
79 |
# If true, sectionauthor and moduleauthor directives will be shown in the |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
80 |
# output. They are ignored by default. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
81 |
#show_authors = False |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
82 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
83 |
# The name of the Pygments (syntax highlighting) style to use. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
84 |
pygments_style = 'sphinx' |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
85 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
86 |
# A list of ignored prefixes for module index sorting. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
87 |
#modindex_common_prefix = [] |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
88 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
89 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
90 |
# -- Options for HTML output --------------------------------------------------- |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
91 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
92 |
# The theme to use for HTML and HTML Help pages. See the documentation for |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
93 |
# a list of builtin themes. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
94 |
html_theme = 'default' |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
95 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
96 |
# Theme options are theme-specific and customize the look and feel of a theme |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
97 |
# further. For a list of options available for each theme, see the |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
98 |
# documentation. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
99 |
#html_theme_options = {} |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
100 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
101 |
# Add any paths that contain custom themes here, relative to this directory. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
102 |
#html_theme_path = [] |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
103 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
104 |
# The name for this set of Sphinx documents. If None, it defaults to |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
105 |
# "<project> v<release> documentation". |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
106 |
#html_title = None |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
107 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
108 |
# A shorter title for the navigation bar. Default is the same as html_title. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
109 |
#html_short_title = None |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
110 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
111 |
# The name of an image file (relative to this directory) to place at the top |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
112 |
# of the sidebar. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
113 |
#html_logo = None |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
114 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
115 |
# The name of an image file (within the static path) to use as favicon of the |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
116 |
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
117 |
# pixels large. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
118 |
#html_favicon = None |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
119 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
120 |
# Add any paths that contain custom static files (such as style sheets) here, |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
121 |
# relative to this directory. They are copied after the builtin static files, |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
122 |
# so a file named "default.css" will overwrite the builtin "default.css". |
8109
f2fcd2077299
edited conf.py for LTE doc
Nicola Baldo <nicola@baldo.biz>
parents:
8101
diff
changeset
|
123 |
#html_static_path = ['_static'] |
7204
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
124 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
125 |
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
126 |
# using the given strftime format. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
127 |
#html_last_updated_fmt = '%b %d, %Y' |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
128 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
129 |
# If true, SmartyPants will be used to convert quotes and dashes to |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
130 |
# typographically correct entities. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
131 |
#html_use_smartypants = True |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
132 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
133 |
# Custom sidebar templates, maps document names to template names. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
134 |
#html_sidebars = {} |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
135 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
136 |
# Additional templates that should be rendered to pages, maps page names to |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
137 |
# template names. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
138 |
#html_additional_pages = {} |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
139 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
140 |
# If false, no module index is generated. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
141 |
#html_domain_indices = True |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
142 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
143 |
# If false, no index is generated. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
144 |
#html_use_index = True |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
145 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
146 |
# If true, the index is split into individual pages for each letter. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
147 |
#html_split_index = False |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
148 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
149 |
# If true, links to the reST sources are added to the pages. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
150 |
#html_show_sourcelink = True |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
151 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
152 |
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
153 |
#html_show_sphinx = True |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
154 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
155 |
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
156 |
#html_show_copyright = True |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
157 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
158 |
# If true, an OpenSearch description file will be output, and all pages will |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
159 |
# contain a <link> tag referring to it. The value of this option must be the |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
160 |
# base URL from which the finished HTML is served. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
161 |
#html_use_opensearch = '' |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
162 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
163 |
# This is the file name suffix for HTML files (e.g. ".xhtml"). |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
164 |
#html_file_suffix = None |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
165 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
166 |
# Output file base name for HTML help builder. |
8109
f2fcd2077299
edited conf.py for LTE doc
Nicola Baldo <nicola@baldo.biz>
parents:
8101
diff
changeset
|
167 |
#htmlhelp_basename = 'ns-3doc' |
7204
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
168 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
169 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
170 |
# -- Options for LaTeX output -------------------------------------------------- |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
171 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
172 |
# The paper size ('letter' or 'a4'). |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
173 |
#latex_paper_size = 'letter' |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
174 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
175 |
# The font size ('10pt', '11pt' or '12pt'). |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
176 |
#latex_font_size = '10pt' |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
177 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
178 |
# Grouping the document tree into LaTeX files. List of tuples |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
179 |
# (source start file, target name, title, author, documentclass [howto/manual]). |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
180 |
latex_documents = [ |
8125
42d1b1f274d9
updated perf doc; allinone pdf doc
Nicola Baldo <nbaldo@cttc.es>
parents:
8109
diff
changeset
|
181 |
# ('lte-testing', 'lte-doc-testing.tex', u'LTE Simulator Testing Documentation', u'Centre Tecnologic de Telecomunicacions de Catalunya (CTTC)', 'manual'), |
42d1b1f274d9
updated perf doc; allinone pdf doc
Nicola Baldo <nbaldo@cttc.es>
parents:
8109
diff
changeset
|
182 |
# ('lte-design', 'lte-doc-design.tex', u'LTE Simulator Design Documentation', u'Centre Tecnologic de Telecomunicacions de Catalunya (CTTC)', 'manual'), |
42d1b1f274d9
updated perf doc; allinone pdf doc
Nicola Baldo <nbaldo@cttc.es>
parents:
8109
diff
changeset
|
183 |
# ('lte-user', 'lte-doc-user.tex', u'LTE Simulator User Documentation', u'Centre Tecnologic de Telecomunicacions de Catalunya (CTTC)', 'manual'), |
8183
da3984b7522b
Add pathloss model documentation
Marco Miozzo <marco.miozzo@cttc.es>
parents:
8125
diff
changeset
|
184 |
#('lte', 'lte-sim-doc.tex', u'LTE Simulator Documentation', u'Centre Tecnològic de Telecomunicacions de Catalunya (CTTC)', 'manual'), |
8248
986f7db9f056
Move Buildings related class to buildings folder
Marco Miozzo <marco.miozzo@cttc.es>
parents:
8230
diff
changeset
|
185 |
('lte-fading-design', 'lte-fading-desing.tex', u'LTE Simulator Fadign Design Documentation', u'Centre Tecnologic de Telecomunicacions de Catalunya (CTTC)', 'manual'), |
7204
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
186 |
] |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
187 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
188 |
# The name of an image file (relative to this directory) to place at the top of |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
189 |
# the title page. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
190 |
#latex_logo = None |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
191 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
192 |
# For "manual" documents, if this is true, then toplevel headings are parts, |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
193 |
# not chapters. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
194 |
#latex_use_parts = False |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
195 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
196 |
# If true, show page references after internal links. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
197 |
#latex_show_pagerefs = False |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
198 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
199 |
# If true, show URL addresses after external links. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
200 |
#latex_show_urls = False |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
201 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
202 |
# Additional stuff for the LaTeX preamble. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
203 |
#latex_preamble = '' |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
204 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
205 |
# Documents to append as an appendix to all manuals. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
206 |
#latex_appendices = [] |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
207 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
208 |
# If false, no module index is generated. |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
209 |
#latex_domain_indices = True |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
210 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
211 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
212 |
# -- Options for manual page output -------------------------------------------- |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
213 |
|
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
214 |
# One entry per manual page. List of tuples |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
215 |
# (source start file, name, description, authors, manual section). |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
216 |
man_pages = [ |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
217 |
('index', 'ns-3-model-library', u'ns-3 Model Library', |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
218 |
[u'ns-3 project'], 1) |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
diff
changeset
|
219 |
] |