-
Notifications
You must be signed in to change notification settings - Fork 621
DOC: improve API reference for prompt_converter module
#969
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC: improve API reference for prompt_converter module
#969
Conversation
romanlutz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woah you did so many 🔥 nice work
|
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). |
|
Great! Then please ignore me and proceed 🤣 |
prompt_converterprompt_converter module
3adf402 to
af0316a
Compare


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.