-
Notifications
You must be signed in to change notification settings - Fork 1
Inventory File Repository
Michael Goerz edited this page Mar 3, 2024
·
10 revisions
This page collects inventory files for projects that do not (yet) provide an inventory.
You should download the inventory file, unzip it (!), and add it to your docs/src/inventories
folder.
Use these, e.g., with
links = InterLinks(
"Julia" => (
"https://docs.julialang.org/en/v1/",
joinpath(@__DIR__, "src", "inventories", "Julia.toml")
),
)
See the DocumenterInterLinks.jl
documentation for details.
If you cannot edit this wiki but wish to contribute an inventory file, open an issue with the project information and an attached inventory file.
Project | Version | Root URL | Inventory File |
---|---|---|---|
DifferentialEquations.jl | v7.8.0 | https://docs.sciml.ai/DiffEqDocs/stable/ | DifferentialEquations.toml.zip |
Documenter.jl | v1.2.1 | https://documenter.juliadocs.org/v1.2/ | Documenter.toml.zip |
Julia | v1.10.2 | https://docs.julialang.org/en/v1/ | Julia.toml.zip |
Julia | v1.10.0 | (N/A: superseded by v1.10.2) | Julia.toml.zip |
TimerOutputs.jl | v0.5.23 | https://github.com/KristofferC/TimerOutputs.jl | TimerOutputs.toml.zip |