Skip to content

Commit

Permalink
Add cheatsheet
Browse files Browse the repository at this point in the history
Signed-off-by: jparisu <[email protected]>
  • Loading branch information
jparisu committed Feb 29, 2024
1 parent 65d0cf3 commit fd1b303
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 8 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@

# Include to-do items
todo_include_todos = True

# Exclude patterns
exclude_patterns = ['_build', 'resources']
10 changes: 2 additions & 8 deletions docs/md/iniciacion/iniciacion.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@
# Nivel iniciación

**1º de programación**.
Este nivel enseña los conceptos básicos de la Programación competitiva y de programación.
Este nivel enseña los conceptos básicos de programación y de Programación competitiva.

```{toctree}
:maxdepth: 1
:caption: Entrada Salida
:caption: Temario
entrada_salida/entrada_salida
```

```{toctree}
:maxdepth: 1
:caption: Bucles
bucles/bucles
```
59 changes: 59 additions & 0 deletions docs/resources/cheatsheet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Title

## Subtitle

### Subsubtitle

#### Subsubsubtitle

---

**Bold**
*Italic*
`Code`
[Link](https://www.cunef.edu/)

---

Add image:

```{image} resources/images/logo.jpg
:alt: https://www.cunef.edu/
:width: 3cm
:height: 3cm
```

---

Add toctree:

```{toctree}
:maxdepth: 2
:caption: Title
/path-to-file
```

---

Add code:

```{code-block} language
# Code
```

or

```language
# Code
```

---

Add todo:

```{todo}
`Work In Progress`
```

---

0 comments on commit fd1b303

Please sign in to comment.