Skip to content

Commit

Permalink
Fix some minor formatting typos in associations docs (#7694)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored Jul 5, 2023
1 parent b79a88a commit 14e4e96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ documentation
- Update the ``extract_2d`` step docs to give better descriptions of how to create
and use object lists for WFSS grism image extractions. [#7684]

- Fix minor formatting typos in associations docs. [#7694]

tweakreg
--------

Expand Down
2 changes: 1 addition & 1 deletion docs/jwst/associations/association_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ with the ``RegistryMarker.rule`` decorator as follows::
...

Then, when the rule file is used to create an ``AssociationRegistry``,
the class ``MyRule`` will be included as one of the available rules::
the class ``MyRule`` will be included as one of the available rules:

.. doctest-skip::

Expand Down
2 changes: 1 addition & 1 deletion docs/jwst/associations/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ What exactly is returned depends on what the association is. However,
for all Stage 2 and Stage 3 associations, a Python ``dict`` is returned,
whose structure matches that of the JSON or YAML file. Continuing
from the above example, the following shows how to access the first
exposure file name of a Stage 3 associations::
exposure file name of a Stage 3 associations:

.. code-block:: python
Expand Down

0 comments on commit 14e4e96

Please sign in to comment.