文件最后提交记录最后更新时间
6 天前
3 年前
2 个月前
3 年前
13 天前
README

Transformer-Lens Docs

This repo contains the website for TransformerLens. This site is currently in Beta and we are in the process of adding/editing information.

The documentation uses Sphinx. However, the documentation is written in regular md, NOT rst.

Build the Documentation

For the standard contributor setup, install the default dependency groups:

uv sync

For a docs-focused environment without the other default groups, install only the docs group:

uv sync --no-default-groups --group docs

Then for hot-reloading, run this (note the model properties table won't hot reload, but everything else will):

uv run docs-hot-reload

Alternatively to build once, run:

uv run build-docs