Skip to content

Commit

Permalink
Remove base classes
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe committed Oct 25, 2023
1 parent 9eaa975 commit 53e8419
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions docs/source/api/profiles/index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
Laser Profiles
==============

Laser pulses are incorporated into *lasy* via the ``Profile`` class.
Typically a laser will be constructed through a combination of two classes ``LongitudinalProfile`` and ``TransverseProfile`` which represent the longitudinal and transverse profiles of the laser.

.. autoclass:: lasy.profiles.profile.Profile
:members:

.. toctree::
:hidden:

Expand Down
3 changes: 0 additions & 3 deletions docs/source/api/profiles/longitudinal/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
Longitudinal Profiles
=====================

.. autoclass:: lasy.profiles.longitudinal.longitudinal_profile.LongitudinalProfile
:members:

.. toctree::
:maxdepth: 4
:hidden:
Expand Down
3 changes: 0 additions & 3 deletions docs/source/api/profiles/transverse/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
Transverse Laser Profiles
=========================

.. autoclass:: lasy.profiles.transverse.transverse_profile.TransverseProfile
:members:

.. toctree::
:maxdepth: 4
:hidden:
Expand Down

0 comments on commit 53e8419

Please sign in to comment.