From 4ae888637fe52018c4d5d70b253dfefcfd664ca9 Mon Sep 17 00:00:00 2001 From: Luiz Tanure Date: Tue, 18 Feb 2014 09:57:19 -0300 Subject: [PATCH 1/2] renomeando arquivos para corresponderem ao original --- chapters/{01-introducao.md => 00-introducao.md} | 0 ...valores-tipos-operadores.md => 01-valores-tipos-operadores.md} | 0 .../{03-estrutura-do-programa.md => 02-estrutura-do-programa.md} | 0 chapters/{04-funcoes.md => 03-funcoes.md} | 0 chapters/{05-estruturas-de-dados.md => 04-estruturas-de-dados.md} | 0 ...ncoes-de-ordem-superior.md => 05-funcoes-de-ordem-superior.md} | 0 ...da-secreta-dos-objetos.md => 06-a-vida-secreta-dos-objetos.md} | 0 ...8-pratica-vida-eletronica.md => 07-pratica-vida-eletronica.md} | 0 ...manipulacao-de-erros.md => 08-erros-e-manipulacao-de-erros.md} | 0 .../{10-expressoes-regulares.md => 09-expressoes-regulares.md} | 0 chapters/{11-modulos.md => 10-modulos.md} | 0 ...m-de-programacao.md => 11-pratica-linguagem-de-programacao.md} | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename chapters/{01-introducao.md => 00-introducao.md} (100%) rename chapters/{02-valores-tipos-operadores.md => 01-valores-tipos-operadores.md} (100%) rename chapters/{03-estrutura-do-programa.md => 02-estrutura-do-programa.md} (100%) rename chapters/{04-funcoes.md => 03-funcoes.md} (100%) rename chapters/{05-estruturas-de-dados.md => 04-estruturas-de-dados.md} (100%) rename chapters/{06-funcoes-de-ordem-superior.md => 05-funcoes-de-ordem-superior.md} (100%) rename chapters/{07-a-vida-secreta-dos-objetos.md => 06-a-vida-secreta-dos-objetos.md} (100%) rename chapters/{08-pratica-vida-eletronica.md => 07-pratica-vida-eletronica.md} (100%) rename chapters/{09-erros-e-manipulacao-de-erros.md => 08-erros-e-manipulacao-de-erros.md} (100%) rename chapters/{10-expressoes-regulares.md => 09-expressoes-regulares.md} (100%) rename chapters/{11-modulos.md => 10-modulos.md} (100%) rename chapters/{12-pratica-linguagem-de-programacao.md => 11-pratica-linguagem-de-programacao.md} (100%) diff --git a/chapters/01-introducao.md b/chapters/00-introducao.md similarity index 100% rename from chapters/01-introducao.md rename to chapters/00-introducao.md diff --git a/chapters/02-valores-tipos-operadores.md b/chapters/01-valores-tipos-operadores.md similarity index 100% rename from chapters/02-valores-tipos-operadores.md rename to chapters/01-valores-tipos-operadores.md diff --git a/chapters/03-estrutura-do-programa.md b/chapters/02-estrutura-do-programa.md similarity index 100% rename from chapters/03-estrutura-do-programa.md rename to chapters/02-estrutura-do-programa.md diff --git a/chapters/04-funcoes.md b/chapters/03-funcoes.md similarity index 100% rename from chapters/04-funcoes.md rename to chapters/03-funcoes.md diff --git a/chapters/05-estruturas-de-dados.md b/chapters/04-estruturas-de-dados.md similarity index 100% rename from chapters/05-estruturas-de-dados.md rename to chapters/04-estruturas-de-dados.md diff --git a/chapters/06-funcoes-de-ordem-superior.md b/chapters/05-funcoes-de-ordem-superior.md similarity index 100% rename from chapters/06-funcoes-de-ordem-superior.md rename to chapters/05-funcoes-de-ordem-superior.md diff --git a/chapters/07-a-vida-secreta-dos-objetos.md b/chapters/06-a-vida-secreta-dos-objetos.md similarity index 100% rename from chapters/07-a-vida-secreta-dos-objetos.md rename to chapters/06-a-vida-secreta-dos-objetos.md diff --git a/chapters/08-pratica-vida-eletronica.md b/chapters/07-pratica-vida-eletronica.md similarity index 100% rename from chapters/08-pratica-vida-eletronica.md rename to chapters/07-pratica-vida-eletronica.md diff --git a/chapters/09-erros-e-manipulacao-de-erros.md b/chapters/08-erros-e-manipulacao-de-erros.md similarity index 100% rename from chapters/09-erros-e-manipulacao-de-erros.md rename to chapters/08-erros-e-manipulacao-de-erros.md diff --git a/chapters/10-expressoes-regulares.md b/chapters/09-expressoes-regulares.md similarity index 100% rename from chapters/10-expressoes-regulares.md rename to chapters/09-expressoes-regulares.md diff --git a/chapters/11-modulos.md b/chapters/10-modulos.md similarity index 100% rename from chapters/11-modulos.md rename to chapters/10-modulos.md diff --git a/chapters/12-pratica-linguagem-de-programacao.md b/chapters/11-pratica-linguagem-de-programacao.md similarity index 100% rename from chapters/12-pratica-linguagem-de-programacao.md rename to chapters/11-pratica-linguagem-de-programacao.md From 4654b5e43dda28c2a6bf8c1abf126a90c2102a6c Mon Sep 17 00:00:00 2001 From: Luiz Tanure Date: Tue, 18 Feb 2014 09:58:19 -0300 Subject: [PATCH 2/2] numero do capitulo correspondendo ao original --- chapters/08-erros-e-manipulacao-de-erros.md | 2 +- chapters/09-expressoes-regulares.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/08-erros-e-manipulacao-de-erros.md b/chapters/08-erros-e-manipulacao-de-erros.md index 55a5525e..dd362e4f 100644 --- a/chapters/08-erros-e-manipulacao-de-erros.md +++ b/chapters/08-erros-e-manipulacao-de-erros.md @@ -1,3 +1,3 @@ -Capítulo 9 +Capítulo 8 # Erros e manipulação de erros \ No newline at end of file diff --git a/chapters/09-expressoes-regulares.md b/chapters/09-expressoes-regulares.md index a6cafeb8..064ecd85 100644 --- a/chapters/09-expressoes-regulares.md +++ b/chapters/09-expressoes-regulares.md @@ -1,4 +1,4 @@ -Capítulo 10 +Capítulo 9 # Expressões Regulares