DOC: improve API reference for prompt_converter module#969
Merged
romanlutz merged 9 commits intoAzure:mainfrom Jun 24, 2025
Merged
DOC: improve API reference for prompt_converter module#969romanlutz merged 9 commits intoAzure:mainfrom
prompt_converter module#969romanlutz merged 9 commits intoAzure:mainfrom
Conversation
romanlutz
approved these changes
Jun 17, 2025
Contributor
romanlutz
left a comment
There was a problem hiding this comment.
Woah you did so many 🔥 nice work
Contributor
|
I think you'll find that the website generation doesn't like things like in the API reference. It's unclear to me why but somehow that doesn't work. At some point in the future I want to switch to JupyterBook2 and MyST instead of all these sphinx extensions like autodoc but as I discovered last night that day is not today (because they don't support API reference generation yet). |
Contributor
Author
Contributor
|
Great! Then please ignore me and proceed 🤣 |
prompt_converterprompt_converter module
3adf402 to
af0316a
Compare
Sarayu-code
pushed a commit
to Sarayu-code/PyRIT
that referenced
this pull request
Jul 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
Related: #653
The goal of this PR is to improve the API reference for

prompt_convertermodule (since there are a number of gaps in this list),and to make sure that the docstrings are formatted properly:
Tests and Documentation
Basically the docs update, no tests modified.