Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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

First install the docs packages:

poetry install --with docs

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

poetry run docs-hot-reload

Alternatively to build once, run:

poetry run build-docs