Commit e4f5514d authored by jg5dev's avatar jg5dev 💬
Browse files

better

parent c250a3c3
Loading
Loading
Loading
Loading
+3 −5
Changes for DRAFTS.md: 3 added lines, 5 removed lines.
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ does not build them and they are not reachable on the site — `apunts.jg5.dev/<
| `src/apren/ba1/ml_reasoning.md` | 34 | Sistemes Basats en Coneixement i Raonament | 2025-09-29 |
| `src/apren/ba1/ml_regression.md` | 78 | Funcions de regressió en Aprenentatge Automàtic | 2025-09-29 |
| `src/apren/ba1/ml_reinforcement.md` | 964 | Aprenentatge per reforç | 2025-09-29 |
| `src/apren/basics/advanced_python.md` | 968 | Model d'Objectes de Python | 2025-09-29 |
| `src/m9/uf1c/ssl_socols.md` | 103 | Comunicació SSL amb sòcols | 2023-11-11 |

For each one, decide between:
@@ -22,17 +21,16 @@ For each one, decide between:
- **Publish** — add an entry to `src/SUMMARY.md` at the right nesting depth, and add a `<url>` block
  to `src/sitemap.xml`. Natural placement by path:
  - `apren/ba1/*` → under *Aprenentatge Automàtic* (`apren/ba1.md`)
  - `apren/basics/advanced_python.md` → under *Referències* (`apren/basics.md`), next to *Python bàsic*
  - `m9/uf1c/ssl_socols.md` → under *Criptografia* (`m9/uf1c.md`)
- **Drop** — delete the file.

Either way, `src/sitemap.xml` currently advertises all five as live URLs, so they must be removed
Either way, `src/sitemap.xml` currently advertises all four as live URLs, so they must be removed
from it unless they get published.

Notes:

- `ml_reinforcement.md` (964 lines) and `advanced_python.md` (968 lines) are past the ~800-line
  threshold in `AGENTS.md`; if published, consider splitting them into subpages.
- `ml_reinforcement.md` (964 lines) is past the ~800-line threshold in `AGENTS.md`; if published,
  consider splitting it into subpages.
- `ml_reasoning.md` (34 lines) and `ml_regression.md` (78 lines) look unfinished rather than merely
  unregistered.
- `ssl_socols.md` has not been touched since 2023 and may be superseded by the current
+1 −0
Changes for src/SUMMARY.md: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@
    - [Diccionari d'AA](./apren/basics/ml_dictionary.md)
    - [Probabilitat i Estadística bàsiques](./apren/basics/ml_prob_stats.md)
    - [Python bàsic](./apren/basics/basic_python.md)
    - [Python avançat](./apren/basics/advanced_python.md)
    - [NumPy bàsic](./apren/basics/ml_numpy.md)
    - [Matplotlib bàsic](./apren/basics/ml_mathplot.md)
- [Fonaments de programació](./fonaments.md)
+1 −0
Changes for src/apren.md: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
  - [Diccionari d'AA](./apren/basics/ml_dictionary.md)
  - [Probabilitat i Estadística bàsiques](./apren/basics/ml_prob_stats.md)
  - [Python bàsic](./apren/basics/basic_python.md)
  - [Python avançat](./apren/basics/advanced_python.md)
  - [NumPy bàsic](./apren/basics/ml_numpy.md)
  - [Matplotlib bàsic](./apren/basics/ml_mathplot.md)

+1 −0
Changes for src/apren/basics.md: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -3,5 +3,6 @@
- [Diccionari d'AA](./basics/ml_dictionary.md)
- [Probabilitat i Estadística bàsiques](./basics/ml_prob_stats.md)
- [Python bàsic](./basics/basic_python.md)
- [Python avançat](./basics/advanced_python.md)
- [NumPy bàsic](./basics/ml_numpy.md)
- [Matplotlib bàsic](./basics/ml_mathplot.md)
+1144 −619

File changed.

Preview size limit exceeded, changes collapsed.

Loading