Skip to content

Commit

Permalink
Doc: Fix rst syntax in RP75
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 2, 2024
1 parent ae19ef3 commit ed9f2fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions doc/examples/reliability_problems/plot_rp75.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@

# %%
# If the mean point is used as a starting point with the `AbdoRackwitz` class, then the algorithm fails with:
# ```
# RuntimeError: InternalException : Error in Abdo Rackwitz algorithm: the gradient of the level function is zero ...
# ```
# *RuntimeError: InternalException : Error in Abdo Rackwitz algorithm: the gradient of the level function is zero*
# In order to fix this, we just use a different starting point.

# %%
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ keywords = ["reliability", "sensitivity", "benchmark"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"License :: OSI Approved :: GNU Lesser General Public License (LGPL)",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"Natural Language :: French",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"License :: OSI Approved :: GNU Lesser General Public License (LGPL)",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"Natural Language :: French",
Expand Down

0 comments on commit ed9f2fd

Please sign in to comment.