Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanKossaifi authored and m4e7 committed Aug 16, 2023
1 parent f11291a commit da0638f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion doc/source/modules/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ API reference
Models
======

In :mod:`neuralop.models`, we all neural operator models you can directly use on your applications.
.. automodule:: neuralop.models
:no-members:
:no-inherited-members:


In :mod:`neuralop.models`, we provide neural operator models you can directly use on your applications.


FNO
Expand Down Expand Up @@ -83,6 +88,11 @@ U-shaped Neural Operators (U-NO)
Layers
======

.. automodule:: neuralop.layers
:no-members:
:no-inherited-members:


In addition to the full architectures, we also provide
in :mod:`neuralop.layers` building blocks,
in the form of PyTorch layers, that you can use to build your own models:
Expand Down

0 comments on commit da0638f

Please sign in to comment.