Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/octocheese.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: domdfcoding/octocheese@master
with:
pypi_name: "flake8_sphinx_links"
pypi_name: "flake8-sphinx-links"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
if: startsWith(github.ref, 'refs/tags/') != true
20 changes: 10 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,20 @@ flake8_sphinx_links
:target: https://www.codefactor.io/repository/github/python-formate/flake8-sphinx-links
:alt: CodeFactor Grade

.. |pypi-version| image:: https://img.shields.io/pypi/v/flake8_sphinx_links
:target: https://pypi.org/project/flake8_sphinx_links/
.. |pypi-version| image:: https://img.shields.io/pypi/v/flake8-sphinx-links
:target: https://pypi.org/project/flake8-sphinx-links/
:alt: PyPI - Package Version

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/flake8_sphinx_links?logo=python&logoColor=white
:target: https://pypi.org/project/flake8_sphinx_links/
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/flake8-sphinx-links?logo=python&logoColor=white
:target: https://pypi.org/project/flake8-sphinx-links/
:alt: PyPI - Supported Python Versions

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/flake8_sphinx_links
:target: https://pypi.org/project/flake8_sphinx_links/
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/flake8-sphinx-links
:target: https://pypi.org/project/flake8-sphinx-links/
:alt: PyPI - Supported Implementations

.. |wheel| image:: https://img.shields.io/pypi/wheel/flake8_sphinx_links
:target: https://pypi.org/project/flake8_sphinx_links/
.. |wheel| image:: https://img.shields.io/pypi/wheel/flake8-sphinx-links
:target: https://pypi.org/project/flake8-sphinx-links/
:alt: PyPI - Wheel

.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/flake8_sphinx_links?logo=anaconda
Expand Down Expand Up @@ -112,8 +112,8 @@ flake8_sphinx_links
.. |maintained| image:: https://img.shields.io/maintenance/yes/2026
:alt: Maintenance

.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/flake8_sphinx_links
:target: https://pypistats.org/packages/flake8_sphinx_links
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/flake8-sphinx-links
:target: https://pypistats.org/packages/flake8-sphinx-links
:alt: PyPI - Downloads

.. end shields
Expand Down
10 changes: 5 additions & 5 deletions doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,22 @@ flake8_sphinx_links
:alt: CodeFactor Grade

.. |pypi-version| pypi-shield::
:project: flake8_sphinx_links
:project: flake8-sphinx-links
:version:
:alt: PyPI - Package Version

.. |supported-versions| pypi-shield::
:project: flake8_sphinx_links
:project: flake8-sphinx-links
:py-versions:
:alt: PyPI - Supported Python Versions

.. |supported-implementations| pypi-shield::
:project: flake8_sphinx_links
:project: flake8-sphinx-links
:implementations:
:alt: PyPI - Supported Implementations

.. |wheel| pypi-shield::
:project: flake8_sphinx_links
:project: flake8-sphinx-links
:wheel:
:alt: PyPI - Wheel

Expand Down Expand Up @@ -118,7 +118,7 @@ flake8_sphinx_links
:alt: Maintenance

.. |pypi-downloads| pypi-shield::
:project: flake8_sphinx_links
:project: flake8-sphinx-links
:downloads: month
:alt: PyPI - Downloads

Expand Down
2 changes: 1 addition & 1 deletion doc-source/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ License
.. license-info:: MIT

.. license::
:py: flake8_sphinx_links
:py: flake8-sphinx-links
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "whey",]
build-backend = "whey"

[project]
name = "flake8_sphinx_links"
name = "flake8-sphinx-links"
version = "0.2.2"
description = "A Flake8 plugin to check docstrings for double backticked strings which should be links to the Python documentation."
readme = "README.rst"
Expand Down Expand Up @@ -38,6 +38,7 @@ python-versions = [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13",]
python-implementations = [ "CPython", "PyPy",]
platforms = [ "Windows", "macOS", "Linux",]
license-key = "MIT"
package = "flake8_sphinx_links"

[tool.mkrecipe]
conda-channels = [ "conda-forge", "domdfcoding",]
Expand Down
Loading