Skip to content

Commit

Permalink
Merge pull request #21 from sot/fix-docs
Browse files Browse the repository at this point in the history
Fix mistake in docs and update module tagline
  • Loading branch information
taldcroft authored Apr 7, 2022
2 parents 94cf5f0 + 86aa467 commit 1b92f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Ska/Sun/sun.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst
"""
Utility for calculating sun position and pitch angle.
Utility for calculating sun position, pitch angle and values related to roll.
"""
from pathlib import Path
import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:mod:`Ska.Sun`
======================

.. automodule:: Ska.Sun.Sun
.. automodule:: Ska.Sun.sun
:members:

0 comments on commit 1b92f8b

Please sign in to comment.