Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ accept the membership which they can do by visiting
https://github.com/python and clicking on the appropriate button that
will be displayed to them in the upper part of the page.

.. _Python core team: https://github.com/orgs/python/teams/python-core
.. _Python core team: https://github.com/orgs/python/people?query=
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The existing link is correct, it is just 404 if you're not a member of the python org. So please revert.

12 changes: 8 additions & 4 deletions documenting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1622,9 +1622,8 @@ in production, other are work in progress:
+-----------------+-------------------------------+----------------------------+
| Lithuanian (lt) | | `mail <mail_lt_>`_ |
+-----------------+-------------------------------+----------------------------+
| Polish (pl) | | `GitHub <github_pl_>`_ |
| Polish (pl) | | `mail <mail_pl_>`_ |
| | | `Translations <tx_pl_>`_ |
| | | `Doc <doc_pl_>`_ |
+-----------------+-------------------------------+----------------------------+
| Portuguese (pt) | Gustavo Toffo | |
+-----------------+-------------------------------+----------------------------+
Expand Down Expand Up @@ -1658,7 +1657,6 @@ in production, other are work in progress:
.. _chat_pt_br: https://t.me/pybr_i18n
.. _doc_ja: https://docs.python.org/ja/
.. _doc_ko: https://docs.python.org/ko/
.. _doc_pl: https://docs.python.org/pl/
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link is correct.

.. _doc_zh_cn: https://docs.python.org/zh-cn/
.. _doc_zh_tw: https://docs.python.org/zh-tw/
.. _github_ar: https://github.com/Abdur-rahmaanJ/py-docs-ar
Expand All @@ -1670,14 +1668,14 @@ in production, other are work in progress:
.. _github_id: https://github.com/python/python-docs-id
.. _github_ja: https://github.com/python/python-docs-ja
.. _github_ko: https://github.com/python/python-docs-ko
.. _github_pl: https://github.com/python/python-docs-pl
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link looks correct.

.. _github_pt_br: https://github.com/python/python-docs-pt-br
.. _github_tr: https://github.com/alaeddingurel/python-docs-tr
.. _github_zh_cn: https://github.com/python/python-docs-zh-cn
.. _github_zh_tw: https://github.com/python/python-docs-zh-tw
.. _list_hu: https://mail.python.org/pipermail/python-hu
.. _mail_it: https://mail.python.org/pipermail/doc-sig/2019-April/004114.html
.. _mail_lt: https://mail.python.org/pipermail/doc-sig/2019-July/004138.html
.. _mail_pl: https://mail.python.org/pipermail/doc-sig/2019-April/004106.html
.. _mail_ru: https://mail.python.org/pipermail/doc-sig/2019-May/004131.html
.. _tx_pl: https://www.transifex.com/python-doc/python-newest/language/pl/
.. _tx_zh_cn: https://www.transifex.com/python-doc/python-newest/language/
Expand Down Expand Up @@ -1792,9 +1790,15 @@ Ask on doc-sig, or better, make a PR on the `devguide
I have a translation, but not on git, what should I do?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

master
Ask for help on the doc-sig mailing list
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section has been updated in #649, so this is good now.

about creating an appropriate repository.
Using a tool like transifex can help keep translations in sync.
=======
You can ask for help on the doc-sig mailing list, and the team will help you
create an appropriate repository. You can still use tools like transifex,
if you like.
master


My git hierarchy does not match yours, can I keep it?
Expand Down