.. include:: ../coordinates/references.txt

Angle
=====

.. currentmodule:: astropy.coordinates

.. autoclass:: Angle
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Angle.dms
      ~Angle.hms
      ~Angle.hour
      ~Angle.signed_dms

   .. rubric:: Methods Summary

   .. autosummary::

      ~Angle.is_within_bounds
      ~Angle.to_string
      ~Angle.wrap_at

   .. rubric:: Attributes Documentation

   .. autoattribute:: dms
   .. autoattribute:: hms
   .. autoattribute:: hour
   .. autoattribute:: signed_dms

   .. rubric:: Methods Documentation

   .. automethod:: is_within_bounds
   .. automethod:: to_string
   .. automethod:: wrap_at
