Skip to content

Commit 9b41f6f

Browse files
committed
fix/doc
1 parent 7541150 commit 9b41f6f

9 files changed

Lines changed: 113 additions & 81 deletions

File tree

README.de.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,20 @@ lang: de
1616
[![pages-build-deployment](https://github.com/europanite/standard_python_environment/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/europanite/standard_python_environment/actions/workflows/pages/pages-build-deployment)
1717
[![CodeQL Advanced](https://github.com/europanite/standard_python_environment/actions/workflows/codeql.yml/badge.svg)](https://github.com/europanite/standard_python_environment/actions/workflows/codeql.yml)
1818

19+
![Python](https://img.shields.io/badge/python-3670A0?logo=python&logoColor=ffdd54)
20+
![Pytest](https://img.shields.io/badge/pytest-%23ffffff.svg?logo=pytest&logoColor=2f9fe3)
21+
![Jupyter Notebook](https://img.shields.io/badge/jupyter-%23FA0F00.svg?logo=jupyter&logoColor=white)
22+
1923
<p align="right">
20-
<a href="/standard_python_environment/">🇺🇸 English</a> |
21-
<a href="/standard_python_environment/hi/">🇮🇳 हिन्दी</a> |
22-
<a href="/standard_python_environment/ja/">🇯🇵 日本語</a> |
23-
<a href="/standard_python_environment/zh-CN/">🇨🇳 简体中文</a> |
24-
<a href="/standard_python_environment/es/">🇪🇸 Español</a> |
25-
<a href="/standard_python_environment/pt-BR/">🇧🇷 Português (Brasil)</a> |
26-
<a href="/standard_python_environment/ko/">🇰🇷 한국어</a> |
27-
<a href="/standard_python_environment/de/">🇩🇪 Deutsch</a> |
28-
<a href="/standard_python_environment/fr/">🇫🇷 Français</a>
24+
<a href="https://europanite.github.io/standard_python_environment/">🇺🇸 English</a> |
25+
<a href="https://europanite.github.io/standard_python_environment/hi/">🇮🇳 हिंदी</a> |
26+
<a href="https://europanite.github.io/standard_python_environment/ja/">🇯🇵 日本語</a> |
27+
<a href="https://europanite.github.io/standard_python_environment/zh-CN/">🇨🇳 简体中文</a> |
28+
<a href="https://europanite.github.io/standard_python_environment/es/">🇪🇸 Español</a> |
29+
<a href="https://europanite.github.io/standard_python_environment/pt-BR/">🇧🇷 Português (Brasil)</a> |
30+
<a href="https://europanite.github.io/standard_python_environment/ko/">🇰🇷 한국어</a> |
31+
<a href="https://europanite.github.io/standard_python_environment/de/">🇩🇪 Deutsch</a> |
32+
<a href="https://europanite.github.io/standard_python_environment/fr/">🇫🇷 Français</a>
2933
</p>
3034

3135
Eine standardisierte **Python**-Umgebung, erstellt mit **Docker Compose**.

README.es.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,20 @@ lang: es
1616
[![pages-build-deployment](https://github.com/europanite/standard_python_environment/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/europanite/standard_python_environment/actions/workflows/pages/pages-build-deployment)
1717
[![CodeQL Advanced](https://github.com/europanite/standard_python_environment/actions/workflows/codeql.yml/badge.svg)](https://github.com/europanite/standard_python_environment/actions/workflows/codeql.yml)
1818

19+
![Python](https://img.shields.io/badge/python-3670A0?logo=python&logoColor=ffdd54)
20+
![Pytest](https://img.shields.io/badge/pytest-%23ffffff.svg?logo=pytest&logoColor=2f9fe3)
21+
![Jupyter Notebook](https://img.shields.io/badge/jupyter-%23FA0F00.svg?logo=jupyter&logoColor=white)
22+
1923
<p align="right">
20-
<a href="/standard_python_environment/">🇺🇸 English</a> |
21-
<a href="/standard_python_environment/hi/">🇮🇳 हिन्दी</a> |
22-
<a href="/standard_python_environment/ja/">🇯🇵 日本語</a> |
23-
<a href="/standard_python_environment/zh-CN/">🇨🇳 简体中文</a> |
24-
<a href="/standard_python_environment/es/">🇪🇸 Español</a> |
25-
<a href="/standard_python_environment/pt-BR/">🇧🇷 Português (Brasil)</a> |
26-
<a href="/standard_python_environment/ko/">🇰🇷 한국어</a> |
27-
<a href="/standard_python_environment/de/">🇩🇪 Deutsch</a> |
28-
<a href="/standard_python_environment/fr/">🇫🇷 Français</a>
24+
<a href="https://europanite.github.io/standard_python_environment/">🇺🇸 English</a> |
25+
<a href="https://europanite.github.io/standard_python_environment/hi/">🇮🇳 हिंदी</a> |
26+
<a href="https://europanite.github.io/standard_python_environment/ja/">🇯🇵 日本語</a> |
27+
<a href="https://europanite.github.io/standard_python_environment/zh-CN/">🇨🇳 简体中文</a> |
28+
<a href="https://europanite.github.io/standard_python_environment/es/">🇪🇸 Español</a> |
29+
<a href="https://europanite.github.io/standard_python_environment/pt-BR/">🇧🇷 Português (Brasil)</a> |
30+
<a href="https://europanite.github.io/standard_python_environment/ko/">🇰🇷 한국어</a> |
31+
<a href="https://europanite.github.io/standard_python_environment/de/">🇩🇪 Deutsch</a> |
32+
<a href="https://europanite.github.io/standard_python_environment/fr/">🇫🇷 Français</a>
2933
</p>
3034

3135
Un entorno **Python** estándar creado con **Docker Compose**.

README.fr.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,20 @@ lang: fr
1616
[![pages-build-deployment](https://github.com/europanite/standard_python_environment/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/europanite/standard_python_environment/actions/workflows/pages/pages-build-deployment)
1717
[![CodeQL Advanced](https://github.com/europanite/standard_python_environment/actions/workflows/codeql.yml/badge.svg)](https://github.com/europanite/standard_python_environment/actions/workflows/codeql.yml)
1818

19+
![Python](https://img.shields.io/badge/python-3670A0?logo=python&logoColor=ffdd54)
20+
![Pytest](https://img.shields.io/badge/pytest-%23ffffff.svg?logo=pytest&logoColor=2f9fe3)
21+
![Jupyter Notebook](https://img.shields.io/badge/jupyter-%23FA0F00.svg?logo=jupyter&logoColor=white)
22+
1923
<p align="right">
20-
<a href="/standard_python_environment/">🇺🇸 English</a> |
21-
<a href="/standard_python_environment/hi/">🇮🇳 हिन्दी</a> |
22-
<a href="/standard_python_environment/ja/">🇯🇵 日本語</a> |
23-
<a href="/standard_python_environment/zh-CN/">🇨🇳 简体中文</a> |
24-
<a href="/standard_python_environment/es/">🇪🇸 Español</a> |
25-
<a href="/standard_python_environment/pt-BR/">🇧🇷 Português (Brasil)</a> |
26-
<a href="/standard_python_environment/ko/">🇰🇷 한국어</a> |
27-
<a href="/standard_python_environment/de/">🇩🇪 Deutsch</a> |
28-
<a href="/standard_python_environment/fr/">🇫🇷 Français</a>
24+
<a href="https://europanite.github.io/standard_python_environment/">🇺🇸 English</a> |
25+
<a href="https://europanite.github.io/standard_python_environment/hi/">🇮🇳 हिंदी</a> |
26+
<a href="https://europanite.github.io/standard_python_environment/ja/">🇯🇵 日本語</a> |
27+
<a href="https://europanite.github.io/standard_python_environment/zh-CN/">🇨🇳 简体中文</a> |
28+
<a href="https://europanite.github.io/standard_python_environment/es/">🇪🇸 Español</a> |
29+
<a href="https://europanite.github.io/standard_python_environment/pt-BR/">🇧🇷 Português (Brasil)</a> |
30+
<a href="https://europanite.github.io/standard_python_environment/ko/">🇰🇷 한국어</a> |
31+
<a href="https://europanite.github.io/standard_python_environment/de/">🇩🇪 Deutsch</a> |
32+
<a href="https://europanite.github.io/standard_python_environment/fr/">🇫🇷 Français</a>
2933
</p>
3034

3135
Un environnement **Python** standard créé avec **Docker Compose**.

README.hi.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,20 @@ lang: hi
1616
[![pages-build-deployment](https://github.com/europanite/standard_python_environment/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/europanite/standard_python_environment/actions/workflows/pages/pages-build-deployment)
1717
[![CodeQL Advanced](https://github.com/europanite/standard_python_environment/actions/workflows/codeql.yml/badge.svg)](https://github.com/europanite/standard_python_environment/actions/workflows/codeql.yml)
1818

19+
![Python](https://img.shields.io/badge/python-3670A0?logo=python&logoColor=ffdd54)
20+
![Pytest](https://img.shields.io/badge/pytest-%23ffffff.svg?logo=pytest&logoColor=2f9fe3)
21+
![Jupyter Notebook](https://img.shields.io/badge/jupyter-%23FA0F00.svg?logo=jupyter&logoColor=white)
22+
1923
<p align="right">
20-
<a href="/standard_python_environment/">🇺🇸 English</a> |
21-
<a href="/standard_python_environment/hi/">🇮🇳 हिन्दी</a> |
22-
<a href="/standard_python_environment/ja/">🇯🇵 日本語</a> |
23-
<a href="/standard_python_environment/zh-CN/">🇨🇳 简体中文</a> |
24-
<a href="/standard_python_environment/es/">🇪🇸 Español</a> |
25-
<a href="/standard_python_environment/pt-BR/">🇧🇷 Português (Brasil)</a> |
26-
<a href="/standard_python_environment/ko/">🇰🇷 한국어</a> |
27-
<a href="/standard_python_environment/de/">🇩🇪 Deutsch</a> |
28-
<a href="/standard_python_environment/fr/">🇫🇷 Français</a>
24+
<a href="https://europanite.github.io/standard_python_environment/">🇺🇸 English</a> |
25+
<a href="https://europanite.github.io/standard_python_environment/hi/">🇮🇳 हिंदी</a> |
26+
<a href="https://europanite.github.io/standard_python_environment/ja/">🇯🇵 日本語</a> |
27+
<a href="https://europanite.github.io/standard_python_environment/zh-CN/">🇨🇳 简体中文</a> |
28+
<a href="https://europanite.github.io/standard_python_environment/es/">🇪🇸 Español</a> |
29+
<a href="https://europanite.github.io/standard_python_environment/pt-BR/">🇧🇷 Português (Brasil)</a> |
30+
<a href="https://europanite.github.io/standard_python_environment/ko/">🇰🇷 한국어</a> |
31+
<a href="https://europanite.github.io/standard_python_environment/de/">🇩🇪 Deutsch</a> |
32+
<a href="https://europanite.github.io/standard_python_environment/fr/">🇫🇷 Français</a>
2933
</p>
3034

3135
**Docker Compose** से बनाया गया एक मानक **Python** वातावरण।

README.ja.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,20 @@ lang: ja
1616
[![pages-build-deployment](https://github.com/europanite/standard_python_environment/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/europanite/standard_python_environment/actions/workflows/pages/pages-build-deployment)
1717
[![CodeQL Advanced](https://github.com/europanite/standard_python_environment/actions/workflows/codeql.yml/badge.svg)](https://github.com/europanite/standard_python_environment/actions/workflows/codeql.yml)
1818

19+
![Python](https://img.shields.io/badge/python-3670A0?logo=python&logoColor=ffdd54)
20+
![Pytest](https://img.shields.io/badge/pytest-%23ffffff.svg?logo=pytest&logoColor=2f9fe3)
21+
![Jupyter Notebook](https://img.shields.io/badge/jupyter-%23FA0F00.svg?logo=jupyter&logoColor=white)
22+
1923
<p align="right">
20-
<a href="/standard_python_environment/">🇺🇸 English</a> |
21-
<a href="/standard_python_environment/hi/">🇮🇳 हिन्दी</a> |
22-
<a href="/standard_python_environment/ja/">🇯🇵 日本語</a> |
23-
<a href="/standard_python_environment/zh-CN/">🇨🇳 简体中文</a> |
24-
<a href="/standard_python_environment/es/">🇪🇸 Español</a> |
25-
<a href="/standard_python_environment/pt-BR/">🇧🇷 Português (Brasil)</a> |
26-
<a href="/standard_python_environment/ko/">🇰🇷 한국어</a> |
27-
<a href="/standard_python_environment/de/">🇩🇪 Deutsch</a> |
28-
<a href="/standard_python_environment/fr/">🇫🇷 Français</a>
24+
<a href="https://europanite.github.io/standard_python_environment/">🇺🇸 English</a> |
25+
<a href="https://europanite.github.io/standard_python_environment/hi/">🇮🇳 हिंदी</a> |
26+
<a href="https://europanite.github.io/standard_python_environment/ja/">🇯🇵 日本語</a> |
27+
<a href="https://europanite.github.io/standard_python_environment/zh-CN/">🇨🇳 简体中文</a> |
28+
<a href="https://europanite.github.io/standard_python_environment/es/">🇪🇸 Español</a> |
29+
<a href="https://europanite.github.io/standard_python_environment/pt-BR/">🇧🇷 Português (Brasil)</a> |
30+
<a href="https://europanite.github.io/standard_python_environment/ko/">🇰🇷 한국어</a> |
31+
<a href="https://europanite.github.io/standard_python_environment/de/">🇩🇪 Deutsch</a> |
32+
<a href="https://europanite.github.io/standard_python_environment/fr/">🇫🇷 Français</a>
2933
</p>
3034

3135
**Docker Compose** で構築された標準的な **Python** 環境です。

README.ko.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,20 @@ lang: ko
1616
[![pages-build-deployment](https://github.com/europanite/standard_python_environment/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/europanite/standard_python_environment/actions/workflows/pages/pages-build-deployment)
1717
[![CodeQL Advanced](https://github.com/europanite/standard_python_environment/actions/workflows/codeql.yml/badge.svg)](https://github.com/europanite/standard_python_environment/actions/workflows/codeql.yml)
1818

19+
![Python](https://img.shields.io/badge/python-3670A0?logo=python&logoColor=ffdd54)
20+
![Pytest](https://img.shields.io/badge/pytest-%23ffffff.svg?logo=pytest&logoColor=2f9fe3)
21+
![Jupyter Notebook](https://img.shields.io/badge/jupyter-%23FA0F00.svg?logo=jupyter&logoColor=white)
22+
1923
<p align="right">
20-
<a href="/standard_python_environment/">🇺🇸 English</a> |
21-
<a href="/standard_python_environment/hi/">🇮🇳 हिन्दी</a> |
22-
<a href="/standard_python_environment/ja/">🇯🇵 日本語</a> |
23-
<a href="/standard_python_environment/zh-CN/">🇨🇳 简体中文</a> |
24-
<a href="/standard_python_environment/es/">🇪🇸 Español</a> |
25-
<a href="/standard_python_environment/pt-BR/">🇧🇷 Português (Brasil)</a> |
26-
<a href="/standard_python_environment/ko/">🇰🇷 한국어</a> |
27-
<a href="/standard_python_environment/de/">🇩🇪 Deutsch</a> |
28-
<a href="/standard_python_environment/fr/">🇫🇷 Français</a>
24+
<a href="https://europanite.github.io/standard_python_environment/">🇺🇸 English</a> |
25+
<a href="https://europanite.github.io/standard_python_environment/hi/">🇮🇳 हिंदी</a> |
26+
<a href="https://europanite.github.io/standard_python_environment/ja/">🇯🇵 日本語</a> |
27+
<a href="https://europanite.github.io/standard_python_environment/zh-CN/">🇨🇳 简体中文</a> |
28+
<a href="https://europanite.github.io/standard_python_environment/es/">🇪🇸 Español</a> |
29+
<a href="https://europanite.github.io/standard_python_environment/pt-BR/">🇧🇷 Português (Brasil)</a> |
30+
<a href="https://europanite.github.io/standard_python_environment/ko/">🇰🇷 한국어</a> |
31+
<a href="https://europanite.github.io/standard_python_environment/de/">🇩🇪 Deutsch</a> |
32+
<a href="https://europanite.github.io/standard_python_environment/fr/">🇫🇷 Français</a>
2933
</p>
3034

3135
**Docker Compose**로 구성된 표준 **Python** 환경입니다.

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ lang: en
2222
![Jupyter Notebook](https://img.shields.io/badge/jupyter-%23FA0F00.svg?logo=jupyter&logoColor=white)
2323

2424
<p align="right">
25-
<a href="/standard_python_environment/">🇺🇸 English</a> |
26-
<a href="/standard_python_environment/hi/">🇮🇳 हिन्दी</a> |
27-
<a href="/standard_python_environment/ja/">🇯🇵 日本語</a> |
28-
<a href="/standard_python_environment/zh-CN/">🇨🇳 简体中文</a> |
29-
<a href="/standard_python_environment/es/">🇪🇸 Español</a> |
30-
<a href="/standard_python_environment/pt-BR/">🇧🇷 Português (Brasil)</a> |
31-
<a href="/standard_python_environment/ko/">🇰🇷 한국어</a> |
32-
<a href="/standard_python_environment/de/">🇩🇪 Deutsch</a> |
33-
<a href="/standard_python_environment/fr/">🇫🇷 Français</a>
25+
<a href="https://europanite.github.io/standard_python_environment/">🇺🇸 English</a> |
26+
<a href="https://europanite.github.io/standard_python_environment/hi/">🇮🇳 हिंदी</a> |
27+
<a href="https://europanite.github.io/standard_python_environment/ja/">🇯🇵 日本語</a> |
28+
<a href="https://europanite.github.io/standard_python_environment/zh-CN/">🇨🇳 简体中文</a> |
29+
<a href="https://europanite.github.io/standard_python_environment/es/">🇪🇸 Español</a> |
30+
<a href="https://europanite.github.io/standard_python_environment/pt-BR/">🇧🇷 Português (Brasil)</a> |
31+
<a href="https://europanite.github.io/standard_python_environment/ko/">🇰🇷 한국어</a> |
32+
<a href="https://europanite.github.io/standard_python_environment/de/">🇩🇪 Deutsch</a> |
33+
<a href="https://europanite.github.io/standard_python_environment/fr/">🇫🇷 Français</a>
3434
</p>
3535

3636
A standard **Python** environment built with **Docker Compose**.

README.pt-BR.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,20 @@ lang: pt-BR
1414
[![pages-build-deployment](https://github.com/europanite/standard_python_environment/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/europanite/standard_python_environment/actions/workflows/pages/pages-build-deployment)
1515
[![CodeQL Advanced](https://github.com/europanite/standard_python_environment/actions/workflows/codeql.yml/badge.svg)](https://github.com/europanite/standard_python_environment/actions/workflows/codeql.yml)
1616

17+
![Python](https://img.shields.io/badge/python-3670A0?logo=python&logoColor=ffdd54)
18+
![Pytest](https://img.shields.io/badge/pytest-%23ffffff.svg?logo=pytest&logoColor=2f9fe3)
19+
![Jupyter Notebook](https://img.shields.io/badge/jupyter-%23FA0F00.svg?logo=jupyter&logoColor=white)
20+
1721
<p align="right">
18-
<a href="/standard_python_environment/">🇺🇸 English</a> |
19-
<a href="/standard_python_environment/hi/">🇮🇳 हिन्दी</a> |
20-
<a href="/standard_python_environment/ja/">🇯🇵 日本語</a> |
21-
<a href="/standard_python_environment/zh-CN/">🇨🇳 简体中文</a> |
22-
<a href="/standard_python_environment/es/">🇪🇸 Español</a> |
23-
<a href="/standard_python_environment/pt-BR/">🇧🇷 Português (Brasil)</a> |
24-
<a href="/standard_python_environment/ko/">🇰🇷 한국어</a> |
25-
<a href="/standard_python_environment/de/">🇩🇪 Deutsch</a> |
26-
<a href="/standard_python_environment/fr/">🇫🇷 Français</a>
22+
<a href="https://europanite.github.io/standard_python_environment/">🇺🇸 English</a> |
23+
<a href="https://europanite.github.io/standard_python_environment/hi/">🇮🇳 हिंदी</a> |
24+
<a href="https://europanite.github.io/standard_python_environment/ja/">🇯🇵 日本語</a> |
25+
<a href="https://europanite.github.io/standard_python_environment/zh-CN/">🇨🇳 简体中文</a> |
26+
<a href="https://europanite.github.io/standard_python_environment/es/">🇪🇸 Español</a> |
27+
<a href="https://europanite.github.io/standard_python_environment/pt-BR/">🇧🇷 Português (Brasil)</a> |
28+
<a href="https://europanite.github.io/standard_python_environment/ko/">🇰🇷 한국어</a> |
29+
<a href="https://europanite.github.io/standard_python_environment/de/">🇩🇪 Deutsch</a> |
30+
<a href="https://europanite.github.io/standard_python_environment/fr/">🇫🇷 Français</a>
2731
</p>
2832

2933
Um ambiente **Python** padrão criado com **Docker Compose**.

0 commit comments

Comments
 (0)