Skip to content

Commit

Permalink
AbstractModelLibrary docs (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored Jul 31, 2024
2 parents ab747f9 + b66eb3f commit fc937a2
Show file tree
Hide file tree
Showing 8 changed files with 619 additions and 30 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

- remove Windows tests and add info box indicating lack of Windows support to README [#163]
- add ``ModelLibrary`` container class [#156]
- add ``ModelLibrary`` docs [#168]

0.6.1 (unreleased)
==================
Expand Down
1 change: 1 addition & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ stpipe API
.. automodapi:: stpipe

.. automodapi:: stpipe.library

.. automodapi:: stpipe.datamodel
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@
nitpicky = True
nitpick_ignore = []

# Set the default role for all single backtick annotations
default_role = "obj"

intersphinx_mapping = {}
intersphinx_mapping["python"] = ("https://docs.python.org/3", None)
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Welcome to stpipe's documentation!
:maxdepth: 2
:caption: Contents:

model_library.rst

API
===

Expand Down
Loading

0 comments on commit fc937a2

Please sign in to comment.