Skip to content
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

std/random initRand() has a double identical entry in nim-lang.org/docs #23051

Closed
dreamflow opened this issue Dec 11, 2023 · 3 comments · Fixed by #23074
Closed

std/random initRand() has a double identical entry in nim-lang.org/docs #23051

dreamflow opened this issue Dec 11, 2023 · 3 comments · Fixed by #23074
Assignees
Labels
Documentation Generation Related to documentation generation (but not content).

Comments

@dreamflow
Copy link

dreamflow commented Dec 11, 2023

https://nim-lang.org/docs/random.html#initRand%2Cint64

https://nim-lang.org/docs/random.html#initRand%2Cint64_2

the second one can be deleted , it is identical to the first .

@ringabout
Copy link
Member

It seems to be a pretty weird regression since 1.6.0

@ringabout ringabout added Regression Documentation Generation Related to documentation generation (but not content). labels Dec 12, 2023
@ringabout
Copy link
Member

I see, export initRand caused the problem

ringabout added a commit that referenced this issue Dec 12, 2023
ringabout added a commit that referenced this issue Dec 14, 2023
fixes #23051

`since` is hardly useful with `useVersion` removed
@ringabout ringabout self-assigned this Dec 14, 2023
@dreamflow
Copy link
Author

https://nim-lang.org/docs/random.html#initRand%2Cint64

https://nim-lang.org/docs/random.html#initRand%2Cint64_2

the second unnecessary double entry is still there .
the fixes didn't got through to
https://nim-lang.org/docs/random.html .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Generation Related to documentation generation (but not content).
Projects
None yet
2 participants