Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove base classes in documentation #200

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading