Skip to content

Commit 0b9a407

Browse files
committed
docs(packages): Add GitHub and PyPI linked badges to title lines
why: Packages are live on PyPI; quick links from the title area improve discoverability for users landing on a package page what: - Add {bdg-link-secondary-line}`GitHub <url>` and `PyPI <url>` badges after the Alpha/Beta maturity badge on all 7 package pages
1 parent 1ffe2bd commit 0b9a407

7 files changed

Lines changed: 7 additions & 7 deletions

docs/packages/gp-sphinx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gp-sphinx
22

3-
{bdg-warning-line}`Alpha`
3+
{bdg-warning-line}`Alpha` {bdg-link-secondary-line}`GitHub <https://github.com/git-pull/gp-sphinx/tree/main/packages/gp-sphinx>` {bdg-link-secondary-line}`PyPI <https://pypi.org/project/gp-sphinx/>`
44

55
Shared configuration coordinator for Sphinx projects. {py:func}`~gp_sphinx.config.merge_sphinx_config`
66
builds a complete `conf.py` namespace from the workspace defaults and leaves

docs/packages/sphinx-argparse-neo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sphinx-argparse-neo
22

3-
{bdg-success-line}`Beta`
3+
{bdg-success-line}`Beta` {bdg-link-secondary-line}`GitHub <https://github.com/git-pull/gp-sphinx/tree/main/packages/sphinx-argparse-neo>` {bdg-link-secondary-line}`PyPI <https://pypi.org/project/sphinx-argparse-neo/>`
44

55
Modern Sphinx extension for documenting `argparse` CLIs. The base package
66
registers the `argparse` directive plus renderer config values; the

docs/packages/sphinx-autodoc-docutils.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sphinx-autodoc-docutils
22

3-
{bdg-warning-line}`Alpha`
3+
{bdg-warning-line}`Alpha` {bdg-link-secondary-line}`GitHub <https://github.com/git-pull/gp-sphinx/tree/main/packages/sphinx-autodoc-docutils>` {bdg-link-secondary-line}`PyPI <https://pypi.org/project/sphinx-autodoc-docutils/>`
44

55
Experimental Sphinx extension for documenting docutils directives and role
66
callables as reference material. The extension does not invent a new domain;

docs/packages/sphinx-autodoc-pytest-fixtures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sphinx-autodoc-pytest-fixtures
22

3-
{bdg-warning-line}`Alpha`
3+
{bdg-warning-line}`Alpha` {bdg-link-secondary-line}`GitHub <https://github.com/git-pull/gp-sphinx/tree/main/packages/sphinx-autodoc-pytest-fixtures>` {bdg-link-secondary-line}`PyPI <https://pypi.org/project/sphinx-autodoc-pytest-fixtures/>`
44

55
Sphinx extension for documenting pytest fixtures as first-class objects. It
66
registers a Python-domain fixture directive and role, autodoc helpers for bulk

docs/packages/sphinx-autodoc-sphinx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sphinx-autodoc-sphinx
22

3-
{bdg-warning-line}`Alpha`
3+
{bdg-warning-line}`Alpha` {bdg-link-secondary-line}`GitHub <https://github.com/git-pull/gp-sphinx/tree/main/packages/sphinx-autodoc-sphinx>` {bdg-link-secondary-line}`PyPI <https://pypi.org/project/sphinx-autodoc-sphinx/>`
44

55
Experimental Sphinx extension for documenting config values registered by
66
extension `setup()` hooks. It takes the repetitive part of `conf.py`

docs/packages/sphinx-fonts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sphinx-fonts
22

3-
{bdg-success-line}`Beta`
3+
{bdg-success-line}`Beta` {bdg-link-secondary-line}`GitHub <https://github.com/git-pull/gp-sphinx/tree/main/packages/sphinx-fonts>` {bdg-link-secondary-line}`PyPI <https://pypi.org/project/sphinx-fonts/>`
44

55
Sphinx extension for self-hosted web fonts via Fontsource. It downloads font
66
assets during the HTML build, caches them locally, copies them into

docs/packages/sphinx-gptheme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sphinx-gptheme
22

3-
{bdg-success-line}`Beta`
3+
{bdg-success-line}`Beta` {bdg-link-secondary-line}`GitHub <https://github.com/git-pull/gp-sphinx/tree/main/packages/sphinx-gptheme>` {bdg-link-secondary-line}`PyPI <https://pypi.org/project/sphinx-gptheme/>`
44

55
Furo child theme for git-pull documentation sites. It keeps Furo’s responsive
66
layout and dark mode, then layers in shared sidebars, typography, source-link

0 commit comments

Comments
 (0)