QuantEcon / QuantEcon/lecture-python-programming
[numpy] Duplicated {index} directive under Matrix Multiplication
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 72
- Forks
- 31
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 8
Description
numpy.md carries the same index directive twice, back to back, under the "Matrix Multiplication" heading (lines 432–438):
```{index} single: NumPy; Matrix Multiplication
One of the two should be removed.
Found during native-editor review of the French edition, where the duplication had been carried over by translation; the French copy was cleaned up in QuantEcon/lecture-python-programming.fr#24. Until it is removed here, the French edition deliberately diverges from the source at this spot. Same discovery path as #594.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open numpy.md and inspect lines 432–438 under the "Matrix Multiplication" heading. Remove one of the two consecutive identical {index} directives, then confirm that only one NumPy; Matrix Multiplication entry remains and the source matches the cleaned French edition.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- numpy
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 90/100