From 53e8419ed083055f72b579032d47b028bce44c12 Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Wed, 25 Oct 2023 16:37:18 -0700 Subject: [PATCH] Remove base classes --- docs/source/api/profiles/index.rst | 6 ------ docs/source/api/profiles/longitudinal/index.rst | 3 --- docs/source/api/profiles/transverse/index.rst | 3 --- 3 files changed, 12 deletions(-) diff --git a/docs/source/api/profiles/index.rst b/docs/source/api/profiles/index.rst index 7effa7c9..6d85bb9e 100644 --- a/docs/source/api/profiles/index.rst +++ b/docs/source/api/profiles/index.rst @@ -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: diff --git a/docs/source/api/profiles/longitudinal/index.rst b/docs/source/api/profiles/longitudinal/index.rst index 3550ea1c..dea0f7f6 100644 --- a/docs/source/api/profiles/longitudinal/index.rst +++ b/docs/source/api/profiles/longitudinal/index.rst @@ -1,9 +1,6 @@ Longitudinal Profiles ===================== -.. autoclass:: lasy.profiles.longitudinal.longitudinal_profile.LongitudinalProfile - :members: - .. toctree:: :maxdepth: 4 :hidden: diff --git a/docs/source/api/profiles/transverse/index.rst b/docs/source/api/profiles/transverse/index.rst index 8414b493..c14abf8e 100644 --- a/docs/source/api/profiles/transverse/index.rst +++ b/docs/source/api/profiles/transverse/index.rst @@ -1,9 +1,6 @@ Transverse Laser Profiles ========================= -.. autoclass:: lasy.profiles.transverse.transverse_profile.TransverseProfile - :members: - .. toctree:: :maxdepth: 4 :hidden: