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

(Fixes OSS CI) Have Sphinx track deprecated_transform_mixin, but make it private #2330

Closed
wants to merge 1 commit into from

Conversation

esantorella
Copy link
Contributor

Summary:
The OSS CI is failing: https://github.com/facebook/Ax/actions/runs/8581833037/job/23519269134?pr=2329

This should fix the Sphinx error. Adding :meta private: to the docstring will stop it from rendering, since OSS users shouldn't need to know about DeprecatedTransformMixin and can read the code on GH if they need to.

Differential Revision: D55837917

…ke it private

Summary:
The OSS CI is failing: https://github.com/facebook/Ax/actions/runs/8581833037/job/23519269134?pr=2329

This should fix the Sphinx error. Adding `:meta private:` to the docstring will stop it from rendering, since OSS users shouldn't need to know about `DeprecatedTransformMixin` and can read the code on GH if they need to.

Differential Revision: D55837917
@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Apr 6, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D55837917

@codecov-commenter
Copy link

codecov-commenter commented Apr 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.91%. Comparing base (60330a8) to head (14f766d).

❗ Current head 14f766d differs from pull request most recent head 19c2358. Consider uploading reports for the commit 19c2358 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2330   +/-   ##
=======================================
  Coverage   94.91%   94.91%           
=======================================
  Files         491      491           
  Lines       47782    47782           
=======================================
  Hits        45350    45350           
  Misses       2432     2432           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in adcf3a4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants