From 638f63ec69142a7e3f2b4138d3e5ea934fb5a0c8 Mon Sep 17 00:00:00 2001 From: Michael Goerz Date: Sat, 27 Jan 2024 16:31:34 -0500 Subject: [PATCH] Release 0.2.5 --- Project.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 64d1e3f..fc4038a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DocumenterInterLinks" uuid = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656" authors = ["Michael Goerz "] -version = "0.2.4+dev" +version = "0.2.5" [deps] CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193" diff --git a/README.md b/README.md index a4ce851..8ebca0b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A plugin for [Documenter.jl](https://documenter.juliadocs.org/) that enables lin Loading `DocumenterInterLinks` in `docs/make.jl` causes Documenter to produce an "inventory file" `objects.inv` in the output folder, which should get deployed together with the documentation. This file contains a mapping from names to URLs for all link targets in the documentation. -Other projects may use this inventory file to resolve `@extref` links, see [External Citations](#external-citations). +Other projects may use this inventory file to resolve `@extref` links, see [External References](#external-references). ## Installation @@ -56,7 +56,7 @@ The resulting plugin object that must be passed as an element of the `plugins` k See [`docs/src/inventories`](https://github.com/JuliaDocs/DocumenterInterLinks.jl/tree/master/docs/src/inventories) for some exemplary inventory files in [TOML format](https://juliadocs.org/DocInventories.jl/stable/formats/#TOML-Format). -## External Citations +## External References Instead of [Documenter's `@ref`](https://documenter.juliadocs.org/stable/man/syntax/#@ref-link), the `@extref` link target can be used to resolve the link via any of the available projects defined in the `InterLinks` plugin: