From 471141755b91482d54231ad5ec42a1f01d8c26b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Mart=C3=ADnez?= Date: Wed, 27 Mar 2024 18:37:20 +0100 Subject: [PATCH] [IMP] document_page_tag: pre-commit auto fixes --- document_page_tag/README.rst | 35 ++++++++++--------- document_page_tag/pyproject.toml | 3 ++ .../readme/{CONFIGURE.rst => CONFIGURE.md} | 0 document_page_tag/readme/CONTRIBUTORS.md | 4 +++ document_page_tag/readme/CONTRIBUTORS.rst | 4 --- .../{DESCRIPTION.rst => DESCRIPTION.md} | 4 +-- .../readme/{INSTALL.rst => INSTALL.md} | 3 +- .../readme/{USAGE.rst => USAGE.md} | 4 +-- .../static/description/index.html | 17 ++++----- 9 files changed, 40 insertions(+), 34 deletions(-) create mode 100644 document_page_tag/pyproject.toml rename document_page_tag/readme/{CONFIGURE.rst => CONFIGURE.md} (100%) create mode 100644 document_page_tag/readme/CONTRIBUTORS.md delete mode 100644 document_page_tag/readme/CONTRIBUTORS.rst rename document_page_tag/readme/{DESCRIPTION.rst => DESCRIPTION.md} (68%) rename document_page_tag/readme/{INSTALL.rst => INSTALL.md} (74%) rename document_page_tag/readme/{USAGE.rst => USAGE.md} (58%) diff --git a/document_page_tag/README.rst b/document_page_tag/README.rst index 6687dcf6..29d59459 100644 --- a/document_page_tag/README.rst +++ b/document_page_tag/README.rst @@ -17,19 +17,19 @@ Document Page Tag :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github - :target: https://github.com/OCA/knowledge/tree/16.0/document_page_tag + :target: https://github.com/OCA/knowledge/tree/17.0/document_page_tag :alt: OCA/knowledge .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_tag + :target: https://translation.odoo-community.org/projects/knowledge-17-0/knowledge-17-0-document_page_tag :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module allows you to fill in keywords on your pages to simplify finding -them afterwards. +This module allows you to fill in keywords on your pages to simplify +finding them afterwards. **Table of contents** @@ -39,7 +39,8 @@ them afterwards. Installation ============ -This module depends on module knowledge. So make sure to have it in your addons list. +This module depends on module knowledge. So make sure to have it in your +addons list. Configuration ============= @@ -49,8 +50,8 @@ No configuration required. Usage ===== -Fill in your keywords, and search for them by typing (part of) the keyword and -choose searching for keywords. +Fill in your keywords, and search for them by typing (part of) the +keyword and choose searching for keywords. Bug Tracker =========== @@ -58,7 +59,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -66,20 +67,20 @@ Credits ======= Authors -~~~~~~~ +------- * Therp BV Contributors -~~~~~~~~~~~~ +------------ -* Holger Brunn -* Marcel Savegnago -* Manuel Regidor -* Angel Garcia de la Chica Herrera +- Holger Brunn +- Marcel Savegnago +- Manuel Regidor +- Angel Garcia de la Chica Herrera Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -91,6 +92,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/knowledge `_ project on GitHub. +This module is part of the `OCA/knowledge `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/document_page_tag/pyproject.toml b/document_page_tag/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/document_page_tag/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/document_page_tag/readme/CONFIGURE.rst b/document_page_tag/readme/CONFIGURE.md similarity index 100% rename from document_page_tag/readme/CONFIGURE.rst rename to document_page_tag/readme/CONFIGURE.md diff --git a/document_page_tag/readme/CONTRIBUTORS.md b/document_page_tag/readme/CONTRIBUTORS.md new file mode 100644 index 00000000..cefee2f6 --- /dev/null +++ b/document_page_tag/readme/CONTRIBUTORS.md @@ -0,0 +1,4 @@ +- Holger Brunn \<\> +- Marcel Savegnago \<\> +- Manuel Regidor \<\> +- Angel Garcia de la Chica Herrera \<\> diff --git a/document_page_tag/readme/CONTRIBUTORS.rst b/document_page_tag/readme/CONTRIBUTORS.rst deleted file mode 100644 index 9d0ff689..00000000 --- a/document_page_tag/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,4 +0,0 @@ -* Holger Brunn -* Marcel Savegnago -* Manuel Regidor -* Angel Garcia de la Chica Herrera diff --git a/document_page_tag/readme/DESCRIPTION.rst b/document_page_tag/readme/DESCRIPTION.md similarity index 68% rename from document_page_tag/readme/DESCRIPTION.rst rename to document_page_tag/readme/DESCRIPTION.md index 0363eb39..57ecabdb 100644 --- a/document_page_tag/readme/DESCRIPTION.rst +++ b/document_page_tag/readme/DESCRIPTION.md @@ -1,2 +1,2 @@ -This module allows you to fill in keywords on your pages to simplify finding -them afterwards. +This module allows you to fill in keywords on your pages to simplify +finding them afterwards. diff --git a/document_page_tag/readme/INSTALL.rst b/document_page_tag/readme/INSTALL.md similarity index 74% rename from document_page_tag/readme/INSTALL.rst rename to document_page_tag/readme/INSTALL.md index b643617c..9304c55f 100644 --- a/document_page_tag/readme/INSTALL.rst +++ b/document_page_tag/readme/INSTALL.md @@ -1 +1,2 @@ -This module depends on module knowledge. So make sure to have it in your addons list. +This module depends on module knowledge. So make sure to have it in your +addons list. diff --git a/document_page_tag/readme/USAGE.rst b/document_page_tag/readme/USAGE.md similarity index 58% rename from document_page_tag/readme/USAGE.rst rename to document_page_tag/readme/USAGE.md index 08447c08..749d774e 100644 --- a/document_page_tag/readme/USAGE.rst +++ b/document_page_tag/readme/USAGE.md @@ -1,2 +1,2 @@ -Fill in your keywords, and search for them by typing (part of) the keyword and -choose searching for keywords. +Fill in your keywords, and search for them by typing (part of) the +keyword and choose searching for keywords. diff --git a/document_page_tag/static/description/index.html b/document_page_tag/static/description/index.html index ba0a847f..a0c9a5f7 100644 --- a/document_page_tag/static/description/index.html +++ b/document_page_tag/static/description/index.html @@ -369,9 +369,9 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:b20f46ed015d21478a4b0bc402948001691c0be835245383093b85bb90d8301a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/knowledge Translate me on Weblate Try me on Runboat

-

This module allows you to fill in keywords on your pages to simplify finding -them afterwards.

+

Beta License: AGPL-3 OCA/knowledge Translate me on Weblate Try me on Runboat

+

This module allows you to fill in keywords on your pages to simplify +finding them afterwards.

Table of contents

    @@ -389,7 +389,8 @@ them afterwards.

Installation

-

This module depends on module knowledge. So make sure to have it in your addons list.

+

This module depends on module knowledge. So make sure to have it in your +addons list.

Configuration

@@ -397,15 +398,15 @@ them afterwards.

Usage

-

Fill in your keywords, and search for them by typing (part of) the keyword and -choose searching for keywords.

+

Fill in your keywords, and search for them by typing (part of) the +keyword and choose searching for keywords.

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -432,7 +433,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

-

This module is part of the OCA/knowledge project on GitHub.

+

This module is part of the OCA/knowledge project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.