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 .github/workflows/site-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: Check landing page structure and links
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# NILMTK ecosystem site

This repository publishes the canonical NILMTK ecosystem router at
<https://nilmtk.github.io/>. It explains which repository to use, the supported
installation paths, the container policy, citation guidance, and the route from
a model contribution to a leaderboard result.
This repository publishes the NILMTK start page at <https://nilmtk.github.io/>.
It answers four questions: which repository to use, how to install it, which
paper to cite, and how a model reaches the benchmark leaderboard.

The site is deliberately dependency-free: semantic HTML, one stylesheet, and a
small progressive-enhancement script. Existing generated core API documentation
Expand All @@ -24,8 +23,9 @@ python3 scripts/check_site.py
```

The check rejects duplicate IDs, broken local assets and fragment links,
insecure public URLs, missing canonical repository or citation links, and
accidental reintroduction of the retired Bootstrap/jQuery stack.
missing tab panels, insecure public URLs, missing canonical repository or
citation links, promotional copy that was intentionally removed, and accidental
reintroduction of the retired Bootstrap/jQuery stack.

## Editing policy

Expand Down
Loading