Skip to content

Commit a327a95

Browse files
authored
Insert hardcoded backlinks to stdlib doc pages (#51375)
This is #48814 times 23. It solves most of but not all of #50035.
1 parent b058146 commit a327a95

File tree

23 files changed

+92
-0
lines changed

23 files changed

+92
-0
lines changed

stdlib/Artifacts/docs/src/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
```@meta
2+
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Artifacts/docs/src/index.md"
3+
```
4+
15
# Artifacts
26

37
```@meta

stdlib/Base64/docs/src/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
```@meta
2+
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Base64/docs/src/index.md"
3+
```
4+
15
# Base64
26

37
```@docs

stdlib/CRC32c/docs/src/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
```@meta
2+
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/CRC32c/docs/src/index.md"
3+
```
4+
15
# CRC32c
26

37
Standard library module for computing the CRC-32c checksum.

stdlib/FileWatching/docs/src/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
```@meta
2+
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/FileWatching/docs/src/index.md"
3+
```
4+
15
# [File Events](@id lib-filewatching)
26

37
```@docs

stdlib/Future/docs/src/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
```@meta
2+
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Future/docs/src/index.md"
3+
```
4+
15
# Future
26

37
The `Future` module implements future behavior of already existing functions,

stdlib/InteractiveUtils/docs/src/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
```@meta
2+
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/InteractiveUtils/docs/src/index.md"
3+
```
4+
15
# [Interactive Utilities](@id man-interactive-utils)
26

37
This module is intended for interactive work. It is loaded automatically in [interactive mode](@ref command-line-interface).

stdlib/LibGit2/docs/src/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
```@meta
2+
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/LibGit2/docs/src/index.md"
3+
```
4+
15
# LibGit2
26

37
The LibGit2 module provides bindings to [libgit2](https://libgit2.org/), a portable C library that

stdlib/Libdl/docs/src/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
```@meta
2+
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Libdl/docs/src/index.md"
3+
```
4+
15
# Dynamic Linker
26

37
```@docs

stdlib/LinearAlgebra/docs/src/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
```@meta
2+
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/LinearAlgebra/docs/src/index.md"
3+
```
4+
15
# [Linear Algebra](@id man-linalg)
26

37
```@meta

stdlib/Logging/docs/src/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
```@meta
2+
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Logging/docs/src/index.md"
3+
```
4+
15
# [Logging](@id man-logging)
26

37
The [`Logging`](@ref Logging.Logging) module provides a way to record the history and progress of a

0 commit comments

Comments
 (0)