Skip to content

Commit

Permalink
Add grid and Gerchberg-Saxton in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe committed Oct 27, 2023
1 parent 13afcfa commit 15f57c8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,4 @@ The code is open-source and hosted on `github <https://github.com/LASY-org/lasy>
code_overview/index
api/index
tutorials/index
utils/index
4 changes: 4 additions & 0 deletions docs/source/utils/gerchberg_saxton.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Gerchberg-Saxton phase retrieval
================================

.. autofunction:: lasy.utils.phase_retrieval.gerchberg_saxton
5 changes: 5 additions & 0 deletions docs/source/utils/grid.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Grid
====

.. autoclass:: lasy.utils.grid.Grid
:members:
9 changes: 9 additions & 0 deletions docs/source/utils/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Utils
=====

.. toctree::
:maxdepth: 4
:hidden:

grid
gerchberg_saxton

0 comments on commit 15f57c8

Please sign in to comment.