summaryrefslogtreecommitdiff
path: root/doxygen/man/man3/conf.3
diff options
context:
space:
mode:
Diffstat (limited to 'doxygen/man/man3/conf.3')
-rw-r--r--doxygen/man/man3/conf.3114
1 files changed, 114 insertions, 0 deletions
diff --git a/doxygen/man/man3/conf.3 b/doxygen/man/man3/conf.3
new file mode 100644
index 0000000..b4ef51f
--- /dev/null
+++ b/doxygen/man/man3/conf.3
@@ -0,0 +1,114 @@
+.TH "conf" 3 "Fri Sep 9 2011" "Cmd2" \" -*- nroff -*-
+.ad l
+.nh
+.SH NAME
+conf \-
+.SH SYNOPSIS
+.br
+.PP
+.SS "Variables"
+
+.in +1c
+.ti -1c
+.RI "string \fBcopyright\fP = u'2010, Catherine Devlin'"
+.br
+.ti -1c
+.RI "list \fBexclude_trees\fP = ['_build']"
+.br
+.ti -1c
+.RI "list \fBextensions\fP = ['sphinx\&.ext\&.autodoc', 'sphinx\&.ext\&.doctest', 'sphinx\&.ext\&.intersphinx', 'sphinx\&.ext\&.todo']"
+.br
+.ti -1c
+.RI "list \fBhtml_static_path\fP = ['_static']"
+.br
+.ti -1c
+.RI "string \fBhtml_theme\fP = 'default'"
+.br
+.ti -1c
+.RI "string \fBhtmlhelp_basename\fP = 'cmd2doc'"
+.br
+.ti -1c
+.RI "dictionary \fBintersphinx_mapping\fP = {'http://docs\&.python\&.org/': None}"
+.br
+.ti -1c
+.RI "list \fBlatex_documents\fP"
+.br
+.ti -1c
+.RI "string \fBmaster_doc\fP = 'index'"
+.br
+.ti -1c
+.RI "string \fBproject\fP = u'cmd2'"
+.br
+.ti -1c
+.RI "string \fBpygments_style\fP = 'sphinx'"
+.br
+.ti -1c
+.RI "string \fBrelease\fP = '0\&.6\&.0'"
+.br
+.ti -1c
+.RI "string \fBsource_suffix\fP = '\&.rst'"
+.br
+.ti -1c
+.RI "list \fBtemplates_path\fP = ['_templates']"
+.br
+.ti -1c
+.RI "string \fBversion\fP = '0\&.6\&.0'"
+.br
+.in -1c
+.SH "Variable Documentation"
+.PP
+.SS "string \fBconf::copyright\fP = u'2010, Catherine Devlin'"
+.PP
+Definition at line 41 of file conf\&.py'\&.
+.SS "list \fBconf::exclude_trees\fP = ['_build']"
+.PP
+Definition at line 67 of file conf\&.py'\&.
+.SS "list \fBconf::extensions\fP = ['sphinx\&.ext\&.autodoc', 'sphinx\&.ext\&.doctest', 'sphinx\&.ext\&.intersphinx', 'sphinx\&.ext\&.todo']"
+.PP
+Definition at line 25 of file conf\&.py'\&.
+.SS "list \fBconf::html_static_path\fP = ['_static']"
+.PP
+Definition at line 123 of file conf\&.py'\&.
+.SS "string \fBconf::html_theme\fP = 'default'"
+.PP
+Definition at line 94 of file conf\&.py'\&.
+.SS "string \fBconf::htmlhelp_basename\fP = 'cmd2doc'"
+.PP
+Definition at line 161 of file conf\&.py'\&.
+.SS "dictionary \fBconf::intersphinx_mapping\fP = {'http://docs\&.python\&.org/': None}"
+.PP
+Definition at line 198 of file conf\&.py'\&.
+.SS "list \fBconf::latex_documents\fP"\fBInitial value:\fP
+.PP
+.nf
+1 [
+2 ('index', 'cmd2\&.tex', u'cmd2 Documentation',
+3 u'Catherine Devlin', 'manual'),
+4 ]
+.fi
+.PP
+Definition at line 174 of file conf\&.py'\&.
+.SS "string \fBconf::master_doc\fP = 'index'"
+.PP
+Definition at line 37 of file conf\&.py'\&.
+.SS "string \fBconf::project\fP = u'cmd2'"
+.PP
+Definition at line 40 of file conf\&.py'\&.
+.SS "string \fBconf::pygments_style\fP = 'sphinx'"
+.PP
+Definition at line 84 of file conf\&.py'\&.
+.SS "string \fBconf::release\fP = '0\&.6\&.0'"
+.PP
+Definition at line 50 of file conf\&.py'\&.
+.SS "string \fBconf::source_suffix\fP = '\&.rst'"
+.PP
+Definition at line 31 of file conf\&.py'\&.
+.SS "list \fBconf::templates_path\fP = ['_templates']"
+.PP
+Definition at line 28 of file conf\&.py'\&.
+.SS "string \fBconf::version\fP = '0\&.6\&.0'"
+.PP
+Definition at line 48 of file conf\&.py'\&.
+.SH "Author"
+.PP
+Generated automatically by Doxygen for Cmd2 from the source code'\&.