Schedule
========

.. currentmodule:: astroplan

.. autoclass:: Schedule
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Schedule.observing_blocks
      ~Schedule.open_slots
      ~Schedule.scheduled_blocks

   .. rubric:: Methods Summary

   .. autosummary::

      ~Schedule.change_slot_block
      ~Schedule.insert_slot
      ~Schedule.new_slots
      ~Schedule.to_table

   .. rubric:: Attributes Documentation

   .. autoattribute:: observing_blocks
   .. autoattribute:: open_slots
   .. autoattribute:: scheduled_blocks

   .. rubric:: Methods Documentation

   .. automethod:: change_slot_block
   .. automethod:: insert_slot
   .. automethod:: new_slots
   .. automethod:: to_table
