forked from python/python-docs-es
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traduccion Mejora library/internet #1
Open
psolenny
wants to merge
194
commits into
psolenny:3.11
Choose a base branch
from
python:3.12
base: 3.11
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updated Pygments to avoid a warning on a security issue, and the docs theme from cpython
Closes #2518 - Este PR incluye las traducciones faltantes para el módulo urllib.error. Se han traducido todas las entradas y se han revisado las traducciones fuzzy. --------- Co-authored-by: rtobar <[email protected]>
Closes #2640 --------- Co-authored-by: rtobar <[email protected]>
Even though it was the starting point, and an esential part of this translation effort, it's not used anymore.
It's 3x faster: https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.7.0. Actually more like 5x in our CI. Also found new issues
Closes #2652 --------- Co-authored-by: rtobar <[email protected]>
close #2493 --------- Co-authored-by: Cristián Maureira-Fredes <[email protected]>
The referenced version for `git checkout` was the previous one. ![image](https://github.com/python/python-docs-es/assets/19285706/44314536-2aec-48c6-a868-949db3b6938a)
close #2617 --------- Co-authored-by: rtobar <[email protected]>
kudos to Marcos Medrano who provide the code to make this fix 🎉 --------- Co-authored-by: rtobar <[email protected]>
Closes #2624 --------- Co-authored-by: rtobar <[email protected]>
Closes #2651 --------- Co-authored-by: rtobar <[email protected]>
Closes #2637 --------- Co-authored-by: rtobar <[email protected]>
Closes #2634 --------- Co-authored-by: rtobar <[email protected]>
Closes #2627 --------- Co-authored-by: Cristián Maureira-Fredes <[email protected]>
La otra rama estaba apuntando a 3.11, este es el PR para mergearla a la nueva rama correcta. --------- Co-authored-by: Cristián Maureira-Fredes <[email protected]> Co-authored-by: Carlos A. Crespo <[email protected]>
Closes #2452 --------- Co-authored-by: rtobar <[email protected]>
Closes #2532 --------- Co-authored-by: rtobar <[email protected]>
Retiré la marca de fuzzy y añadí la traducción de `../Doc/library/contextvars.rst:147` closes #2471
Closes #2535 --------- Co-authored-by: rtobar <[email protected]>
closes #2469 --------- Co-authored-by: rtobar <[email protected]>
Closes #2524 --------- Co-authored-by: rtobar <[email protected]>
closes #2450 --------- Co-authored-by: rtobar <[email protected]>
Closes #2491 --------- Co-authored-by: rtobar <[email protected]>
closes #2522 --------- Co-authored-by: rtobar <[email protected]>
Closes #2441 --------- Co-authored-by: rtobar <[email protected]>
Éstos son pequeños cambios que mejoran ligeramente el proceso de la construcción de la documentación, y hacen más mantenible el código a futuro. Primero, la lista de rutas relativas que hay que arreglar en los .rst de cpython ha sido simplificada, removiendo entradas innecesarias, y actualizando sólo los archivos que haga falta (en vez de ejecturas cada actualización sobre todos los archivos cada vez). Segundo, el target `build` del Makefile fue separado en sus sub-partes constituyentes, de tal modo que ahora en el step de CI donde antes teníamos una copia de los comandos `sed` ahora hay sólo una invocación a `make fix_relative_paths`. Finalmente, el PR que envié a `sphinx-intl` para realizar updates en paralelo [ya está aceptado](sphinx-doc/sphinx-intl#110) y una nueva versión ya fue publicada, por lo que la lista de requisitos ahora está actualizada para usar esa última versión (y así hacer más rápido el proceso de actualización a 3.13). --------- Signed-off-by: Rodrigo Tobar <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes python#2673
closes python#2643