presentations/src/workshop-tailwind-css
Oliver Davies 4de38d0276 Remove instances of .. page::
Replace instances of `.. page::` with:

```rst
.. raw:: pdf

    PageBreak
```

This reduces my usage on the `preprocess` functionality I'd like to
remove.

This was done by executing this command:

```
find src -type f -name '*.rst' \
  -exec sed -Ei 's/.. page::$/.. raw:: pdf\n\n    PageBreak/g' {} \;
```
2024-05-10 22:37:50 +02:00
..
code refactor: move into src 2023-10-18 00:21:35 +02:00
images refactor: move into src 2023-10-18 00:21:35 +02:00
sections Remove instances of .. page:: 2024-05-10 22:37:50 +02:00
.gitignore refactor: move into src 2023-10-18 00:21:35 +02:00
FLDC 2021 Presenter Slides.pdf refactor: move into src 2023-10-18 00:21:35 +02:00
notes.rst refactor: move into src 2023-10-18 00:21:35 +02:00
slides.rst refactor: move into src 2023-10-18 00:21:35 +02:00