Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 517 Bytes

File metadata and controls

37 lines (28 loc) · 517 Bytes

Codebase Documentation Agent

A notebook tutorial that demonstrates generating structured documentation from a codebase sample.

Run

cd topics/codebase-doc-agent
make setup
make lab

Prerequisites

  • Python 3.9+
  • JupyterLab support

Make Targets

make help
make setup
make lab
make clean

Project Layout

codebase-doc-agent/
├── sample_code/
├── codebase_doc_agent.ipynb
├── requirements.txt
├── Makefile
├── docs/
└── README.md