-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Change order of sections in toctree #5195
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
💊 CI failures summary and remediationsAs of commit b11a6a5 (more details on the Dr. CI page): ✅ None of the CI failures appear to be your fault 💚
🚧 1 ongoing upstream failure:These were probably caused by upstream breakages that are not fixed yet.
This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
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.
Thanks @NicolasHug! Just out of curiosity, do we plan on changing this every time there is change in popularity order?
Thanks for the review @prabhat00155 . I wouldn't think so, as I doubt the relative page usage would drastically change anytime soon. What prompted me to update the order is that there is a significant difference between the dataset page hit vs models and transforms (I can't share numbers publicly but you have them in our workplace chat :) ), so I thought it would make sense not to have the datasets as the first section. For a few % difference I wouldn't bother though. |
ops | ||
io | ||
utils | ||
feature_extraction |
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.
Not clubbing with models? Potentially this is very new feature (and hence low popularity), but the docs are best read after reading models. Anyways, either is fine.
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.
We'll likely merge it into the models page once we get to the more general revamp of the models page
The order is very surprising. Surprised by the fact that transforms and models are used more than datasets and utils more than io or ops! |
@oke-aditya I updated my comment above: we measure the popularity of each page with Google Analytics. This doesn't necessarily reflect which classes/functions are the most used in practice in users code (this is not something we track), but it tells us exactly which pages are more popular than others, and so it gives us some insight on what doc readers are looking for. In this case, the datasets page is significantly less popular than the transforms and models pages. |
Reviewed By: datumbox, NicolasHug Differential Revision: D33655254 fbshipit-source-id: c409aedab4d25ffbade2dff93410970c35e118be
This PR changes the order of our main sections in our docs (transforms, models, datasets...). The new proposed order follows the measured popularity of each page as measured by Google analytics.