Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ clean:
rm -rf $(BUILDDIR)/*

html:
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/html
$(SPHINXBUILD) -j auto -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

livehtml:
sphinx-autobuild --port 8888 --watch _data -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/html
sphinx-autobuild --port 8888 -j auto --watch _data -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/html

oldhtml:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
Expand Down
7 changes: 1 addition & 6 deletions docs/_data/atlantic-2024-schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ talks_day1:
- duration: '0:10'
title: 'βœ‹ Q&A for the previous talk'
- duration: '0:30'
title: TBD
slug: rags-to-riches-how-our-content-affects-retrieval-augmented-generation-manny-silva
- duration: '0:10'
title: 'βœ‹ Q&A for the previous talk'
- duration: '0:20'
Expand Down Expand Up @@ -99,10 +99,6 @@ talks_day2:
title: ⚑️ Lightning Talks
- duration: '0:05'
title: '⏲ 5 minute break'
- duration: '0:30'
slug: rags-to-riches-how-our-content-affects-retrieval-augmented-generation-manny-silva
- duration: '0:10'
title: 'βœ‹ Q&A for the previous talk'
- duration: '0:30'
slug: from-morphemes-to-manuscripts-how-linguistics-can-make-you-a-better-writer-chloe-guttmann
- duration: '0:10'
Expand All @@ -113,4 +109,3 @@ talks_day2:
title: Hallway track - Chat with other attendees
- duration: '0:00'
title: '<b>Conference ends πŸ˜”</b>'

3 changes: 2 additions & 1 deletion docs/_scripts/pretalx2cfpsheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def load_pretalx_resource(url, http_headers):

if __name__ == '__main__':
get_review_scores(
pretalx_slug='wtd-portland-2024',
pretalx_slug='wtd-australia-2024',
previous_slugs=[
'wtd-portland-2020',
'wtd-prague-2020',
Expand All @@ -132,5 +132,6 @@ def load_pretalx_resource(url, http_headers):
'wtd-atlantic-2023',
'wtd-portland-2023',
'wtd-australia-2023',
'wtd-portland-2024',
],
)
6 changes: 3 additions & 3 deletions docs/_scripts/pretalx2mc-info.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ def search_answers(speaker_dict, search_string):
if __name__ == '__main__':
convert_to_yaml(
year='2024',
series='Write the Docs Portland',
series_slug='portland',
series='Write the Docs Atlantic',
series_slug='atlantic',
yaml_output='../_data/mc-info.yaml',
pretalx_slug='wtd-portland-2024'
pretalx_slug='wtd-atlantic-2024'
)