Skip to content

Commit

Permalink
Merge pull request #25 from lsst/tickets/DM-13996
Browse files Browse the repository at this point in the history
tickets/DM-13996: Update doc/ directory for sphinx
  • Loading branch information
isullivan committed Apr 17, 2018
2 parents 499c38d + b786dae commit f38729e
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Doxygen products
html
xml
*.tag
*.inc
doxygen.conf

# Sphinx products
_build
py-api
13 changes: 13 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
"""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__))
13 changes: 13 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
####################################################
meas_extensions_photometryKron documentation preview
####################################################

.. This page is for local development only. It isn't published to pipelines.lsst.io.
.. Link the index pages of package and module documentation directions (listed in manifest.yaml).
.. toctree::
:maxdepth: 1

meas_extensions_photometryKron/index
lsst.meas.extensions.photometryKron/index
14 changes: 14 additions & 0 deletions doc/lsst.meas.extensions.photometryKron/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.. _lsst.meas.extensions_photometryKron:

###################################
lsst.meas.extensions_photometryKron
###################################

.. Paragraph that describes what this Python module does and links to related modules and frameworks.
.. Add subsections with toctree to individual topic pages.
Python API reference
====================

.. .. automodapi:: lsst.meas.extensions_photometryKron
15 changes: 15 additions & 0 deletions doc/manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Documentation manifest.

# Name of this package
# Also the name of the package documentation subdirectory.
package: "meas_extensions_photometryKron"

# List of names of Python modules in this package.
# For each module there is a corresponding module doc subdirectory.
modules:
- "lsst.meas.extensions_photometryKron"

# Name of the static content directories (subdirectories of `_static`).
# Static content directories are usually named after the package.
statics:
- "_static/meas_extensions_photometryKron"
27 changes: 27 additions & 0 deletions doc/meas_extensions_photometryKron/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.. _meas_extensions_photometryKron-package:

.. Title is the EUPS package name
##############################
meas_extensions_photometryKron
##############################

.. Add a sentence/short paragraph describing what the package is for.
The ``meas_extensions_photometryKron`` package provides algorithms for Kron photometry.

Project info
============

Repository
https://github.com/lsst/meas_extensions_photometryKron

JIRA component
`meas_extensions_photometryKron <https://jira.lsstcorp.org/issues/?jql=project%20%3D%20DM%20AND%20component%20%3D%20meas_extensions_photometryKron>`_

Modules
=======

.. Link to Python module landing pages (same as in manifest.yaml)
- :ref:`lsst.meas.extensions_photometryKron <lsst.meas.extensions_photometryKron>`

0 comments on commit f38729e

Please sign in to comment.