-
Notifications
You must be signed in to change notification settings - Fork 61
Adding Python API to Docs #928
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
ad1272b
to
7a8dc17
Compare
Python API | ||
========== | ||
|
||
.. note:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this autogenerated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks awesome; very clean. Just one question (echoing @dcci) - are index.rst and all those things auto-generated? They look generated, but are checked in - would assume if generated, we could avoid checking them in. Otherwise, looks very good; love all the verification checks/metadocs/etc.
@sekyondaMeta has imported this pull request. If you are a Meta employee, you can view this in D80815453. |
Summary: Python API Build plus a doc explaining the whole doc build. For a preview of the docs see: https://github.com/meta-pytorch/monarch/actions/runs/17143392713/artifacts/3824515008 Next steps: - See if we can make the API build less complicated - Need more docstring coverage Quick preview: <img width="1580" height="907" alt="Screenshot 2025-08-21 at 18 20 15" src="https://github.com/user-attachments/assets/cf44077d-a6df-44ca-b3ff-072d022ae8f9" /> <img width="1574" height="911" alt="Screenshot 2025-08-21 at 18 20 23" src="https://github.com/user-attachments/assets/6db7497b-85ac-46cb-b6a8-1a1e419c9f24" /> Test Plan: Imported from GitHub, without a `Test Plan:` line. Rollback Plan: Reviewed By: colin2328 Differential Revision: D80815453 Pulled By: sekyondaMeta
c9a6016
to
81bb92b
Compare
This pull request was exported from Phabricator. Differential Revision: D80815453 |
@sekyondaMeta merged this pull request in d55dec2. |
Python API Build plus a doc explaining the whole doc build.
For a preview of the docs see: https://github.com/meta-pytorch/monarch/actions/runs/17143392713/artifacts/3824515008
Next steps:
Quick preview:

