timaeus-research / devinterp

Tools for studying developmental interpretability in neural networks.
77 stars 14 forks source link

:memo: [devinterp] setting up mkdocs #51

Closed madvid closed 10 months ago

madvid commented 1 year ago

Description

The goal is to set up mkdocs for this repository. mkdocs is a static site generator to build project documentation. The power of mkdocs is that the documentation pages are generated from Markdown, sources (which is widely used) and the settings is rather simple ( a single YAML file. More other some components of the documentation can be automatically generated based on the classes and methods docstrings.

Objective

create a static documentation site with mkdocs

Example

random example by looking for mkdocs.yml on github: https://docs.agpt.co/

Acceptance Criteria

Definition of Done

svwingerden commented 10 months ago

Basic documentation is now done. There is plenty more to do (and feel free to create another issue if you have specific suggestions), but I'm closing this for now