From ed25646b38b912ee912958522cf51cb7468f080f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 3 Mar 2022 20:32:40 +0000 Subject: [PATCH] commit 0cb03df8fcc6486ddeacc40378aa472a54f0ad7f Author: Robert Kaussow Date: Thu Mar 3 21:16:00 2022 +0100 chore: add auto-generated _docs folder to gitignore file --- index.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/index.md b/index.md index dd0db1f..24043ac 100644 --- a/index.md +++ b/index.md @@ -3,17 +3,17 @@ title: python3 type: docs --- -[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.python3) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.python3?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.python3) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.python3/src/branch/master/LICENSE) +[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.python3) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.python3?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.python3) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.python3/src/branch/master/LICENSE) Setup python3 and pip3. -* [Default Variables](#default-variables) - * [python3_link_bin](#python3_link_bin) - * [python3_link_bin_path](#python3_link_bin_path) - * [python3_packages](#python3_packages) - * [python3_packages_extra](#python3_packages_extra) - * [python3_packages_remove](#python3_packages_remove) -* [Dependencies](#dependencies) +- [Default Variables](#default-variables) + - [python3_link_bin](#python3_link_bin) + - [python3_link_bin_path](#python3_link_bin_path) + - [python3_packages](#python3_packages) + - [python3_packages_extra](#python3_packages_extra) + - [python3_packages_remove](#python3_packages_remove) +- [Dependencies](#dependencies) --- @@ -57,6 +57,8 @@ Optional list of old Pathon packages that should be removed. python3_packages_remove: [] ``` + + ## Dependencies None.