-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Function kwargs not rendering on docs.ms.com #14990
Comments
After spending a bunch more time with this, I believe this issue is at least twofold. Context here is that Johan raised this as a general issue. It both IS and ISN'T a general issue. We definitely do document some function keyword arguments. The problem is we don't seem to be doing it consistently. There also isn't a great way to programatically pull this detail out of the rendered docs. For the specific issue that Johan raised, like here... You'll notice that SOME keyword params are rendered. And NONE of the The I am going to try a couple local sphinx runs. I'm thinking the easy answer will be to replace the As for the "only some" function keyword params, I do have another PR that addresses other issues we've found as part of this investigation. |
[Python] track2 config (Azure#14990) * authorization * automation * recoveryservices * logic * notificationhubs * search
[Python] track2 config (Azure#14990) * authorization * automation * recoveryservices * logic * notificationhubs * search
[Python] track2 config (Azure#14990) * authorization * automation * recoveryservices * logic * notificationhubs * search
[Python] track2 config (Azure#14990) * authorization * automation * recoveryservices * logic * notificationhubs * search
[Python] track2 config (Azure#14990) * authorization * automation * recoveryservices * logic * notificationhubs * search
[Python] track2 config (Azure#14990) * authorization * automation * recoveryservices * logic * notificationhubs * search
* CodeGen from PR 14990 in Azure/azure-rest-api-specs [Python] track2 config (#14990) * authorization * automation * recoveryservices * logic * notificationhubs * search * version,CHANGELOG * test * test config Co-authored-by: SDKAuto <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed <[email protected]>
* CodeGen from PR 14990 in Azure/azure-rest-api-specs [Python] track2 config (Azure#14990) * authorization * automation * recoveryservices * logic * notificationhubs * search * version,CHANGELOG * test * test config Co-authored-by: SDKAuto <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed <[email protected]>
Boils down to during processing within the
sphinx-docfx-yaml
extension, we're seeing the following earning when we enable debug output:I know it's firing from
extension.py
, but I don't have a root cause as to WHY this is yet.Note that
class
kwargs aren't having this same problem.The text was updated successfully, but these errors were encountered: