-
Notifications
You must be signed in to change notification settings - Fork 185
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
Hide placeholders in docs #195
Conversation
@@ -4,85 +4,87 @@ Welcome to the torchao Documentation | |||
**torchao** is an open-source library that provides the functionality | |||
to quantize and prune your models using native PyTorch. | |||
|
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.
Maybe add a note here that this website in under development and more content is coming soon?
:glob: | ||
:maxdepth: 1 | ||
:caption: Tutorials | ||
:hidden: |
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.
You can maybe also remove "hidden" from line 93 since this is the only content that will be available on this landing page.
To fix the build error, in the Makefile, change:
to
|
|
||
.. toctree:: | ||
:glob: | ||
:maxdepth: 1 | ||
:caption: API Reference | ||
:hidden: | ||
|
||
api_ref_intro |
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.
In the api_ref_intro.rst file need to change:
``torchao`` API Reference
=========================
to
torchao API Reference
====================
So that link doesn't appear in blue: https://docs-preview.pytorch.org/pytorch/ao/195/index.html
Thank you @svekars! |
* Hide placeholders in docs * yolo * yolo * yolo * Update docs/Makefile --------- Co-authored-by: Svetlana Karslioglu <[email protected]>
No description provided.