Ejemplo n.º 1
0
Archivo: conf.py Proyecto: blochl/pyFAI
# 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
Ejemplo n.º 2
0
# 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.
Ejemplo n.º 3
0
Archivo: conf.py Proyecto: kif/pyFAI
# 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