blob: 4a4ab931402aee89aae536e15f86588c3502d7cf [file] [log] [blame]
Alexander Afanasyev49272f72014-04-06 21:49:46 -07001# -*- coding: utf-8 -*-
2#
3# NFD - Named Data Networking Forwarding Daemon documentation build configuration file, created by
4# sphinx-quickstart on Sun Apr 6 19:58:22 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
15import sys
16import os
17
18# If extensions (or modules to document with autodoc) are in another directory,
19# add these directories to sys.path here. If the directory is relative to the
20# documentation root, use os.path.abspath to make it absolute, like shown here.
21#sys.path.insert(0, os.path.abspath('.'))
22
23# -- General configuration ------------------------------------------------
24
25# If your documentation needs a minimal Sphinx version, state it here.
26#needs_sphinx = '1.0'
27
28# Add any Sphinx extension module names here, as strings. They can be
29# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
30# ones.
31extensions = [
32 'sphinx.ext.todo',
33]
34
35# Add any paths that contain templates here, relative to this directory.
36templates_path = ['_templates']
37
38# The suffix of source filenames.
39source_suffix = '.rst'
40
41# The encoding of source files.
42#source_encoding = 'utf-8-sig'
43
44# The master toctree document.
45master_doc = 'index'
46
47# General information about the project.
48project = u'NFD - Named Data Networking Forwarding Daemon'
49copyright = u'2014, Named Data Networking Project'
50
51# The version info for the project you're documenting, acts as replacement for
52# |version| and |release|, also used in various other places throughout the
53# built documents.
Alexander Afanasyev49272f72014-04-06 21:49:46 -070054
55# The language for content autogenerated by Sphinx. Refer to documentation
56# for a list of supported languages.
57#language = None
58
59# There are two options for replacing |today|: either, you set today to some
60# non-false value, then it is used:
61#today = ''
62# Else, today_fmt is used as the format for a strftime call.
63#today_fmt = '%B %d, %Y'
64
65# List of patterns, relative to source directory, that match files and
66# directories to ignore when looking for source files.
67exclude_patterns = []
68
69# The reST default role (used for this markup: `text`) to use for all
70# documents.
71#default_role = None
72
73# If true, '()' will be appended to :func: etc. cross-reference text.
74#add_function_parentheses = True
75
76# If true, the current module name will be prepended to all description
77# unit titles (such as .. function::).
78#add_module_names = True
79
80# If true, sectionauthor and moduleauthor directives will be shown in the
81# output. They are ignored by default.
82#show_authors = False
83
84# The name of the Pygments (syntax highlighting) style to use.
85pygments_style = 'sphinx'
86
87# A list of ignored prefixes for module index sorting.
88#modindex_common_prefix = []
89
90# If true, keep warnings as "system message" paragraphs in the built documents.
91#keep_warnings = False
92
93
94# -- Options for HTML output ----------------------------------------------
95
96# The theme to use for HTML and HTML Help pages. See the documentation for
97# a list of builtin themes.
98# html_theme = 'default'
99html_theme = 'named_data_theme'
100
101# Theme options are theme-specific and customize the look and feel of a theme
102# further. For a list of options available for each theme, see the
103# documentation.
104#html_theme_options = {}
105
106# Add any paths that contain custom themes here, relative to this directory.
107html_theme_path = ['./']
108
109# The name for this set of Sphinx documents. If None, it defaults to
110# "<project> v<release> documentation".
111#html_title = None
112
113# A shorter title for the navigation bar. Default is the same as html_title.
114#html_short_title = None
115
116# The name of an image file (relative to this directory) to place at the top
117# of the sidebar.
118#html_logo = None
119
120# The name of an image file (within the static path) to use as favicon of the
121# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
122# pixels large.
123#html_favicon = None
124
125# Add any paths that contain custom static files (such as style sheets) here,
126# relative to this directory. They are copied after the builtin static files,
127# so a file named "default.css" will overwrite the builtin "default.css".
128html_static_path = ['_static']
129
130# Add any extra paths that contain custom files (such as robots.txt or
131# .htaccess) here, relative to this directory. These files are copied
132# directly to the root of the documentation.
133#html_extra_path = []
134
135# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
136# using the given strftime format.
137#html_last_updated_fmt = '%b %d, %Y'
138
139# If true, SmartyPants will be used to convert quotes and dashes to
140# typographically correct entities.
141#html_use_smartypants = True
142
143# Custom sidebar templates, maps document names to template names.
144#html_sidebars = {}
145
146# Additional templates that should be rendered to pages, maps page names to
147# template names.
148#html_additional_pages = {}
149
150# If false, no module index is generated.
151#html_domain_indices = True
152
153# If false, no index is generated.
154#html_use_index = True
155
156# If true, the index is split into individual pages for each letter.
157#html_split_index = False
158
159# If true, links to the reST sources are added to the pages.
160#html_show_sourcelink = True
161
162# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
163#html_show_sphinx = True
164
165# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
166#html_show_copyright = True
167
168# If true, an OpenSearch description file will be output, and all pages will
169# contain a <link> tag referring to it. The value of this option must be the
170# base URL from which the finished HTML is served.
171#html_use_opensearch = ''
172
173# This is the file name suffix for HTML files (e.g. ".xhtml").
174html_file_suffix = ".html"
175
176# Output file base name for HTML help builder.
177htmlhelp_basename = 'nfd-docs'
178
179
180# -- Options for LaTeX output ---------------------------------------------
181
182latex_elements = {
183# The paper size ('letterpaper' or 'a4paper').
184#'papersize': 'letterpaper',
185
186# The font size ('10pt', '11pt' or '12pt').
187#'pointsize': '10pt',
188
189# Additional stuff for the LaTeX preamble.
190#'preamble': '',
191}
192
193# Grouping the document tree into LaTeX files. List of tuples
194# (source start file, target name, title,
195# author, documentclass [howto, manual, or own class]).
196latex_documents = [
197 ('index', 'nfd-docs.tex', u'NFD - Named Data Networking Forwarding Daemon Documentation',
198 u'Named Data Networking Project', 'manual'),
199]
200
201# The name of an image file (relative to this directory) to place at the top of
202# the title page.
203#latex_logo = None
204
205# For "manual" documents, if this is true, then toplevel headings are parts,
206# not chapters.
207#latex_use_parts = False
208
209# If true, show page references after internal links.
210#latex_show_pagerefs = False
211
212# If true, show URL addresses after external links.
213#latex_show_urls = False
214
215# Documents to append as an appendix to all manuals.
216#latex_appendices = []
217
218# If false, no module index is generated.
219#latex_domain_indices = True
220
221
222# -- Options for manual page output ---------------------------------------
223
224# One entry per manual page. List of tuples
225# (source start file, name, description, authors, manual section).
226man_pages = [
227 ('manpages/nfd', 'nfd', u'Named Data Networking Forwarding Daemon', None, 1),
Alexander Afanasyev3ecec502014-04-16 13:42:44 -0700228 ('manpages/nrd', 'nrd', u'NFD RIB Daemon', None, 1),
Alexander Afanasyev49272f72014-04-06 21:49:46 -0700229 ('manpages/ndn-autoconfig-server', 'ndn-autoconfig-server',
230 u'NFD Auto-configuration Server', None, 1),
231 ('manpages/ndn-autoconfig', 'ndn-autoconfig',
232 u'NFD Auto-configuration Client', None, 1),
hilata6ee6e072014-04-20 17:10:18 -0500233 ('manpages/nfdc', 'nfdc',
234 u'NFD utility to manipulate the forwarding table (FIB)', None, 1),
235 ('manpages/ndn-tlv-peek', 'ndn-tlv-peek', u'NFD consumer', None, 1),
236 ('manpages/ndn-tlv-poke', 'ndn-tlv-poke', u'NFD producer', None, 1),
237 ('manpages/nfd-autoreg', 'nfd-autoreg', u'NFD Auto-registration Server', None, 1),
238 ('manpages/nfd-status-http-server', 'nfd-status-http-server',
239 u'NFD status HTTP server', None, 1),
240 ('manpages/nfd-status', 'nfd-status', u'Command-line utility to show NFD status', None, 1),
Alexander Afanasyev49272f72014-04-06 21:49:46 -0700241]
242
243
244# If true, show URL addresses after external links.
245#man_show_urls = False