# Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] # The suffix of source filenames. source_suffix = '.rst' # The encoding of source files. # source_encoding = 'utf-8-sig' # The master toctree document. master_doc = 'index' # General information about the project. project = u'pyFAI' from pyFAI._version import strictversion, version, __date__ as fabio_date year = fabio_date.split("/")[-1] copyright = u'2012-%s, Jerome Kieffer'% (year) # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. #version = '0.11' # The full version, including alpha/beta/rc tags. release = strictversion # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # language = None
# Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] # The suffix of source filenames. source_suffix = '.rst' # The encoding of source files. # source_encoding = 'utf-8-sig' # The master toctree document. master_doc = 'index' # General information about the project. from pyFAI._version import strictversion, __date__ as pyfai_date year = pyfai_date.split("/")[-1] copyright = ( u'2012-%s, Data analysis unit, European Synchrotron Radiation Facility, Grenoble' % (year)) # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. # version = '0.11' # The full version, including alpha/beta/rc tags. release = strictversion # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
# Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] # The suffix of source filenames. source_suffix = '.rst' # The encoding of source files. # source_encoding = 'utf-8-sig' # The master toctree document. master_doc = 'index' # General information about the project. from pyFAI._version import strictversion, version, __date__ as pyfai_date year = pyfai_date.split("/")[-1] copyright = u'2012-%s, Data analysis unit, European Synchrotron Radiation Facility, Grenoble' % (year) # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. # version = '0.11' # The full version, including alpha/beta/rc tags. release = strictversion # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # language = None