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

Commit3d7afff

Browse files
committed
Merge branch '3.7' ofhttps://github.com/PyCampES/python-docs-es into claudia_dev_py37
2 parentsb3c722b +c87cebd commit3d7afff

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

‎CONTRIBUTING.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Actualmente se puede colaborar utilizando una de las dos siguientes formas que:
1818
Desde GitHub
1919
------------
2020

21-
#. Crea un fork del repositorio.
21+
#. Crea un fork delrepositorio_.
22+
23+
.. _repositorio:https://github.com/PyCampES/python-docs-es
2224

2325
..note::
2426

@@ -38,6 +40,10 @@ Desde GitHub
3840

3941
git remote add upstream https://github.com/pycampes/python-docs-es.git
4042

43+
#. Crea una branch nueva en base al artículo en el que vayas a trabajar.
44+
45+
git checkout -b traduccion_glosario
46+
4147
#. Mira que archivo necesita ser traducido. El siguiente comando te mostrará una lista de archivos y los porcentajes traducidos.
4248
Elige uno que no esté completo::
4349

@@ -48,7 +54,7 @@ Desde GitHub
4854
#. Cuando hayas terminado tu sesión, debes guardar tus cambios y enviarlos a GitHub de nuevo::
4955

5056
git commit -am 'Traducido archivo {nombre de archivo}'
51-
git push originupdate-translation
57+
git push origintraduccion_glosario
5258

5359
#. Luego ve a tu página de GitHub y propone hacer un Pull Request
5460

‎conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ def add_contributing_banner(app, doctree):
5050
fromdocutilsimportnodes,core
5151

5252
message='¡Ayúdanos a traducir la documentación oficial de Python al Español! ' \
53-
f'Puedes encontrar más información en `Como contribuir </es/{version}/CONTRIBUTING.html>`_ ' \
54-
'y así ayudarnos a acercar Python a más personas de habla hispana.'
53+
f'Puedes encontrar más información en `Como contribuir </es/{version}/CONTRIBUTING.html>`_. ' \
54+
'Ayuda a acercar Python a más personas de habla hispana.'
5555

5656
paragraph=core.publish_doctree(message)[0]
5757
banner=nodes.warning(ids=['contributing-banner'])

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp