- Notifications
You must be signed in to change notification settings - Fork395
Make and CI#96
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
Make and CI#96
Changes fromall commits
Commits
Show all changes
30 commits Select commitHold shift + click to select a range
3d1d3bb
add .pospell
gilgamezh7ed9ea2
WIP fix spell errors
gilgamezhfeb6c86
Remove white-spaces
humitos62a179f
Simplify `make` a lot
humitos8a31e3f
Merge branch 'fix_ci' of github.com:raulcd/python-docs-es into 3.8
humitos8aee4b8
Pin pip
humitos52fa2cb
Change travis to use pospell directly instead from virtualenv.
raulcd69f1b25
Utilizar temporalmente es_ES hasta que encontremos el paquete en ubun…
raulcd9e44d1e
Fix powrap
raulcdc35cd10
Update ubuntu version + python to try and install es_ES y es_AR
raulcdd5b756b
tutorial/whatnow.po
raulcd9c243d4
Fix tutorial/venv.po
raulcd67e0b60
Fix tutorial/stdlib.po
raulcd6f07d25
pospell over some files from tutorial
humitos27b4fca
Merge branch 'make-and-ci' of github.com:raulcd/python-docs-es into m…
humitos66cead2
Fix tutorial/stdlib2.po
raulcd70f3199
Merge branch 'make-and-ci' of github.com:raulcd/python-docs-es into m…
raulcde7c2b7a
More pospell
humitos85fa721
Merge branch 'make-and-ci' of github.com:raulcd/python-docs-es into m…
humitos26f5ae6
Build RTD with Py3.8
humitosb5059cc
More powrap fixes
raulcde3cc0d7
Merge branch 'make-and-ci' of github.com:raulcd/python-docs-es into m…
raulcd1085237
Fix travis differences from dictionaire
raulcd8ea55cd
Build only on `master` and PRs
humitose4eff5f
Proper regex for only branches
humitos58bca5e
Fix regex
humitos8985edc
pre-commit with dicts and sort
humitosf84becf
Sort dict words
humitosed02839
Fix tutorial/classes.po
raulcdc5f7f4e
Hopefully TravisCI will pass now!
humitosFile 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
3 changes: 3 additions & 0 deletions.gitignore
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
cpython/locale | ||
*.mo | ||
/_build/ | ||
@@ -48,3 +49,5 @@ coverage.xml | ||
# Ides | ||
.vscode/ | ||
.idea/ | ||
.pospell |
2 changes: 2 additions & 0 deletions.overrides/CONTRIBUTING.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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
:orphan: | ||
Guía para contribuir en la traducción | ||
===================================== | ||
2 changes: 2 additions & 0 deletions.overrides/translation-memory.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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
:orphan: | ||
======================= | ||
Memoria de traducción | ||
======================= | ||
2 changes: 2 additions & 0 deletions.overrides/upgrade-python-version.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
8 changes: 7 additions & 1 deletion.pre-commit-config.yaml
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
5 changes: 4 additions & 1 deletion.readthedocs.yml
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
11 changes: 7 additions & 4 deletions.travis.yml
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 |
---|---|---|
@@ -1,14 +1,17 @@ | ||
language: python | ||
dist:bionic | ||
python: 3.8 | ||
before_install: | ||
- sudo apt-get update | ||
- sudo apt-get install -y hunspell hunspell-es | ||
install: | ||
-make setup | ||
- pospell --version | ||
- powrap --version | ||
script: | ||
- powrap --check --quiet **/*.po | ||
- pospell -p dict -les_AR -les_ES **/*.po | ||
- make build | ||
branches: | ||
only: | ||
- /3\.\d/ |
163 changes: 25 additions & 138 deletionsMakefile
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
3 changes: 2 additions & 1 deletionc-api/abstract.po
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
3 changes: 2 additions & 1 deletionc-api/allocation.po
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
3 changes: 2 additions & 1 deletionc-api/apiabiversion.po
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
3 changes: 2 additions & 1 deletionc-api/bool.po
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
3 changes: 2 additions & 1 deletionc-api/descriptor.po
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
3 changes: 2 additions & 1 deletionc-api/index.po
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
3 changes: 2 additions & 1 deletionc-api/iterator.po
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
3 changes: 2 additions & 1 deletionc-api/none.po
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
3 changes: 2 additions & 1 deletionc-api/objbuffer.po
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
3 changes: 2 additions & 1 deletionc-api/objimpl.po
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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.