Skip to content

Commit

Permalink
add pairs/loops in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanchengyan committed Jan 23, 2024
1 parent 8f569ea commit 9f12ee4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ Python API Reference
query/query
samplers/index
NSBAS/index
insar_class/pairs


27 changes: 27 additions & 0 deletions docs/source/api/insar_class/pairs.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Pairs and Loops
===============


.. autoclass:: faninsar.Pairs
:members:
:undoc-members:
:member-order: bysource
:show-inheritance:

.. autoclass:: faninsar.Loop
:members:
:undoc-members:
:member-order: bysource
:show-inheritance:

.. autoclass:: faninsar.TripletLoops
:members:
:undoc-members:
:member-order: bysource
:show-inheritance:

.. autoclass:: faninsar.PairsFactory
:members:
:undoc-members:
:member-order: bysource
:show-inheritance:
2 changes: 1 addition & 1 deletion docs/source/user_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ examples that describe many common tasks that you can accomplish with FanSAR.
:maxdepth: 2
:hidden:


data_structures
Indexing_data


0 comments on commit 9f12ee4

Please sign in to comment.