diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-03-04 13:41:02 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-03-04 13:41:02 +0100 |
commit | e81137474f102d71fe0b25307bcf88810c1b2d43 (patch) | |
tree | 840a184cf0b9c08a84c25caf390e4b7696589c9a | |
parent | 403a94590f02479f7be41bbb62aae972e0ab596a (diff) |
New arrangement for multilanguage and metadata support
-rw-r--r-- | es/01_intro.md (renamed from src/01_intro.md) | 0 | ||||
-rw-r--r-- | es/02_datos.md (renamed from src/02_datos.md) | 0 | ||||
-rw-r--r-- | es/03_estructura.md (renamed from src/03_estructura.md) | 0 | ||||
-rw-r--r-- | es/04_funciones.md (renamed from src/04_funciones.md) | 0 | ||||
-rw-r--r-- | es/05_oop.md (renamed from src/05_oop.md) | 0 | ||||
-rw-r--r-- | es/06_ejec_mod.md (renamed from src/06_ejec_mod.md) | 0 | ||||
-rw-r--r-- | es/07_install.md (renamed from src/07_install.md) | 0 | ||||
-rw-r--r-- | es/08_stdlib.md (renamed from src/08_stdlib.md) | 0 | ||||
-rw-r--r-- | es/09_extralib.md (renamed from src/09_extralib.md) | 0 | ||||
-rw-r--r-- | es/10_closing_words.md (renamed from src/10_closing_words.md) | 0 | ||||
-rw-r--r-- | es/A_devtools.md (renamed from src/A_devtools.md) | 0 | ||||
-rw-r--r-- | es/Metadata.yaml (renamed from src/00_meta.md) | 6 | ||||
-rw-r--r-- | es/Z_license.md (renamed from src/Z_license.md) | 0 |
13 files changed, 2 insertions, 4 deletions
diff --git a/src/01_intro.md b/es/01_intro.md index b2a1752..b2a1752 100644 --- a/src/01_intro.md +++ b/es/01_intro.md diff --git a/src/02_datos.md b/es/02_datos.md index 1eb2f1a..1eb2f1a 100644 --- a/src/02_datos.md +++ b/es/02_datos.md diff --git a/src/03_estructura.md b/es/03_estructura.md index 9d8cd5e..9d8cd5e 100644 --- a/src/03_estructura.md +++ b/es/03_estructura.md diff --git a/src/04_funciones.md b/es/04_funciones.md index 618ccd6..618ccd6 100644 --- a/src/04_funciones.md +++ b/es/04_funciones.md diff --git a/src/05_oop.md b/es/05_oop.md index 6fdb9ce..6fdb9ce 100644 --- a/src/05_oop.md +++ b/es/05_oop.md diff --git a/src/06_ejec_mod.md b/es/06_ejec_mod.md index 0c54f4f..0c54f4f 100644 --- a/src/06_ejec_mod.md +++ b/es/06_ejec_mod.md diff --git a/src/07_install.md b/es/07_install.md index 3da8ae0..3da8ae0 100644 --- a/src/07_install.md +++ b/es/07_install.md diff --git a/src/08_stdlib.md b/es/08_stdlib.md index fbaa974..fbaa974 100644 --- a/src/08_stdlib.md +++ b/es/08_stdlib.md diff --git a/src/09_extralib.md b/es/09_extralib.md index 65ed418..65ed418 100644 --- a/src/09_extralib.md +++ b/es/09_extralib.md diff --git a/src/10_closing_words.md b/es/10_closing_words.md index 404a58d..404a58d 100644 --- a/src/10_closing_words.md +++ b/es/10_closing_words.md diff --git a/src/A_devtools.md b/es/A_devtools.md index e856373..e856373 100644 --- a/src/A_devtools.md +++ b/es/A_devtools.md diff --git a/src/00_meta.md b/es/Metadata.yaml index 7dfbcd0..bed3ffc 100644 --- a/src/00_meta.md +++ b/es/Metadata.yaml @@ -1,12 +1,10 @@ ---- links-as-notes: true toc: true -title: Python +title: Programación en Python subtitle: -author: Ekaitz Zárraga +author: "Ekaitz Zárraga" author-meta: Ekaitz Zárraga lang: es-ES polyglossia-lang: name: spanish license: CC-BY-SA ---- diff --git a/src/Z_license.md b/es/Z_license.md index 46d9792..46d9792 100644 --- a/src/Z_license.md +++ b/es/Z_license.md |