Skip to content

Commit e937084

Browse files
committed
Agrego teoria unidad 1
1 parent 6c57ae8 commit e937084

77 files changed

Lines changed: 6021 additions & 102 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_brand.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ typography:
2727
family: Source Sans Pro
2828
headings:
2929
family: Roboto Slab
30-
monospace:
31-
family: Cascadia Code
30+
# monospace:
31+
# family: Cascadia Code
3232

3333
defaults:
3434
bootstrap:

_quarto.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ website:
1616
- text: Información
1717
file: informacion/programa.qmd
1818
- text: Teoría
19-
file: teoria/01_unidad.qmd
19+
file: teoria/01_programacion_en_python/01_introduccion.qmd
2020
- text: Práctica
2121
file: practica/01.qmd
2222
- text: Proyectos
@@ -39,11 +39,10 @@ website:
3939
- informacion/ia.qmd
4040
- title: Teoría
4141
contents:
42-
- teoria/01_unidad.qmd
43-
- text: Unidad 2
42+
- text: U1 - Programación en Python
4443
contents:
45-
- teoria/02_unidad/01_apunte.ipynb
46-
- teoria/02_unidad/02_apunte.qmd
44+
- auto: teoria/01_programacion_en_python/*.qmd
45+
- sort-ui: false
4746
- title: Práctica
4847
contents:
4948
- auto: practica/*.qmd
@@ -65,6 +64,9 @@ format:
6564
html:
6665
theme:
6766
light: styles.scss
67+
highlight-style:
68+
light: arrow-light
69+
dark: arrow-light
6870
toc: false
6971
lang: es
7072

0 commit comments

Comments
 (0)