You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme is great and contains lost of useful information about how to use the package.
I think we should just run cp(joinpath("dirname(@__DIR__)/README.md"), joinpath(@__DIR__, "src", "index.md"))
in the docs/make.jl
and move the current index.md to be called "API Reference" or similar.
The text was updated successfully, but these errors were encountered:
The readme is great and contains lost of useful information about how to use the package.
I think we should just run
cp(joinpath("dirname(@__DIR__)/README.md"), joinpath(@__DIR__, "src", "index.md"))
in the
docs/make.jl
and move the current
index.md
to be called "API Reference" or similar.The text was updated successfully, but these errors were encountered: