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.