Skip to content

Commit

Permalink
update api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rwegener2 committed Oct 17, 2023
1 parent d13ac33 commit 593b9d1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/user_guide/documentation/icepyx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ Diagrams are updated automatically after a pull request (PR) is approved and bef
query
read
quest
variables
components
25 changes: 25 additions & 0 deletions doc/source/user_guide/documentation/variables.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Variables Class
=================

.. currentmodule:: icepyx


Constructor
-----------

.. autosummary::
:toctree: ../../_icepyx/

Variables


Methods
-------

.. autosummary::
:toctree: ../../_icepyx/

Variables.avail
Variables.parse_var_list
Variables.append
Variables.remove

0 comments on commit 593b9d1

Please sign in to comment.