Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit142a6bf

Browse files
committed
README and .gitignore after infra revamp#228
1 parent018494a commit142a6bf

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

‎.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# we want only the PO files
2+
*.mo
3+
*.po~
4+
5+
# cpython checkout shouldn't be added
6+
cpython/
7+
8+
# do not include potodo temporary file
9+
.potodo/

‎README.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
11
#Brazilian Portuguese Translation of the Python Documentation
22

3-
![Build and update documentation](https://github.com/python/python-docs-pt-br/workflows/Build%20and%20update%20documentation/badge.svg)
3+
[![Workflow status badge][workflow_badge]][workflow_url]
4+
[![Translation statistics badge][stats_badge]][transifex_url]
45

5-
##Documentation Contribution Agreement
6+
Translation files for[Python 3.8 docs][docs_url].
67

7-
NOTE REGARDING THE LICENSE FOR TRANSLATIONS: Python's documentation is
8-
maintained using a global network of volunteers. By posting this
9-
project on Transifex, GitHub, and other public places, and inviting
10-
you to participate, we are proposing an agreement that you will
11-
provide your improvements to Python's documentation or the translation
12-
of Python's documentation for the PSF's use under the CC0 license
13-
(available at
14-
https://creativecommons.org/publicdomain/zero/1.0/legalcode). In
15-
return, you may publicly claim credit for the portion of the
16-
translation you contributed and if your translation is accepted by the
17-
PSF, you may (but are not required to) submit a patch including an
18-
appropriate annotation in the Misc/ACKS or TRANSLATORS file. Although
19-
nothing in this Documentation Contribution Agreement obligates the PSF
20-
to incorporate your textual contribution, your participation in the
21-
Python community is welcomed and appreciated.
8+
See list of incomplete translations in the[potodo.md][potodo] file.
9+
10+
See[main][main] branch for scripts, docs, license and more info.
11+
12+
[main]:https://github.com/python/python-docs-pt-br/tree/3.8
13+
[potodo]:potodo.md?plain=1
14+
[docs_url]:https://docs.python.org/pt-br/3.8/
15+
[workflow_badge]:https://github.com/python/python-docs-pt-br/workflows/python-38/badge.svg
16+
[workflow_url]:https://github.com/python/python-docs-pt-br/actions?workflow=python-38
17+
[stats_badge]:https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-pt-br%2Fraw%2F3.8%2Fstats.json&query=translation&label=pt_BR
18+
[transifex_url]:https://app.transifex.com/python-doc/python-newest/
2219

23-
You signify acceptance of this agreement by submitting your work to
24-
the PSF for inclusion in the documentation.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp