Skip to content

Commit d35a8cb

Browse files
committed
Agrego practica y salidas a los bloques de codigo en teoria
1 parent e937084 commit d35a8cb

11 files changed

Lines changed: 1584 additions & 292 deletions

File tree

_quarto.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ website:
1818
- text: Teoría
1919
file: teoria/01_programacion_en_python/01_introduccion.qmd
2020
- text: Práctica
21-
file: practica/01.qmd
21+
file: practica/01_programacion_en_python/autoevaluacion.qmd
2222
- text: Proyectos
2323
file: proyectos/grupal.qmd
2424
- text: Recursos
@@ -45,17 +45,20 @@ website:
4545
- sort-ui: false
4646
- title: Práctica
4747
contents:
48-
- auto: practica/*.qmd
49-
- auto: practica/*.ipynb
48+
- text: U1 - Programación en Python
49+
contents:
50+
- practica/01_programacion_en_python/autoevaluacion.qmd
51+
- practica/01_programacion_en_python/ejercicios.qmd
52+
- practica/01_programacion_en_python/problemas.qmd
5053
- title: Proyectos
5154
contents:
5255
- proyectos/grupal.qmd
5356
- proyectos/individual.qmd
5457
- title: Recursos
5558
contents:
56-
- text: Ejemplos
57-
contents:
58-
- recursos/ejemplos/clases.qmd
59+
# - text: Ejemplos
60+
# contents:
61+
# - recursos/ejemplos/clases.qmd
5962
- text: Tutoriales
6063
contents:
6164
- recursos/tutoriales/instalacion_python.qmd

practica/01.qmd

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)