-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
Missing links in the thematic tables of the documentation of sage.graphs.graph
#36178
Closed
2 tasks done
Comments
dcoudert
added a commit
to dcoudert/sage
that referenced
this issue
Sep 2, 2023
Merged
5 tasks
vbraun
pushed a commit
to vbraun/sage
that referenced
this issue
Sep 4, 2023
…` to fix the documentation of graphs. Fixes sagemath#36178. We ensure that method `sage.misc.rest_index_of_methods.gen_thematic_rest_table_index` adds the correct links to methods in the thematic tables of the documentation. For instance, some links were missing in the thematic tables of https:// doc.sagemath.org/html/en/reference/graphs/sage/graphs/graph.html. We also fix some links in the documentation. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [x] I have created tests covering the changes. - [x] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#36179 Reported by: David Coudert Reviewer(s): David Coudert, Frédéric Chapoton
vbraun
pushed a commit
to vbraun/sage
that referenced
this issue
Sep 5, 2023
…` to fix the documentation of graphs. Fixes sagemath#36178. We ensure that method `sage.misc.rest_index_of_methods.gen_thematic_rest_table_index` adds the correct links to methods in the thematic tables of the documentation. For instance, some links were missing in the thematic tables of https:// doc.sagemath.org/html/en/reference/graphs/sage/graphs/graph.html. We also fix some links in the documentation. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [x] I have created tests covering the changes. - [x] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#36179 Reported by: David Coudert Reviewer(s): David Coudert, Frédéric Chapoton
vbraun
pushed a commit
to vbraun/sage
that referenced
this issue
Sep 10, 2023
…` to fix the documentation of graphs. Fixes sagemath#36178. We ensure that method `sage.misc.rest_index_of_methods.gen_thematic_rest_table_index` adds the correct links to methods in the thematic tables of the documentation. For instance, some links were missing in the thematic tables of https:// doc.sagemath.org/html/en/reference/graphs/sage/graphs/graph.html. We also fix some links in the documentation. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [x] I have created tests covering the changes. - [x] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#36179 Reported by: David Coudert Reviewer(s): David Coudert, Frédéric Chapoton
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps To Reproduce
Check the online documentation of undirected: https://doc.sagemath.org/html/en/reference/graphs/sage/graphs/graph.html.
Expected Behavior
Each method in the thematic tables must have a link to the documentation of the corresponding method.
Actual Behavior
Some links are missing.
Additional Information
The issue comes from method
sage/misc/rest_index_of_methods.py
Environment
Checklist
The text was updated successfully, but these errors were encountered: