We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c6bce commit 7a26876Copy full SHA for 7a26876
pyproject.toml
@@ -71,6 +71,9 @@ Documentation = "https://dpf.docs.pyansys.com/"
71
Source = "https://github.com/ansys/pydpf-core"
72
Tracker = "https://github.com/ansys/pydpf-core/issues"
73
74
+[project.scripts]
75
+dpf_generate_operators_doc = "ansys.dpf.core.documentation.generate_operators_doc:generate_operators_doc"
76
+
77
[tool.ruff]
78
line-length = 100
79
0 commit comments