Go to the source code of this file.
Namespaces | |
conf | |
Variables | |
string | conf.autoclass_content = 'both' |
string | conf.autodoc_member_order = 'bysource' |
string | conf.copyright = u'2015, Charles Karney' |
list | conf.extensions |
string | conf.html_theme = 'default' if sphinx.__version__ < '1.3' else 'classic' |
string | conf.htmlhelp_basename = 'geographiclibdoc' |
list | conf.latex_documents |
dictionary | conf.latex_elements |
list | conf.man_pages |
string | conf.master_doc = 'index' |
string | conf.project = u'geographiclib' |
string | conf.pygments_style = 'sphinx' |
conf.release = version | |
string | conf.source_suffix = '.rst' |
list | conf.texinfo_documents |
conf.version = geographiclib.__version__ | |