The Wayback Machine - https://web.archive.org/web/20221222220311/https://github.com/nim-lang/Nim/issues/19155
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

Add link to std/tempfiles in the docs #19155

Closed
Benjamin-Lee opened this issue Nov 16, 2021 · 2 comments
Closed

Add link to std/tempfiles in the docs #19155

Benjamin-Lee opened this issue Nov 16, 2021 · 2 comments
Labels
Documentation Content Related to documentation content (not generation). Easy Hacktoberfest (Open) Issues suitable for Hacktoberfest, open for working on.

Comments

@Benjamin-Lee
Copy link
Contributor

Benjamin-Lee commented Nov 16, 2021

The name says it all. https://nim-lang.github.io/Nim/lib.html shows no reference to it, only the index does.

@konsumlamm
Copy link
Contributor

konsumlamm commented Nov 16, 2021

I added it in #16656, which is a more general issue, so ig this is a duplicate now.

The underlying "problem" is that modules don't automatically get added to lib.rst, but it doesn't seem like there are any plans to change that...

@Araq
Copy link
Member

Araq commented Nov 17, 2021

It would require us to patch every library to use something like under topic: operating system related and then new stdlib modules could forget to do that just like we can forget to add it to lib.rst today. Maybe the better idea is to simply check that every stdlib module name occurs in lib.rst?

@ringabout ringabout added Documentation Content Related to documentation content (not generation). good first issue Easy Hacktoberfest (Open) Issues suitable for Hacktoberfest, open for working on. labels Jan 27, 2022
ringabout referenced this issue Feb 25, 2022
@Araq Araq closed this as completed in d81edca May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Content Related to documentation content (not generation). Easy Hacktoberfest (Open) Issues suitable for Hacktoberfest, open for working on.
4 participants