From 7fbc1e1523eb2272ab66abb1d80f4185625743e4 Mon Sep 17 00:00:00 2001 From: Conor Holden Date: Wed, 30 Oct 2024 18:04:37 +0100 Subject: [PATCH] :memo: fix docs in CI --- README.rst | 14 +++++++++++--- docs/index.rst | 26 +++++++++++++------------- 2 files changed, 24 insertions(+), 16 deletions(-) diff --git a/README.rst b/README.rst index 298dee8..0f70fce 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ Django CMS Export Page :Keywords: ``django`` ``cms`` ``export`` ``docx`` :PythonVersion: 3.4 -|build-status| |requirements| |coverage| +|build-status| |code-quality| |black| |coverage| |python-versions| |django-versions| |pypi-version| @@ -147,8 +147,9 @@ So with the cms settings it will look like this: 'test.html': ['test-placeholder'] } -.. |build-status| image:: https://travis-ci.org/maykinmedia/djangocms-export-page.svg?branch=develop - :target: https://travis-ci.org/maykinmedia/djangocms-export-page +.. |build-status| image:: https://github.com/maykinmedia/djangocms-export-page/workflows/Run%20CI/badge.svg + :alt: Build status + :target: https://github.com/maykinmedia/djangocms-export-page/actions?query=workflow%3A%22Run+CI%22 .. |requirements| image:: https://requires.io/github/maykinmedia/djangocms-export-page/requirements.svg?branch=develop :target: https://requires.io/github/maykinmedia/djangocms-export-page/requirements/?branch=develop @@ -164,3 +165,10 @@ So with the cms settings it will look like this: .. |pypi-version| image:: https://img.shields.io/pypi/v/djangocms-export-page.svg :target: https://pypi.org/project/djangocms-export-page/ + +.. |code-quality| image:: https://github.com/maykinmedia/djangocms-export-page/workflows/Code%20quality%20checks/badge.svg + :alt: Code quality checks + :target: https://github.com/maykinmedia/djangocms-export-page/actions?query=workflow%3A%22Code+quality+checks%22 + +.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg + :target: https://github.com/psf/black \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 9cb0456..93c6851 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,7 +5,7 @@ Welcome to djangocms-export-page's documentation! ================================================= -|build-status| |requirements| |coverage| +|build-status| |code-quality| |black| |coverage| |python-versions| |django-versions| |pypi-version| @@ -32,29 +32,29 @@ Indices and tables * :ref:`modindex` * :ref:`search` -.. |build-status| image:: https://github.com/maykinmedia/djangocms_export_page/workflows/Run%20CI/badge.svg +.. |build-status| image:: https://github.com/maykinmedia/djangocms-export-page/workflows/Run%20CI/badge.svg :alt: Build status - :target: https://github.com/maykinmedia/djangocms_export_page/actions?query=workflow%3A%22Run+CI%22 + :target: https://github.com/maykinmedia/djangocms-export-page/actions?query=workflow%3A%22Run+CI%22 -.. |code-quality| image:: https://github.com/maykinmedia/djangocms_export_page/workflows/Code%20quality%20checks/badge.svg +.. |code-quality| image:: https://github.com/maykinmedia/djangocms-export-page/workflows/Code%20quality%20checks/badge.svg :alt: Code quality checks - :target: https://github.com/maykinmedia/djangocms_export_page/actions?query=workflow%3A%22Code+quality+checks%22 + :target: https://github.com/maykinmedia/djangocms-export-page/actions?query=workflow%3A%22Code+quality+checks%22 .. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black -.. |coverage| image:: https://codecov.io/gh/maykinmedia/djangocms_export_page/branch/master/graph/badge.svg - :target: https://codecov.io/gh/maykinmedia/djangocms_export_page +.. |coverage| image:: https://codecov.io/gh/maykinmedia/djangocms-export-page/branch/master/graph/badge.svg + :target: https://codecov.io/gh/maykinmedia/djangocms-export-page :alt: Coverage status .. - .. |docs| image:: https://readthedocs.org/projects/djangocms_export_page/badge/?version=latest - :target: https://djangocms_export_page.readthedocs.io/en/latest/?badge=latest + .. |docs| image:: https://readthedocs.org/projects/djangocms-export-page/badge/?version=latest + :target: https://djangocms-export-page.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status -.. |python-versions| image:: https://img.shields.io/pypi/pyversions/djangocms_export_page.svg +.. |python-versions| image:: https://img.shields.io/pypi/pyversions/djangocms-export-page.svg -.. |django-versions| image:: https://img.shields.io/pypi/djversions/djangocms_export_page.svg +.. |django-versions| image:: https://img.shields.io/pypi/djversions/djangocms-export-page.svg -.. |pypi-version| image:: https://img.shields.io/pypi/v/djangocms_export_page.svg - :target: https://pypi.org/project/djangocms_export_page/ +.. |pypi-version| image:: https://img.shields.io/pypi/v/djangocms-export-page.svg + :target: https://pypi.org/project/djangocms-export-page/