diff options
author | Zearin <zearin@gonk.net> | 2011-10-07 10:35:21 -0400 |
---|---|---|
committer | Zearin <zearin@gonk.net> | 2011-10-07 10:35:21 -0400 |
commit | 07b4dc3d6991cbdc420c246e807371c97a467d1a (patch) | |
tree | 329febd532aedfcd4daf92c807e802d1535c8f88 /doxygen/man/man3/conf.3 | |
parent | 36a2424cfd8c44d9f63bb4e2d7ac69cf7bce3940 (diff) | |
parent | 04cdcb0feb369ac4c60e10ccdc139c57e8b52e62 (diff) | |
download | cmd2-master.tar.gz |
Diffstat (limited to 'doxygen/man/man3/conf.3')
-rw-r--r-- | doxygen/man/man3/conf.3 | 114 |
1 files changed, 0 insertions, 114 deletions
diff --git a/doxygen/man/man3/conf.3 b/doxygen/man/man3/conf.3 deleted file mode 100644 index b4ef51f..0000000 --- a/doxygen/man/man3/conf.3 +++ /dev/null @@ -1,114 +0,0 @@ -.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'\&. |