Skip to content

Commit

Permalink
Improve heading levels
Browse files Browse the repository at this point in the history
  • Loading branch information
julesvanrie committed Mar 7, 2025
1 parent 2db7a9e commit df30bca
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _partials/es/nbextensions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Mejora `jupyter` notebook
### Mejora `jupyter` notebook

Mejora la visualización del [elemento `details` para revelación de información](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) en tus notebooks.

Expand Down
2 changes: 1 addition & 1 deletion _partials/es/pip.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Paquetes de Python
### Paquetes de Python

Ahora que tenemos el ambiente virtual de `lewagon` adecuado, es hora de instalarle algunos paquetes.

Expand Down
2 changes: 1 addition & 1 deletion _partials/es/python_checkup.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Chqueo de la configuración de Python
## Chequeo de la configuración de Python

Reinicia tu terminal:

Expand Down
2 changes: 2 additions & 0 deletions _partials/es/virtualenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Antes de instalar paquetes de Python, aislaremos la configuración del Bootcamp en un entorno virtual **dedicado**. Usaremos un plugin `pyenv` llamado [`pyenv-virtualenv`](https://github.com/pyenv/pyenv-virtualenv).

### Instala un virtualenv

Primero instala este plugin:

```bash
Expand Down
2 changes: 1 addition & 1 deletion _partials/nbextensions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## `jupyter` notebook tweaking
### `jupyter` notebook tweaking

Let's improve the display of the [`details` disclosure elements](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) in your notebooks.

Expand Down
2 changes: 1 addition & 1 deletion _partials/pip.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Python packages
### Python packages

Now that we have a pristine `lewagon` virtual environment, it's time to install some packages in it.

Expand Down
2 changes: 1 addition & 1 deletion _partials/python_checkup.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Python setup check up
## Python setup check up

Let's reset your terminal:

Expand Down
2 changes: 2 additions & 0 deletions _partials/virtualenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Before we start installing relevant Python packages, we will isolate the setup for the Bootcamp into a **dedicated** virtual environment. We will use a `pyenv` plugin called [`pyenv-virtualenv`](https://github.com/pyenv/pyenv-virtualenv).

### Setup a virtualenv

First let's install this plugin:

```bash
Expand Down

0 comments on commit df30bca

Please sign in to comment.