Skip to content

Commit 07b7c98

Browse files
author
Release Manager
committed
gh-35451: Add modules to modules/index.rst Add vector_numpy_integer_dense and vector_numpy_dense so that hyperlinks work again. <!-- Please provide a concise, informative and self-explanatory title. --> <!-- Don't put issue numbers in the title. Put it in the Description below. --> <!-- For example, instead of "Fixes #12345", use "Add a new method to multiply two integers" --> ### 📚 Description <!-- Describe your changes here in detail. --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> This attempts to fix #35444 by adding the correct modules in `index.rst`. Currently `Vector_numpy_dense` can be accessed through the index page, but not through the Base class link of `Vector_double_dense`. Need help resolving this issue. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x ]`. --> - [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 updated the documentation accordingly. @mkoeppe URL: #35451 Reported by: Karan Handa Reviewer(s): Matthias Köppe
2 parents 98bf731 + 80a3505 commit 07b7c98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/en/reference/modules/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ Vectors
106106
sage/modules/vector_callable_symbolic_dense
107107
sage/modules/vector_double_dense
108108
sage/modules/vector_real_double_dense
109+
sage/modules/vector_numpy_dense
110+
sage/modules/vector_numpy_integer_dense
109111
sage/modules/vector_complex_double_dense
110112
sage/modules/complex_double_vector
111113
sage/modules/real_double_vector

0 commit comments

Comments
 (0)