Organize index of guides into 3 categories - #708
Merged
Conversation
Split the toctree of guides into three broad categories:
- Installing Packages
- Includes guides for installing and managing dependencies.
- Building and Publishing Projects
- Includes guides for project configuration, distribution
- Miscellaneous
- Guides that do not clearly fit into any of the above
This commit primarily affects the Guides index page; it does not create
nested lists for each category in the sidebar.
webknjaz
approved these changes
Dec 10, 2020
di
reviewed
Dec 10, 2020
Comment on lines
+42
to
+43
| index-mirrors-and-caches | ||
| hosting-your-own-index |
Member
There was a problem hiding this comment.
I think these two should be under "installing".
Contributor
Author
There was a problem hiding this comment.
Good point. If I update the PR, do I have to wait another 9 months to get another review?
Contributor
Author
|
@di Moved the two items. I'm sorry about making a snarky comment earlier. |
Member
|
Comparing the sidebar between https://packaging.python.org/ and https://python-packaging-user-guide--708.org.readthedocs.build/, I'd prefer to keep the sidebar unchanged. Is there some change that I'm missing? |
Member
|
@pradyunsg Looks like that was due to the branch being out of date. |
Member
|
Thanks @pastelmind! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Split the toctree of guides into three broad categories:
This commit primarily affects the Guides index page; it does not create nested lists for each category in the sidebar.