Skip to content

Commit 0833e77

Browse files
committed
updated all of the summary strings!
1 parent d3e6539 commit 0833e77

File tree

11 files changed

+21
-5
lines changed

11 files changed

+21
-5
lines changed

src/ansys/stk/core/graphics.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# Copyright 2020-2023, Ansys Government Initiatives
33
################################################################################
44

5-
"""Access and manipulate visual elements in STK.
5+
"""
6+
Access and manipulate visual elements in STK.
67

78
These include STK globe terrain
89
and imagery, camera control, 3D models, triangle meshes, surface polygons and

src/ansys/stk/core/stkdesktop.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Copyright 2020-2023, Ansys Government Initiatives
33
################################################################################
44

5+
"""Starts STK Desktop or attaches to an already running STK Desktop, and provides access to the Object Model root."""
6+
57
__all__ = ["STKDesktop", "STKDesktopApplication"]
68

79
import os

src/ansys/stk/core/stkengine/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Copyright 2020-2020, Ansys Government Initiatives
33
################################################################################
44

5+
"""Starts STK Engine and provides access to the Object Model root."""
6+
57
__all__ = ["STKEngine", "STKEngineApplication", "STK_ENGINE_TIMER_TYPE"]
68

79
import os

src/ansys/stk/core/stkengine/experimental/jupyterwidgets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Copyright 2022-2022, Ansys Government Initiatives
33
################################################################################
44

5+
"""Map and globe widgets for Jupyter Notebooks using Remote Frame Buffer."""
6+
57
# Dependencies: jupyter_rfb, pillow, imageio, simplejpeg, ipycanvas
68

79
__all__ = ['GlobeWidget', 'MapWidget', 'GfxAnalysisWidget']

src/ansys/stk/core/stkengine/tkcontrols.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Copyright 2021-2021, Ansys Government Initiatives
33
################################################################################
44

5+
"""Enables Tkinter integration."""
6+
57
__all__ = ["GlobeControl", "MapControl", "GfxAnalysisControl"]
68

79
import os

src/ansys/stk/core/stkobjects/aviator/matlab.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# Copyright 2020-2023, Ansys Government Initiatives
33
################################################################################
44

5-
"""This library contains Object Model components to support the MATLAB strategies found in the Basic Maneuver Procedure.
5+
"""
6+
This library contains Object Model components to support the MATLAB strategies found in the Basic Maneuver Procedure.
67
78
MATLAB strategies allow the users to
89
utilize MATLAB Aerospace Toolbox functions to define the force modeling of the

src/ansys/stk/core/stkruntime.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Copyright 2023-2023, Analytical Graphics, Inc.
33
################################################################################
44

5+
"""Starts STK Runtime or attaches to an already running STK Runtime, and provides access to the Object Model root."""
6+
57
__all__ = ["STKRuntime", "STKRuntimeApplication"]
68

79
import atexit

src/ansys/stk/core/stkutil.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# Copyright 2020-2023, Ansys Government Initiatives
33
################################################################################
44

5-
"""This library contains objects and enumerations shared by the STK X and STK Objects libraries.
5+
"""
6+
This library contains objects and enumerations shared by the STK X and STK Objects libraries.
67
78
The types provided by STK Util are used indirectly through
89
methods and properties in the STK X and STK Objects libraries.

src/ansys/stk/core/stkx.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# Copyright 2020-2023, Ansys Government Initiatives
33
################################################################################
44

5-
"""STK X allows developers to add advanced STK 2D, 3D visualization and analytical capabilities to applications.
5+
"""
6+
STK X allows developers to add advanced STK 2D, 3D visualization and analytical capabilities to applications.
67
78
The top of the STK X object model presents the following creatable components:
89
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Utilities."""

0 commit comments

Comments
 (0)