Skip to content

Commit

Permalink
Add pages to render more methods/functions (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksunden committed Aug 5, 2020
1 parent af9142c commit 311e62e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
5 changes: 3 additions & 2 deletions docs/api/attune.curve.Curve.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ attune.curve.Curve
.. rubric:: Methods

.. autosummary::
:toctree: attune.curve.Curve

~Curve.__init__
~Curve.coerce_dependents
~Curve.convert
~Curve.copy
Expand All @@ -26,6 +26,7 @@ attune.curve.Curve
~Curve.offset_to
~Curve.plot
~Curve.read
~Curve.rename_dependent
~Curve.save
~Curve.sort

Expand All @@ -40,4 +41,4 @@ attune.curve.Curve
~Curve.dependent_names
~Curve.dependent_units



4 changes: 2 additions & 2 deletions docs/api/attune.curve.Setpoints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ attune.curve.Setpoints
.. rubric:: Methods

.. autosummary::
:toctree: attune.curve.Setpoints

~Setpoints.__init__
~Setpoints.convert







5 changes: 3 additions & 2 deletions docs/api/attune.curve.TopasCurve.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ attune.curve.TopasCurve
.. rubric:: Methods

.. autosummary::
:toctree: attune.curve.TopasCurve

~TopasCurve.__init__
~TopasCurve.coerce_dependents
~TopasCurve.convert
~TopasCurve.copy
Expand All @@ -27,6 +27,7 @@ attune.curve.TopasCurve
~TopasCurve.plot
~TopasCurve.read
~TopasCurve.read_all
~TopasCurve.rename_dependent
~TopasCurve.save
~TopasCurve.sort

Expand All @@ -41,4 +42,4 @@ attune.curve.TopasCurve
~TopasCurve.dependent_names
~TopasCurve.dependent_units



2 changes: 2 additions & 0 deletions docs/api/attune.workup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ Module contents
.. autosummary::
:toctree: ../api

holistic
intensity
setpoint
tune_test

0 comments on commit 311e62e

Please sign in to comment.