".github/vscode:/vscode.git/clone" did not exist on "f4422fabfa3cb661b205d20bb6bb8875dc488b7c"
  1. 29 Oct, 2022 1 commit
  2. 14 Sep, 2022 1 commit
    • moto's avatar
      Tweak badge link URL generation (#2677) · a0b5ee30
      moto authored
      Summary:
      Currently, the way feature badges are generated assumes that both documentations and the supported features page are on the same level from the root.
      
      This does not work when we introduce `:autosummary:` which generates individual documentation pages one level below.
      
      This commit changes it so that links to the supported features page are properly relative from the documentation level.
      
      There is no appearance change from this commit.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2677
      
      Reviewed By: carolineechen
      
      Differential Revision: D39507451
      
      Pulled By: mthrok
      
      fbshipit-source-id: f18da4201f0eb747586be21c8bd9a958217aebc2
      a0b5ee30
  3. 08 Apr, 2022 1 commit
    • moto's avatar
      Add devices/properties badges (#2321) · 72ae755a
      moto authored
      Summary:
      Add badges of supported properties and devices to functionals and transforms.
      
      This commit adds `.. devices::` and `.. properties::` directives to sphinx.
      
      APIs with these directives will have badges (based off of shields.io) which link to the
      page with description of these features.
      
      Continuation of https://github.com/pytorch/audio/issues/2316
      Excluded dtypes for further improvement, and actually added badges to most of functional/transforms.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2321
      
      Reviewed By: hwangjeff
      
      Differential Revision: D35489063
      
      Pulled By: mthrok
      
      fbshipit-source-id: f68a70ebb22df29d5e9bd171273bd19007a81762
      72ae755a