8000 DOC: random: fix doc linking, was referencing private submodules. by charris · Pull Request #14512 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DOC: random: fix doc linking, was referencing private submodules. #14512

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 2 commits into from
Sep 15, 2019
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
Prev Previous commit
DOC: address last comment on numpy.random doc page fixes PR
  • Loading branch information
rgommers authored and charris committed Sep 14, 2019
commit aa306a9f2d073c1e4a223cc6d60c54969f0ac852
2 changes: 1 addition & 1 deletion doc/source/reference/random/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Concepts
:maxdepth: 1

generator
Legacy generator and functions <legacy>
Legacy Generator (RandomState) <legacy>
BitGenerators, SeedSequences <bit_generators/index>

Features
Expand Down
0