-
Notifications
You must be signed in to change notification settings - Fork 129
docs: add documentation for workspaces + general cleanup #402
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
Conversation
@d4l3k has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Codecov Report
@@ Coverage Diff @@
## main #402 +/- ##
=======================================
Coverage 94.53% 94.54%
=======================================
Files 66 66
Lines 3663 3664 +1
=======================================
+ Hits 3463 3464 +1
Misses 200 200
Continue to review full report at Codecov.
|
Summary: This makes some of the changes listed in https://docs.google.com/document/d/14icG0GJG1nPHF3DW7yMreZpe3S8FwYdrI_XYIzDTSbI/edit#heading=h.6ixj5co4aocb * Adds workspaces documention * Adds coverage test to docs build to ensure all exported methods/classes are documented in the docs. * Adds previously undocumented methods/classes to docs * Moves torchconfig from experimental to beta * Splits docker/local scheduler docs * Reshuffles the sidebar to prioritize the schedulers over some of the other content Next steps: * update readme/index/quickstart guides to highlight workspaces + patching w/ ddp builtin * deprioritize/remove some of the more complex custom component examples Pull Request resolved: #402 Test Plan: ``` $ make -C docs coverage; and cat docs/build/0.1.2dev0/coverage/python.txt $ pyre $ pytest ``` CI  Reviewed By: kiukchung Differential Revision: D34540003 Pulled By: d4l3k fbshipit-source-id: 585d2ad5f35d87c0451ba6fb1e3fd68b5e0e6e0e
This pull request was exported from Phabricator. Differential Revision: D34540003 |
Summary: This makes some of the changes listed in https://docs.google.com/document/d/14icG0GJG1nPHF3DW7yMreZpe3S8FwYdrI_XYIzDTSbI/edit#heading=h.6ixj5co4aocb * Adds workspaces documention * Adds coverage test to docs build to ensure all exported methods/classes are documented in the docs. * Adds previously undocumented methods/classes to docs * Moves torchconfig from experimental to beta * Splits docker/local scheduler docs * Reshuffles the sidebar to prioritize the schedulers over some of the other content Next steps: * update readme/index/quickstart guides to highlight workspaces + patching w/ ddp builtin * deprioritize/remove some of the more complex custom component examples Pull Request resolved: #402 Test Plan: ``` $ make -C docs coverage; and cat docs/build/0.1.2dev0/coverage/python.txt $ pyre $ pytest ``` CI  Reviewed By: kiukchung Differential Revision: D34540003 Pulled By: d4l3k fbshipit-source-id: 271b084d36bdf256547cae755fbeb0e603abac66
This pull request was exported from Phabricator. Differential Revision: D34540003 |
This makes some of the changes listed in https://docs.google.com/document/d/14icG0GJG1nPHF3DW7yMreZpe3S8FwYdrI_XYIzDTSbI/edit#heading=h.6ixj5co4aocb
Next steps:
Test plan:
CI