Skip to content

Commit

Permalink
refact: reorganização da estrutura de pastas
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueAJNB committed Jun 29, 2024
1 parent 8ae0154 commit 8c98fd6
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
format: jb-book
root: README.md
chapters:
- file: cap01-instalacao-python/sec1-0-introducao.md
- file: cap01-instalacao-python/sec00-introducao.md
sections:
- file: cap01-instalacao-python/sec1-1-windows.md
- file: cap01-instalacao-python/versoes-python.md
- file: cap02-ambientes-desenvolvimento/sec02-0-introducao.md
- file: cap01-instalacao-python/sec01-windows.md
- file: cap01-instalacao-python/sec02-versoes-python.md
- file: cap02-ambientes-desenvolvimento/sec00-introducao.md
sections:
- file: cap02-ambientes-desenvolvimento/sec02-1-ides.md
- file: cap02-ambientes-desenvolvimento/sec02-2-instalacao-vscode-windows.md
- file: cap02-ambientes-desenvolvimento/sec02-3-configuracao-vscode.md
- file: cap02-ambientes-desenvolvimento/sec01-ides.md
- file: cap02-ambientes-desenvolvimento/sec02-instalacao-vscode-windows.md
- file: cap02-ambientes-desenvolvimento/sec03-configuracao-vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Caso você não marque a opção **Add python.exe to PATH** você terá erros no
- Clique em *Install now* conforme item (2) da {ref}`imagem abaixo <python-setup>`
- Aguarde a instalação ser concluída (pode demorar alguns minutos).

```{image} ../img/python-add-to-path.png
```{image} ../img/cap01/sec01/python-add-to-path.png
:width: 500
:name: python-setup
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Conforme os desenvolvedores e mantenedores do Python avançam, cada versão nova

Ao passar o mouse aba *Downloads* (na aba, e não o botão amarelo pra fazer o download!) da <a href="https://www.python.org/downloads/" target="_blank">página oficial de download do Python</a> você verá a seguinte imagem, caso esteja usando Windows:

```{figure} ../img/python-os-compat.png
```{figure} ../img/cap01/sec02/python-os-compat.png
:name: python-os-compat
fonte: <a href="https://www.python.org/downloads/" target="_blank">https://www.python.org/downloads/</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Instalar a IDE VSCode no Windows é bem simples!
- **User Installer (2):** instalação do VSCode somente para o seu usuário, caso você não tenha permissão de admin na máquina
- **System Installer (3):** instalação do VSCode para todos os usuários (requer permissão de admin)

```{image} ../img/vscode-download-windows.png
```{image} ../img/cap02/sec02/vscode-download-windows.png
:height: 300
:name: vscode-download
:align: center
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Para instalar a extensão Python, siga os passos abaixo (demonstrados visualment
- Procure por Python
- Clique no botão azul **Install**

```{image} ../gifs/install-python-ext-vscode.gif
```{image} ../gifs/cap02/sec03/install-python-ext-vscode.gif
:name: install-python-ext-vscode
```

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 8c98fd6

Please sign in to comment.