Skip to content
Closed
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
7 changes: 3 additions & 4 deletions forecasting_tools/agents_and_tools/source_archive/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
catalog/by-bot/<bot>.html one bot's sources across questions
catalog/by-domain/<domain>.html sources grouped by site

The question view is the default because that's how post-mortems and
non-technical coworkers think ("what did we know about question X?"); ``by-bot``
covers profiling/"what is the top bot-maker doing", always next to how other
bots handled the same question.
The question view is the default because that's how post-mortems think ("what
sources informed question X?"); ``by-bot`` groups a bot's sources across
questions, and ``by-domain`` groups them by site.
"""

from __future__ import annotations
Expand Down
Loading