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

[WIP] Documentation cleanup and improvements #71

Closed
wants to merge 5 commits into from

Conversation

asinghvi17
Copy link
Contributor

No description provided.

@asinghvi17 asinghvi17 marked this pull request as ready for review September 19, 2024 03:43
This file usually causes issues and leads to docs not being on the latest versions of all packages...
@evetion evetion mentioned this pull request Nov 24, 2024
@evetion
Copy link
Owner

evetion commented Nov 24, 2024

Thanks for the good suggestions, I've implemented these in #94 (along with a lot of other things).

@evetion evetion closed this Nov 24, 2024
@@ -54,7 +54,7 @@ function read(fn::AbstractString; kwargs...)
occursin(":", fn) ||
isfile(fn) ||
isdir(fn) ||
error("File not found.")
error("File not found: `$fn`.")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do the ticks around $fn help with formatting somewhere?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants