From fe987c9d1518a8bf0026585404ebf0403f3592f6 Mon Sep 17 00:00:00 2001 From: kaio Guilherme Date: Mon, 22 Apr 2024 22:21:40 -0400 Subject: [PATCH] V1.1.3 Corrections --- README.md | 1 - docs/index.md | 6 +++++- poetry.lock | 2 +- pyproject.toml | 1 + 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f29086e..6bde8a1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Netbox Client -![Badge em Desenvolvimento](http://img.shields.io/static/v1?label=STATUS&message=EM%20DESENVOLVIMENTO&color=GREEN&style=for-the-badge) [![Documentation Status](https://readthedocs.org/projects/netboxcli/badge/?version=latest)](https://netboxcli.readthedocs.io/en/latest/?badge=latest) [![pipeline](https://github.com/Kaioguilherme1/netbox-client/actions/workflows/pipeline.yml/badge.svg?branch=main)](https://github.com/Kaioguilherme1/netbox-client/actions/workflows/pipeline.yml) [![codecov](https://codecov.io/gh/Kaioguilherme1/netbox-client/graph/badge.svg?token=LMD2ILTE1N)](https://codecov.io/gh/Kaioguilherme1/netbox-client) diff --git a/docs/index.md b/docs/index.md index 19e1b37..a7402eb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,10 @@ # Netbox Client -![Badge em Desenvolvimento](http://img.shields.io/static/v1?label=STATUS&message=EM%20DESENVOLVIMENTO&color=GREEN&style=for-the-badge) +[![Documentation Status](https://readthedocs.org/projects/netboxcli/badge/?version=latest)](https://netboxcli.readthedocs.io/en/latest/?badge=latest) +[![pipeline](https://github.com/Kaioguilherme1/netbox-client/actions/workflows/pipeline.yml/badge.svg?branch=main)](https://github.com/Kaioguilherme1/netbox-client/actions/workflows/pipeline.yml) +[![codecov](https://codecov.io/gh/Kaioguilherme1/netbox-client/graph/badge.svg?token=LMD2ILTE1N)](https://codecov.io/gh/Kaioguilherme1/netbox-client) +[![PyPI version](https://badge.fury.io/py/netboxcli.svg)](https://badge.fury.io/py/netboxcli) +--- --- O NetboxCli é um pacote Python projetado para simplificar e agilizar a interação com o NetBox, diff --git a/poetry.lock b/poetry.lock index 316e16c..7dbd5c1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1173,4 +1173,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "5e9e6919868e5645f523bf46de375afa0c3198de5892664b2a4c4b3fcea47d49" +content-hash = "6a1baac56119edfa72d1eb84e08e509099bfb8ac074fb4cb5932d4042086f00f" diff --git a/pyproject.toml b/pyproject.toml index 295a788..d9f2743 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ mkdocstrings = "^0.24.3" mkdocstrings-python = "^1.10.0" mkdocs-macros-plugin = "^1.0.5" jinja2 = "^3.1.3" +pymdown-extensions = "^10.8" [build-system] requires = ["poetry-core"]