Skip to content

Commit f6e32b2

Browse files
plaindocsmxsasha
authored andcommitted
Delete old and incorrect video information
1 parent 84a6ad2 commit f6e32b2

File tree

2 files changed

+2
-44
lines changed

2 files changed

+2
-44
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ An even more fragile process that needs documenting and fixing. Note specificall
2020

2121
WIP (Work In Progress) Docs on how to do this:
2222

23-
1. In `_data/<year>.<city>.speakers.yaml`, add a `youtubeId: 12345678901` key value pair to each talk. See also `_scripts/insert-video-ids.py`.
23+
1. In `_data/<city>-<year>-sessions.yaml`, add a `youtubeId: 12345678901` key value pair to each talk. See also `_scripts/insert-video-ids.py`.
2424

2525
2. Make sure the directory `videos/<city>/<year>` is included in the Video Archive `toctree` in `docs/videos/index.rst`.
2626

@@ -29,25 +29,13 @@ WIP (Work In Progress) Docs on how to do this:
2929
4. Commit the *relevant* changed files:
3030

3131
* `docs/videos/index.rst`
32-
* `_data/<year>.<city>.speakers.yaml`
32+
* `_data/<city>-<year>-sessions.yaml`
3333
* `docs/videos/<city>/<year>/*`
3434

3535
5. If you want to preview locally:
3636

3737
1. Run `BUILD_VIDEOS=True make livehtml` and browse the new video pages at `http://127.0.0.1:8888`.
3838

39-
#### Troubleshooting
40-
41-
If you run into trouble with broken links to video files, have a look at `_ext/fix_video_yaml.py`:
42-
43-
1. Add a line at the end with the relevant places and dates.
44-
45-
2. Change to the `_ext` directory and run it:
46-
47-
`python fix_video_yaml.py`
48-
49-
3. Commit the fixed `_data/<year>.<city>.speakers.yaml` file.
50-
5139
### Prerequisites for generating the docs locally
5240

5341
1. Install `python 3.9.x` using your package manager, if not installed already. You'll probably need `root` privileges to do this.

docs/_scripts/fix_video_yaml.py

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

0 commit comments

Comments
 (0)