8000 DOC: update and copy-edit 2.0.0 release notes by rgommers · Pull Request #25921 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DOC: update and copy-edit 2.0.0 release notes #25921

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

Merged
merged 3 commits into from
Mar 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
DOC: clean up "Release notes" doc page with smaller toctree
The page was almost completely unreadable before, and the level 3
section headers were a random grab bag of topics. Now it's down
to version numbers and links to the main sections (Improvements,
Pull requests merged, etc.).
  • Loading branch information
rgommers committed Mar 4, 2024
commit d17824fbea5c23971e43d6497d1a8e90d1b9483e
2 changes: 1 addition & 1 deletion doc/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Release notes
*************

.. toctree::
:maxdepth: 3
:maxdepth: 2

2.0.0 <release/2.0.0-notes>
1.26.4 <release/1.26.4-notes>
Expand Down
0