Beispiel #1
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documentation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.ci.builder

_g = globals()
_g.update(
    build_package_configs(project_name='ci_builder',
                          version=lsst.ci.builder.version.__version__))
Beispiel #2
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.pipe.tasks


_g = globals()
_g.update(build_package_configs(
    project_name='pipe_tasks',
    version=lsst.pipe.tasks.version.__version__))
Beispiel #3
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.example.pythononly

_g = globals()
_g.update(
    build_package_configs(project_name='example_pythononly',
                          version=lsst.example.pythononly.version.__version__))
Beispiel #4
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.display.ds9

_g = globals()
_g.update(
    build_package_configs(project_name='display_ds9',
                          version=lsst.display.ds9.version.__version__))
Beispiel #5
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documentation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.example.pythononly


_g = globals()
_g.update(build_package_configs(
    project_name='example_pythononly',
    version=lsst.example.pythononly.version.__version__))
Beispiel #6
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.pex.exceptions


_g = globals()
_g.update(build_package_configs(
    project_name='pex_exceptions',
    version=lsst.pex.exceptions.version.__version__))
Beispiel #7
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documentation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.ts.observing.utilities

_g = globals()
_g.update(
    build_package_configs(
        project_name='ts_observing_utilities',
        version=lsst.ts.observing.utilities.version.__version__))
Beispiel #8
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.pex.config


_g = globals()
_g.update(build_package_configs(
    project_name='pex_config',
    version=lsst.pex.config.version.__version__))
Beispiel #9
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.skymap


_g = globals()
_g.update(build_package_configs(
    project_name='skymap',
    version=lsst.skymap.version.__version__))
Beispiel #10
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.geom


_g = globals()
_g.update(build_package_configs(
    project_name='geom',
    version=lsst.geom.version.__version__))
Beispiel #11
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.meas.astrom


_g = globals()
_g.update(build_package_configs(
    project_name='meas_astrom',
    version=lsst.meas.astrom.version.__version__))
Beispiel #12
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.meas.base


_g = globals()
_g.update(build_package_configs(
    project_name='meas_base',
    version=lsst.meas.base.version.__version__))
Beispiel #13
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.utils


_g = globals()
_g.update(build_package_configs(
    project_name='utils',
    version=lsst.utils.version.__version__))
Beispiel #14
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documentation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.ts.wep


_g = globals()
_g.update(build_package_configs(
    project_name='ts_wep',
    version=lsst.ts.wep.version.__version__))

# Support the sphinx extension of plantuml
extensions.append('sphinxcontrib.plantuml')

# Put the path to plantuml.jar
plantuml = 'java -jar /home/lsst/plantuml.jar'
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.meas.extensions.shapeHSM


_g = globals()
_g.update(build_package_configs(
    project_name='meas_extensions_shapeHSM',
    version=lsst.meas.extensions.shapeHSM.version.__version__))
Beispiel #16
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documentation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs


_g = globals()
_g.update(build_package_configs(project_name='example_dataonly'))
Beispiel #17
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documentation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.rapid.analysis

_g = globals()
_g.update(
    build_package_configs(project_name='rapid_analysis',
                          version=lsst.rapid.analysis.version.__version__))
Beispiel #18
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.shapelet


_g = globals()
_g.update(build_package_configs(
    project_name='shapelet',
    version=lsst.shapelet.version.__version__))
Beispiel #19
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.dax.apdb

_g = globals()
_g.update(
    build_package_configs(project_name='dax_apdb',
                          version=lsst.dax.apdb.version.__version__))
Beispiel #20
0
#!/usr/bin/env python

import lsst.pipe.base
from documenteer.sphinxconfig.stackconf import build_package_configs


_g = globals()
_g.update(build_package_configs(
    project_name='pipe_base',
    version=lsst.pipe.base.version.__version__))
Beispiel #21
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.obs.decam

_g = globals()
_g.update(
    build_package_configs(project_name='obs_decam',
                          version=lsst.obs.decam.version.__version__))
Beispiel #22
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.ip.diffim


_g = globals()
_g.update(build_package_configs(
    project_name='ip_diffim',
    version=lsst.ip.diffim.version.__version__))
Beispiel #23
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.example

_g = globals()
_g.update(
    build_package_configs(project_name='example',
                          version=lsst.example.version.__version__))
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.meas.extensions.photometryKron


_g = globals()
_g.update(build_package_configs(
    project_name='meas_extensions_photometryKron',
    version=lsst.meas.extensions.photometryKron.version.__version__))
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documentation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.test.python.package

_g = globals()
_g.update(
    build_package_configs(
        project_name='test_python_package',
        version=lsst.test.python.package.version.__version__))
Beispiel #26
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documentation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.example


_g = globals()
_g.update(build_package_configs(
    project_name='example',
    version=lsst.example.version.__version__))
Beispiel #27
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.obs.cfht

_g = globals()
_g.update(
    build_package_configs(project_name='obs_cfht',
                          version=lsst.obs.cfht.version.__version__))
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.meas.extensions.simpleShape


_g = globals()
_g.update(build_package_configs(
    project_name='meas_extensions_simpleShape',
    version=lsst.meas.extensions.simpleShape.version.__version__))
Beispiel #29
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.com.utils

_g = globals()
_g.update(
    build_package_configs(project_name='com_utils',
                          version=lsst.com.utils.version.__version__))
Beispiel #30
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.obs.base

_g = globals()
_g.update(
    build_package_configs(project_name='obs_base',
                          version=lsst.obs.base.version.__version__))
Beispiel #31
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documentation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.ts.ddsMonitor

_g = globals()
_g.update(
    build_package_configs(project_name='ts_ddsMonitor',
                          version=lsst.ts.ddsMonitor.version.__version__))
Beispiel #32
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documentation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.ci.cpp.gen3

_g = globals()
_g.update(
    build_package_configs(project_name='ci_cpp_gen3',
                          version=lsst.ci.cpp.gen3.version.__version__))
Beispiel #33
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.obs.sdss

_g = globals()
_g.update(
    build_package_configs(project_name='obs_sdss',
                          version=lsst.obs.sdss.version.__version__))
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documentation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.meas.extensions.scarlet


_g = globals()
_g.update(build_package_configs(
    project_name='meas_extensions_scarlet',
    version=lsst.meas.extensions.scarlet.version.__version__))
Beispiel #35
0
#!/usr/bin/env python
"""Sphinx configurations to build package documentation."""

from documenteer.sphinxconfig.stackconf import build_package_configs

import lsst.verify.metrics

_g = globals()
_g.update(
    build_package_configs(project_name='verify_metrics',
                          copyright='2017 Association of Universities for '
                          'Research in Astronomy, Inc.',
                          version=lsst.verify.metrics.__version__,
                          doxygen_xml_dirname=None))

intersphinx_mapping['astropy'] = ('http://docs.astropy.org/en/stable', None)

# DEBUG only
automodsumm_writereprocessed = False
Beispiel #36
0
# for details of code ownership.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the LSST License Statement and
# the GNU General Public License along with this program.  If not,
# see <http://www.lsstcorp.org/LegalNotices/>.

"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documentation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.sconsUtils
import lsst.sconsUtils.version


_g = globals()
_g.update(build_package_configs(
    project_name="sconsUtils",
    version=lsst.sconsUtils.version.__version__))
Beispiel #37
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.ts.ATWhiteLightSource


_g = globals()
_g.update(build_package_configs(
    project_name='ts_ATWhiteLightSource',
    version=lsst.ts.ATWhiteLightSource.version.__version__))
Beispiel #38
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documentation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.ts.wep


_g = globals()
_g.update(
    build_package_configs(
        project_name="ts_wep", version=lsst.ts.wep.version.__version__
    )
)

# Support the sphinx extension of plantuml
extensions.append("sphinxcontrib.plantuml")

# Put the path to plantuml.jar
plantuml = "java -jar /home/lsst/plantuml.jar"
Beispiel #39
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.obs.test


_g = globals()
_g.update(build_package_configs(
    project_name='obs_test',
    version=lsst.obs.test.version.__version__))
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documentation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.ts.ATThermoelectricCooler


_g = globals()
_g.update(build_package_configs(
    project_name='ts_ATThermoelectricCooler',
    version=lsst.ts.ATThermoelectricCooler.version.__version__))
Beispiel #41
0
#!/usr/bin/env python

from documenteer.sphinxconfig.stackconf import build_package_configs

import lsst.afw

_g = globals()
_g.update(
    build_package_configs(project_name="afw",
                          copyright="2017 Association of Univerities for "
                          "Research in Astronomy, Inc.",
                          version=lsst.afw.version.__version__,
                          doxygen_xml_dirname=None))

intersphinx_mapping['astropy'] = ('http://docs.astropy.org/en/stable', None)

# DEBUG only
automodsumm_writereprocessed = False
Beispiel #42
0
#!/usr/bin/env python
"""Sphinx configuration file for an LSST stack package.
This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.display.firefly


_g = globals()
_g.update(build_package_configs(
    project_name='display_firefly',
    version=lsst.display.firefly.version.__version__))
Beispiel #43
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.daf.butler
import lsst.daf.butler.version

_g = globals()
_g.update(
    build_package_configs(project_name="daf_butler",
                          version=lsst.daf.butler.version.__version__))
Beispiel #44
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.desc.bfd

_g = globals()
_g.update(
    build_package_configs(project_name='desc_bfd',
                          version=lsst.desc.bfd.version.__version__))
Beispiel #45
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.meas.modelfit


_g = globals()
_g.update(build_package_configs(
    project_name='meas_modelfit',
    version=lsst.meas.modelfit.version.__version__))
Beispiel #46
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documentation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.meas.extensions.trailedSources

_g = globals()
_g.update(
    build_package_configs(
        project_name='meas_extensions_trailedSources',
        version=lsst.meas.extensions.trailedSources.version.__version__))
Beispiel #47
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documentation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.daf.base

_g = globals()
_g.update(
    build_package_configs(project_name='daf_base',
                          version=lsst.daf.base.version.__version__))
Beispiel #48
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.meas.deblender


_g = globals()
_g.update(build_package_configs(
    project_name='meas_deblender',
    version=lsst.meas.deblender.version.__version__))
Beispiel #49
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documentation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.ts.m2


_g = globals()
_g.update(
    build_package_configs(project_name="ts_m2", version=lsst.ts.m2.version.__version__)
)
Beispiel #50
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.ip.isr


_g = globals()
_g.update(build_package_configs(
    project_name='ip_isr',
    version=lsst.ip.isr.version.__version__))
Beispiel #51
0
"""Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.qa.explorer


_g = globals()
_g.update(build_package_configs(
    project_name='qa_explorer',
    version=lsst.qa.explorer.version.__version__))
Beispiel #52
0
#!/usr/bin/env python
"""Sphinx configurations to build package documentation."""

from documenteer.sphinxconfig.stackconf import build_package_configs


_g = globals()
_g.update(build_package_configs(
    project_name='generateTemplate',
    copyright='2016 University of Washington',
    version='0.1',
    doxygen_xml_dirname=None))

intersphinx_mapping['astropy'] = ('http://docs.astropy.org/en/stable', None)

# DEBUG only
automodsumm_writereprocessed = False