Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update doc directory to match templates #22

Merged
merged 1 commit into from
Feb 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ pex_exceptions documentation preview
.. toctree::
:maxdepth: 1

pex_exceptions/index
lsst.pex.exceptions/index
15 changes: 13 additions & 2 deletions doc/lsst.pex.exceptions/index.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
.. py:currentmodule:: lsst.pex.exceptions

.. _lsst.pex.exceptions:

###################
lsst.pex.exceptions
###################

.. Paragraph that describes what this Python module does and links to related modules and frameworks.
The ``lsst.pex.exceptions`` module provides custom exceptions for the LSST Science Pipelines.

.. _lsst.pex.exceptions-contributing:

Contributing
============

``lsst.pex.exceptions`` is developed at https://github.com/lsst/pex_exceptions.
You can find Jira issues for this module under the `pex_exceptions <https://jira.lsstcorp.org/issues/?jql=project%20%3D%20DM%20AND%20component%20%3D%20pex_exceptions>`_ component.

.. Add subsections with toctree to individual topic pages.
.. _lsst.pex.exceptions-pyapi:

Python API reference
====================

.. automodapi:: lsst.pex.exceptions
:no-main-docstr:
9 changes: 0 additions & 9 deletions doc/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
# Documentation manifest.

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

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

# Name of the static content directories (subdirectories of `_static`).
# Static content directories are usually named after the package.
statics:
- "_static/pex_exceptions"
27 changes: 0 additions & 27 deletions doc/pex_exceptions/index.rst

This file was deleted.