You are here: Home / LBN / Up2date / Core Linux / BastionLinux 36 / python3-mkdocs-autorefs-1.0.1-1.lbn36.noarch

python3-mkdocs-autorefs-1.0.1-1.lbn36.noarch

Package Attributes
RPM  python3-mkdocs-autorefs-1.0.1-1.lbn36.noarch.rpm Architecture  noarch Size  57174 Created  2025/05/19 12:49:45 UTC
Package Specification
Summary Automatically link across pages in MkDocs.
Group Unspecified
License ZPL
Home Page https://pypi.org/project/mkdocs-autorefs
Description

mkdocs-autorefs

Automatically link across pages in MkDocs. Installation With pip: python3 -m pip install mkdocs-autorefs

Usage

plugins: - search - autorefs

In one of your Markdown files (e.g. doc1.md) create some headings:

Link to [Hello, World!](#hello-world) on the same page.

This is a normal link to an anchor. MkDocs generates anchors for each heading, and they can always be used to link to something, either within the same page (as shown here) or by specifying the path of the other page. But with this plugin, you can link to a heading from any other page on the site without needing to know the path of either of the pages, just the heading title itself. Let's create another Markdown page to try this, subdir/doc2.md: We can [link to that heading][hello-world] from another page too.

This works the same as [a normal link to that heading](../doc1.md#hello-world).

Linking to a heading without needing to know the destinatio

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
rpmlib(PartialHardlinkSets)  
rpmlib(CompressedFileNames)  
rpmlib(FileDigests)  
Provides
python-mkdocs-autorefs
python3-mkdocs-autorefs
python3.10-mkdocs-autorefs
python3.10dist(mkdocs-autorefs)
python3dist(mkdocs-autorefs)
Obsoletes
python-mkdocs-autorefs

Document Actions