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

Docs: io-network: list read(::String) and write(::String,::Any) before open #49837

Merged
merged 2 commits into from
Nov 1, 2023

Conversation

fonsp
Copy link
Member

@fonsp fonsp commented May 16, 2023

Point 3 of #43428

Depends on #49835 and #49836 to be useful :)

doc/src/base/io-network.md Outdated Show resolved Hide resolved
@vtjnash vtjnash added the merge me PR is reviewed. Merge when all tests are passing label Oct 30, 2023
giordano pushed a commit that referenced this pull request Oct 31, 2023
Point 5 of #43428

Motivation: I feel like the most fundamental *file* operations in Julia
are `read(filename::String)` and `write(filename::String, content)`, so
it makes sense to repeat their documentation in the **Filesystem**
documentation. I also see
these methods as fundamental to teach beginners.


Like #49837, the goal is to only
show short docstrings for these methods, not the whole `IOStream`
functionality. So it depends on
#49835 and
#49836 to be useful :)
@giordano giordano merged commit 3f8396c into JuliaLang:master Nov 1, 2023
3 checks passed
@giordano giordano added docs This change adds or pertains to documentation and removed merge me PR is reviewed. Merge when all tests are passing labels Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants