Replies: 1 comment
-
Hello @monajalal, the OpenAI Agents SDK docs are generated with the help of mkdocstrings, feel free to open a feature request for a C++ handler here: https://github.com/mkdocstrings/mkdocstrings/issues (like this one for C#: mkdocstrings/mkdocstrings#94). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We initially used Sphinx-based doc but had to switch to mkdocs given we moved to backstage.
So, are there any support for documentation of C++ projects for within project code linking inside an md file we are writing (e.g. for architectural design) as well as across multiple C++ projects (hosted on azure)?
Also do you have an example of such C++ projects we could see like the Python-based one below?
https://openai.github.io/openai-agents-python/ref/voice/pipeline_config/#agents.voice.pipeline_config.VoicePipelineConfig.group_id
Beta Was this translation helpful? Give feedback.
All reactions