Variables
conf Namespace Reference

Variables

tuple _themes = os.path.join(cwd, '_themes')
string copyright = '2012, Ian Bicking'
tuple cwd = os.getcwd()
list exclude_patterns = ['_build']
list extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.intersphinx']
tuple git = p.stdout.read()
list html_static_path = ['_static']
string html_theme = 'nature'
tuple html_theme_options = dict(github_url='https://github.com/Pylons/webtest')
list html_theme_path = ['_themes']
string htmlhelp_basename = 'WebTestdoc'
dictionary intersphinx_mapping
list latex_documents
dictionary latex_elements
list man_pages
string master_doc = 'index'
tuple on_rtd = os.environ.get('READTHEDOCS', None)
tuple p = Popen('which git', shell=True, stdout=PIPE)
string project = 'WebTest'
string pygments_style = 'sphinx'
 release = version
string source_suffix = '.rst'
list templates_path = ['_templates']
list texinfo_documents
tuple version = pkg_resources.get_distribution(project)

Variable Documentation

tuple conf::_themes = os.path.join(cwd, '_themes')

Definition at line 256 of file conf.py.

string conf::copyright = '2012, Ian Bicking'

Definition at line 50 of file conf.py.

tuple conf::cwd = os.getcwd()

Definition at line 255 of file conf.py.

list conf::exclude_patterns = ['_build']

Definition at line 71 of file conf.py.

list conf::extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.intersphinx']

Definition at line 28 of file conf.py.

tuple conf::git = p.stdout.read()

Definition at line 254 of file conf.py.

list conf::html_static_path = ['_static']

Definition at line 127 of file conf.py.

string conf::html_theme = 'nature'

Definition at line 98 of file conf.py.

tuple conf::html_theme_options = dict(github_url='https://github.com/Pylons/webtest')

Definition at line 270 of file conf.py.

Definition at line 268 of file conf.py.

string conf::htmlhelp_basename = 'WebTestdoc'

Definition at line 171 of file conf.py.

Initial value:
00001 {
00002     'python': ('http://docs.python.org/2.7', None),
00003     'webob': ('https://webob.readthedocs.org/en/latest', None),
00004     'waitrress': ('https://waitress.readthedocs.org/en/latest', None),
00005 }

Definition at line 30 of file conf.py.

Initial value:
00001 [
00002   ('index', 'WebTest.tex', 'WebTest Documentation',
00003    'Ian Bicking', 'manual'),
00004 ]

Definition at line 189 of file conf.py.

Initial value:
00001 {
00002 # The paper size ('letterpaper' or 'a4paper').
00003 #'papersize': 'letterpaper',
00004 
00005 # The font size ('10pt', '11pt' or '12pt').
00006 #'pointsize': '10pt',
00007 
00008 # Additional stuff for the LaTeX preamble.
00009 #'preamble': '',
00010 }

Definition at line 176 of file conf.py.

Initial value:
00001 [
00002     ('index', 'webtest', 'WebTest Documentation',
00003      ['Ian Bicking'], 1)
00004 ]

Definition at line 219 of file conf.py.

string conf::master_doc = 'index'

Definition at line 46 of file conf.py.

tuple conf::on_rtd = os.environ.get('READTHEDOCS', None)

Definition at line 249 of file conf.py.

tuple conf::p = Popen('which git', shell=True, stdout=PIPE)

Definition at line 253 of file conf.py.

string conf::project = 'WebTest'

Definition at line 49 of file conf.py.

string conf::pygments_style = 'sphinx'

Definition at line 88 of file conf.py.

Definition at line 57 of file conf.py.

string conf::source_suffix = '.rst'

Definition at line 40 of file conf.py.

list conf::templates_path = ['_templates']

Definition at line 37 of file conf.py.

Initial value:
00001 [
00002   ('index', 'WebTest', 'WebTest Documentation',
00003    'Ian Bicking', 'WebTest', 'One line description of project.',
00004    'Miscellaneous'),
00005 ]

Definition at line 233 of file conf.py.

tuple conf::version = pkg_resources.get_distribution(project)

Definition at line 56 of file conf.py.



webtest
Author(s): AlexV
autogenerated on Sat Jun 8 2019 20:32:07