- Notifications
You must be signed in to change notification settings - Fork628
Open
Description
Is your feature request related to a problem? Please describe.
When navigating thePython Official Website, I found it challenging to locate theDeveloper Guide (https://www.python.org/dev/
). It is currently listed under the footer in the "Contributing" section, which is not intuitive for new developers or contributors.
Additionally, there aretwo separate links labeled as "Developer's Guide":
- One underDocumentation
- One underContributing
This duplication is confusing, as it is unclear if they lead to the same resource or represent different aspects of the development process.
Describe the solution you'd like
To improve usability and reduce confusion, I recommend the following enhancements:
Rename the links under different sections:
- UnderDocumentation, rename
Developer's Guide
toDeveloper Resources orDevelopment Documentation. - UnderContributing, rename
Developer's Guide
toContribution Guide.
- UnderDocumentation, rename
Improve visibility:
- Consider adding
Developer Resources
orDeveloper's Guide
directly to the main navigation bar, alongsideDocumentation andCommunity.
- Consider adding
Merge or clarify:
- If both links are pointing to the same location (
https://www.python.org/dev/
), consider consolidating them to one prominent link. - If they are different, a clear description should be added to each to explain their purpose.
- If both links are pointing to the same location (
Basic Example
No response
Describe alternatives you've considered
No response
Drawbacks and Impact
No response
Additional context
No response