Skip to content
New issue

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

Insert hardcoded backlinks to stdlib doc pages #51375

Merged
merged 3 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions stdlib/Artifacts/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Artifacts/docs/src/index.md"
```

# Artifacts

```@meta
Expand Down
4 changes: 4 additions & 0 deletions stdlib/Base64/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Base64/docs/src/index.md"
```

# Base64

```@docs
Expand Down
4 changes: 4 additions & 0 deletions stdlib/CRC32c/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/CRC32c/docs/src/index.md"
```

# CRC32c

Standard library module for computing the CRC-32c checksum.
Expand Down
4 changes: 4 additions & 0 deletions stdlib/FileWatching/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/FileWatching/docs/src/index.md"
```

# [File Events](@id lib-filewatching)

```@docs
Expand Down
4 changes: 4 additions & 0 deletions stdlib/Future/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Future/docs/src/index.md"
```

# Future

The `Future` module implements future behavior of already existing functions,
Expand Down
4 changes: 4 additions & 0 deletions stdlib/InteractiveUtils/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/InteractiveUtils/docs/src/index.md"
```

# [Interactive Utilities](@id man-interactive-utils)

This module is intended for interactive work. It is loaded automatically in [interactive mode](@ref command-line-interface).
Expand Down
4 changes: 4 additions & 0 deletions stdlib/LibGit2/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/LibGit2/docs/src/index.md"
```

# LibGit2

The LibGit2 module provides bindings to [libgit2](https://libgit2.org/), a portable C library that
Expand Down
4 changes: 4 additions & 0 deletions stdlib/Libdl/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Libdl/docs/src/index.md"
```

# Dynamic Linker

```@docs
Expand Down
4 changes: 4 additions & 0 deletions stdlib/LinearAlgebra/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/LinearAlgebra/docs/src/index.md"
```

# [Linear Algebra](@id man-linalg)

```@meta
Expand Down
4 changes: 4 additions & 0 deletions stdlib/Logging/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Logging/docs/src/index.md"
```

# [Logging](@id man-logging)

The [`Logging`](@ref Logging.Logging) module provides a way to record the history and progress of a
Expand Down
4 changes: 4 additions & 0 deletions stdlib/Markdown/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Markdown/docs/src/index.md"
```

# [Markdown](@id markdown_stdlib)

This section describes Julia's markdown syntax, which is enabled by the
Expand Down
4 changes: 4 additions & 0 deletions stdlib/Mmap/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Mmap/docs/src/index.md"
```

# Memory-mapped I/O

Low level module for mmap (memory mapping of files).
Expand Down
4 changes: 4 additions & 0 deletions stdlib/Printf/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Printf/docs/src/index.md"
```

# [Printf](@id man-printf)

```@docs
Expand Down
4 changes: 4 additions & 0 deletions stdlib/Profile/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Profile/docs/src/index.md"
```

# [Profiling](@id lib-profiling)

## CPU Profiling
Expand Down
4 changes: 4 additions & 0 deletions stdlib/REPL/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/REPL/docs/src/index.md"
```

# The Julia REPL

Julia comes with a full-featured interactive command-line REPL (read-eval-print loop) built into
Expand Down
4 changes: 4 additions & 0 deletions stdlib/Random/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Random/docs/src/index.md"
```

# Random Numbers

```@meta
Expand Down
4 changes: 4 additions & 0 deletions stdlib/Serialization/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Serialization/docs/src/index.md"
```

# Serialization

Provides serialization of Julia objects.
Expand Down
4 changes: 4 additions & 0 deletions stdlib/SharedArrays/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/SharedArrays/docs/src/index.md"
```

# Shared Arrays

`SharedArray` represents an array, which is shared across multiple processes, on a single machine.
Expand Down
4 changes: 4 additions & 0 deletions stdlib/Sockets/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Sockets/docs/src/index.md"
```

# Sockets

```@docs
Expand Down
4 changes: 4 additions & 0 deletions stdlib/TOML/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/TOML/docs/src/index.md"
```

# TOML

TOML.jl is a Julia standard library for parsing and writing [TOML
Expand Down
4 changes: 4 additions & 0 deletions stdlib/Test/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Test/docs/src/index.md"
```

# Unit Testing

```@meta
Expand Down
4 changes: 4 additions & 0 deletions stdlib/UUIDs/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/UUIDs/docs/src/index.md"
```

# UUIDs

```@docs
Expand Down
4 changes: 4 additions & 0 deletions stdlib/Unicode/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/Unicode/docs/src/index.md"
```

# Unicode

The `Unicode` module provides essential functionality for managing Unicode characters and strings.
Expand Down