Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoiz committed Jun 11, 2021
1 parent cca4489 commit 65eed82
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 7 deletions.
5 changes: 5 additions & 0 deletions docs/source/includes/aero/utils/airfoilpolars/Polar.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Polar
-----

.. autoclass:: sharpy.aero.utils.airfoilpolars.Polar
:members:
4 changes: 4 additions & 0 deletions docs/source/includes/aero/utils/airfoilpolars/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.. toctree::
:glob:

./Polar
5 changes: 3 additions & 2 deletions docs/source/includes/aero/utils/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Utilities
---------
Aerodynamic Utilities
---------------------


.. toctree::
:maxdepth: 1

./airfoilpolars/index
./mapping/index

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/includes/aero/utils/mapping/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ Force Mapping Utilities
:glob:

./aero2struct_force_mapping
./aero2struct_total_force_mapping
7 changes: 7 additions & 0 deletions docs/source/includes/postprocs/Cleanup.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Cleanup
-------



.. autoclass:: sharpy.postproc.cleanup.Cleanup
:members:
7 changes: 7 additions & 0 deletions docs/source/includes/postprocs/LiftDistribution.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
LiftDistribution
----------------



.. autoclass:: sharpy.postproc.liftdistribution.LiftDistribution
:members:
1 change: 1 addition & 0 deletions docs/source/includes/utils/algebra/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Note:
./multiply_matrices
./norm3d
./normsq3d
./panel_area
./quadskew
./quat2euler
./quat2rotation
Expand Down
4 changes: 4 additions & 0 deletions docs/source/includes/utils/algebra/panel_area.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
panel_area
----------

.. automodule:: sharpy.utils.algebra.panel_area

0 comments on commit 65eed82

Please sign in to comment.