-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Clean up top level organisation in the docs (1.11 branch) #23799
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
- Use better summaries of the top level sections on the index page based on Diataxis. - Move the contributing guides into their own section. Potentially the getting started can also be its own section, although right now that's just the installation. - Made tutorials a section which can hold many tutorials. The current introductory tutorial is just one such tutorial. We may also want to split it into many tutorials. - Renamed "explanation" into "explanations" (but I did not change the directory name). - Redirects were added for all moved pages. - Fix some existing redirects. The redirect paths are supposed to be relative to the redirected page. The reredirects extension does not test if a redirect is valid.
That way we can't accidentally reference something from matplotlib.
✅ Hi, I am the SymPy bot (v167). I'm here to help you write a release notes entry. Please read the guide on how to write release notes. Your release notes are in good order. Here is what the release notes will look like:
This will be added to https://github.com/sympy/sympy/wiki/Release-Notes-for-1.11. Click here to see the pull request description that was parsed.
Update The release notes on the wiki have been updated. |
🟠Hi, I am the SymPy bot (v167). I've noticed that some of your commits add or delete files. Since this is sometimes done unintentionally, I wanted to alert you about it. This is an experimental feature of SymPy Bot. If you have any feedback on it, please comment at sympy/sympy-bot#75. The following commits add new files:
The following commits delete files:
If these files were added/deleted on purpose, you can ignore this message. |
Benchmark results from GitHub Actions Lower numbers are good, higher numbers are bad. A ratio less than 1 Significantly changed benchmark results (PR vs master) Significantly changed benchmark results (master vs previous release) before after ratio
[77f1d79c] [1f918020]
<sympy-1.10.1^0>
+ 27.2±0.7μs 85.2±4μs 3.13 matrices.TimeMatrixExpression.time_MatAdd
+ 124±3ms 218±6ms 1.75 sum.TimeSum.time_doit
Full benchmark results can be found as artifacts in GitHub Actions |
Backport of #23669 for the 1.11 branch.