Skip to content
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

Setup strict phinx mode, fixed all phinx warnings #34960

Closed
wants to merge 19 commits into from

Conversation

jakublehotsky
Copy link

Description

This patch fixes the warnings generated by sphinx python docstring tool when run in strict mode. It fixes the automatically generated documentation in a couple of places, removing obsolete anchors to samples and fixing links and dedent for linked samples for sync and sync version of communication client.

It also introduces the default sphinx = true option as requested in the original issue.

closes #33567

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

Copy link

Hi @jakublehotsky. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days.

@github-actions github-actions bot added the no-recent-activity There has been no recent activity on this issue. label May 31, 2024
@jakublehotsky
Copy link
Author

Trying to identify a reason for failing a single unit test on ubuntu where it throws in timer which doesn't seem related with my changes at all.

Copy link

Hi @jakublehotsky. Thank you for your contribution. Since there hasn't been recent engagement, we're going to close this out. Feel free to respond with a comment containing /reopen if you'd like to continue working on these changes. Please be sure to use the command to reopen or remove the no-recent-activity label; otherwise, this is likely to be closed again with the next cleanup pass.

@github-actions github-actions bot closed this Jun 12, 2024
@jakublehotsky
Copy link
Author

/reopen
The issue is not fixed yet

@jakublehotsky jakublehotsky reopened this Jun 13, 2024
@github-actions github-actions bot removed the no-recent-activity There has been no recent activity on this issue. label Jun 13, 2024
azure-sdk and others added 11 commits June 13, 2024 09:09
* Removal of the devops release PAT

* Don't pass in the access token, just use the AzureCLI task and do everything in the scripts

* Updates for feedback

---------

Co-authored-by: James Suplizio <[email protected]>
* update codeowner

* update
This is the result of `npm audit fix` to address vulnerability in older versions
of `braces`.

Co-authored-by: Jeremy Meng <[email protected]>
* Update release date

* Add codeowners to dev center

* Update to github alias

* Fix label name
@jakublehotsky jakublehotsky requested review from a team, scbedd, weshaggard and benbp as code owners June 14, 2024 08:31
@jakublehotsky
Copy link
Author

This issue was resolved by #36111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

azure-communication-identity needs docstring updates for sphinx
9 participants