Skip to content

Commit

Permalink
Updating API documentation (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansnfernand authored Oct 23, 2023
1 parent e5befb1 commit 3cb979f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/source/user_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ This code uses the Sherlock Part Library to update the parts list:
"Tutorial",
"Main Board",
"Sherlock Part Library",
"Both",
"Error"
PartsListSearchMatchingMode.BOTH,
PartsListSearchDuplicationMode.ERROR,
)
For information on the ``parts`` module and its methods, see :ref:`ref_parts_module`.
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/lifecycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ def add_harmonic_vibe_profiles(
"Uniaxial",
"2,4,5",
)
>>> sherlock.lifecycle.add_harmonic_profiles(
>>> sherlock.lifecycle.add_harmonic_vibe_profiles(
"Test",
[(
"Example",
Expand Down

0 comments on commit 3cb979f

Please sign in to comment.