- Notifications
You must be signed in to change notification settings - Fork397
Crear pagina nueva para problemas frecuentes#235
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
11 commits Select commitHold shift + click to select a range
a34bbfd
Crear pagina nueva para problemas frecuentes
clacri1053c2c
put the rigth extension
clacri6383b15
put the rigth extension
clacrib4f86eb
Update Frequent_Issues_While_Colaborating.rst
clacri8db56b6
Update Frequent_Issues_While_Colaborating.rst
clacri37e3967
incluido algo de informacion sobre pospell
clacri766b2ca
solving issue in build
clacri3123d2b
Update .overrides/Frequent_Issues_While_Colaborating.rst
clacri87328df
including humitos suggestions
clacri73cff79
included a little message on windows and more suggestions from humitos
clacride2fb7c
Merge branch '3.8' of https://github.com/PyCampES/python-docs-es into…
clacriFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
48 changes: 48 additions & 0 deletions.overrides/troubleshooting.rst
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
:orphan: | ||
General | ||
======= | ||
Preguntas frecuentes en Mac | ||
=========================== | ||
¿Cómo puedo instalar y configurar el chequeo con pospell? | ||
********************************************************* | ||
Uno de los chequeos que realiza nuestro servidor de github cada vez que hacemos | ||
un pull de request es un test de corrección ortográfico usando la herramienta | ||
pospell. Pospell puede ser instalada en tu entorno de Python empleando pip | ||
(https://pypi.org/project/pospell/):: | ||
pip install pospell | ||
Una vez instalado, para chequear el fichero .po sobre el que estás trabajando, | ||
ejecuta desde el directorio principal del repo:: | ||
pospell -p dict -l es_AR -l es_ES path/tu_fichero.po | ||
pospell emplea la herramienta de diccionarios hunspell. Si pospell falla dando | ||
como error que no tiene hunspell instalado, lo puedes instalar empleando brew | ||
(https://formulae.brew.sh/formula/hunspell):: | ||
brew install hunspell | ||
Este comando instala hunspell, pero puede que todavía necesites los diccionarios. | ||
Los diccionarios de Hunspell (``*.aff`` y ``*.dic``) en Mac deben estar en la | ||
carpeta ``~/Library/Spelling/`` o ``/Library/Spelling/``. Puedes encontrar | ||
diccionarios de español en las webs de Open Office, Mozilla y otros proyectos | ||
open source (ejemplo: https://cgit.freedesktop.org/libreoffice/dictionaries/tree/). | ||
Estamos trabajando para unificar el uso de un mismo set de diccionarios de español, | ||
pero por el momento el chequeo que hacemos es con los diccionarios es_AR y es_ES. | ||
Preguntas frecuentes en Windows | ||
=============================== | ||
¿Cómo puedo configurar git para manejar correctamente los finales de línea? | ||
*************************************************************************** | ||
En la ayuda de git puedes encontrar información sobre este problema frecuente: | ||
https://help.github.com/es/github/using-git/configuring-git-to-handle-line-endings |
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.