Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Thu Mar 3 21:16:00 2022 +0100

    chore: add auto-generated _docs folder to gitignore file
This commit is contained in:
Robert Kaussow 2022-03-03 20:32:40 +00:00
parent 66ffbafff5
commit ed25646b38
1 changed files with 10 additions and 8 deletions

View File

@ -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.