Trapezoid1D
===========

.. currentmodule:: astropy.modeling.functional_models

.. autoclass:: Trapezoid1D
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Trapezoid1D.amplitude
      ~Trapezoid1D.input_units
      ~Trapezoid1D.param_names
      ~Trapezoid1D.slope
      ~Trapezoid1D.width
      ~Trapezoid1D.x_0

   .. rubric:: Methods Summary

   .. autosummary::

      ~Trapezoid1D.evaluate

   .. rubric:: Attributes Documentation

   .. autoattribute:: amplitude
   .. autoattribute:: input_units
   .. autoattribute:: param_names
   .. autoattribute:: slope
   .. autoattribute:: width
   .. autoattribute:: x_0

   .. rubric:: Methods Documentation

   .. automethod:: evaluate
