Skip to content

Commit c9b6af0

Browse files
authored
Create README.rst
1 parent d8b772b commit c9b6af0

1 file changed

Lines changed: 77 additions & 0 deletions

File tree

README.rst

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
RU Translation of the Python Documentation
2+
=============================================
3+
4+
All translations are done on transifex.
5+
https://www.transifex.com/python-doc/public/
6+
7+
Maintained versions:
8+
9+
.. list-table::
10+
:header-rows: 1
11+
12+
* - Version
13+
- Sync status
14+
- Translation progress
15+
* - `3.13 <https://github.com/python/python-docs-ru/tree/3.13>`_
16+
- .. image:: https://github.com/python/python-docs-ru/workflows/python-313/badge.svg
17+
:target: https://github.com/python/python-docs-ru/actions?workflow=python-313
18+
- .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpython%2Fpython-docs-ru%2F3.13%2F.stat.json&query=%24.translation&label=ru
19+
:target: https://app.transifex.com/python-doc/python-newest/
20+
* - `3.12 <https://github.com/python/python-docs-ru/tree/3.12>`_
21+
- .. image:: https://github.com/python/python-docs-ru/workflows/python-312/badge.svg
22+
:target: https://github.com/python/python-docs-ru/actions?workflow=python-312
23+
- .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpython%2Fpython-docs-ru%2F3.12%2F.stat.json&query=%24.translation&label=ru
24+
:target: https://app.transifex.com/python-doc/python-312/
25+
* - `3.11 <https://github.com/python/python-docs-ru/tree/3.11>`_
26+
- .. image:: https://github.com/python/python-docs-ru/workflows/python-311/badge.svg
27+
:target: https://github.com/python/python-docs-ru/actions?workflow=python-311
28+
- .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpython%2Fpython-docs-ru%2F3.11%2F.stat.json&query=%24.translation&label=ru
29+
:target: https://app.transifex.com/python-doc/python-311/
30+
* - `3.10 <https://github.com/python/python-docs-ru/tree/3.10>`_
31+
- .. image:: https://github.com/python/python-docs-ru/workflows/python-310/badge.svg
32+
:target: https://github.com/python/python-docs-ru/actions?workflow=python-310
33+
- .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpython%2Fpython-docs-ru%2F3.10%2F.stat.json&query=%24.translation&label=ru
34+
:target: https://app.transifex.com/python-doc/python-310/
35+
* - `3.9 <https://github.com/python/python-docs-ru/tree/3.9>`_
36+
- .. image:: https://github.com/python/python-docs-ru/workflows/python-39/badge.svg
37+
:target: https://github.com/python/python-docs-ru/actions?workflow=python-39
38+
- .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpython%2Fpython-docs-ru%2F3.9%2F.stat.json&query=%24.translation&label=ru
39+
:target: https://app.transifex.com/python-doc/python-39/
40+
41+
Documentation Contribution Agreement
42+
------------------------------------
43+
44+
NOTE REGARDING THE LICENSE FOR TRANSLATIONS: Python's documentation is
45+
maintained using a global network of volunteers. By posting this
46+
project on Transifex, GitHub, and other public places, and inviting
47+
you to participate, we are proposing an agreement that you will
48+
provide your improvements to Python's documentation or the translation
49+
of Python's documentation for the PSF's use under the CC0 license
50+
(available at
51+
https://creativecommons.org/publicdomain/zero/1.0/legalcode). In
52+
return, you may publicly claim credit for the portion of the
53+
translation you contributed and if your translation is accepted by the
54+
PSF, you may (but are not required to) submit a patch including an
55+
appropriate annotation in the Misc/ACKS or TRANSLATORS file. Although
56+
nothing in this Documentation Contribution Agreement obligates the PSF
57+
to incorporate your textual contribution, your participation in the
58+
Python community is welcomed and appreciated.
59+
60+
You signify acceptance of this agreement by submitting your work to
61+
the PSF for inclusion in the documentation.
62+
63+
Contributing to the Translation
64+
-------------------------------
65+
66+
Join the Russian team on transifex to start.
67+
68+
You're recommended to join
69+
`our Telegram channel`__ first.
70+
71+
__ https://t.me/py_docs_ru
72+
73+
Acknowledgment
74+
-----
75+
Special thanks to the Chinese translation team for their convenient GitHub Actions! 🇨🇳
76+
77+
Original repository: https://github.com/python/python-docs-zh-cn

0 commit comments

Comments
 (0)