Skip to content

docs: docstrings fix 4920 - #5230

Merged
mayankansys merged 37 commits into
mainfrom
docs/docstrings_fix_4920
Jul 13, 2026
Merged

docs: docstrings fix 4920#5230
mayankansys merged 37 commits into
mainfrom
docs/docstrings_fix_4920

Conversation

@mayankansys

@mayankansys mayankansys commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Context

The launcher docstrings were unclear about a required setting. Users were not clearly told they must use either certificates_folder or insecure_mode for remote launches.

Change Summary

This PR updates the docstrings in the container and slurm launcher classes. It explains the requirement more clearly, notes that the two options are mutually exclusive, and adds the related ValueError details.

Impact

This only affects documentation/docstrings for the launcher APIs. It helps users understand how to configure remote Fluent launches correctly.

mayankansys and others added 24 commits March 12, 2026 16:04
@github-actions github-actions Bot added the documentation Documentation related (improving, adding, etc) label Jul 6, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@mayankansys
mayankansys marked this pull request as ready for review July 8, 2026 20:58
Comment thread src/ansys/fluent/core/launcher/container_launcher.py Outdated
Co-authored-by: Mainak Kundu <94432368+mkundu1@users.noreply.github.com>
Comment thread src/ansys/fluent/core/launcher/container_launcher.py
Comment thread src/ansys/fluent/core/launcher/slurm_launcher.py Outdated
Comment thread src/ansys/fluent/core/launcher/slurm_launcher.py Outdated
@mayankansys
mayankansys enabled auto-merge (squash) July 13, 2026 18:06
@mayankansys
mayankansys merged commit 8be8d21 into main Jul 13, 2026
35 checks passed
@mayankansys
mayankansys deleted the docs/docstrings_fix_4920 branch July 13, 2026 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Documentation related (improving, adding, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix docstring of launcher classes that requires either certificates_folder or insecure_mode

5 participants