Skip to content

Commit

Permalink
Fix a few spacing issues with literal string tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
PipKat committed Jun 28, 2023
1 parent 9f8fc13 commit 7f93a1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ansys/dynamicreporting/core/adr_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Service:
--------
Initialize the class and connect to an Ansys Dynamic Reporting service running on
localhost on port 8010 with ``username`` set to ``"admin"`` and ``password``
set to ``"mypsw"``using a local Ansys installation::
set to ``"mypsw"`` using a local Ansys installation::
import ansys.dynamicreporting.core as adr
installation_dir = r'C:\\Program Files\\ANSYS Inc\\v232'
Expand Down Expand Up @@ -91,7 +91,7 @@ def __init__(
Default:
data_directory: str, optional
Directory where Docker is to store temporary copy of files. The
default is ``None``, in which case ``TMP_DIR``is used. This parameter
default is ``None``, in which case ``TMP_DIR`` is used. This parameter
is used only if the value for the ``ansys_installation`` parameter
is set to ``"docker"``.
db_directory: str, optional
Expand Down Expand Up @@ -642,7 +642,7 @@ def query(self, query_type: str = "Item", filter: Optional[str] = "") -> list:
Parameters
----------
query_type : str, optional
Type of objects to query. The default is ``"Item"`. Options are ``"Item"``,
Type of objects to query. The default is ``"Item"``. Options are ``"Item"``,
``"Session"``, and ``"Dataset"``.
filter : str, optional
Query string for filtering. The default is ``""``. The syntax corresponds
Expand Down Expand Up @@ -889,7 +889,7 @@ def get_list_reports(self, r_type: Optional[str] = "name") -> list:
# - ``"image"``: File that contains the image. Each subsequent key is information
# that represents the image.
# - ``"var"``: Variable for coloring the parts.
# -``"time"``: Value of the timestep that the snapshot is taken at/
# - ``"time"``: Value of the timestep that the snapshot is taken at.
#
# report_name : str, optional
# Name of the report to place the slider under.
Expand Down

0 comments on commit 7f93a1e

Please sign in to comment.