We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
remotes
makedocs
Dict
Vector{Pair}
commit
VersionNumber
Pkg.develop
Pkg.add
cc @baggepinnen
The text was updated successfully, but these errors were encountered:
We should add docs examples for both Pkg.develop case (can determine commit automatically), and Pkg.add case (user needs to supply the version tag).
How does one do this? jump-dev/JuMP.jl#3526
Sorry, something went wrong.
You pass a tuple instead, i.e. path::String => (remote::Remote, commit::String).
path::String => (remote::Remote, commit::String)
Documenter.jl/src/documents.jl
Lines 506 to 507 in e50da5d
You pass a tuple instead
Aaaaaah. I missed this part. I was looking in the Remotes module.
Remotes
No branches or pull requests
makedocs
docstring should make it clear that it needs to be aDict
(not aVector{Pair}
).commit
value must be a string and should be any Git ref (doesn't have to be a commit, can also be a version tag).VersionNumber
ascommit
(saying to convert to string first).Pkg.develop
case (can determine commit automatically), andPkg.add
case (user needs to supply the version tag).cc @baggepinnen
The text was updated successfully, but these errors were encountered: