Files
TinyTorch/tools
Vijay Janapa Reddi 7bd0210324 Add table support to ASCII box fixer and fix table alignment
- Add table detection (┬ ┼ ┴ column separators)
- Fix table alignment by adjusting cell widths
- Flag tables with content wider than headers for manual review
- Manually fix tables in 04_losses.py (expanded column widths)
- Fix table in 01_tensor.py
2025-11-30 09:48:30 -05:00
..

Development Tools

This directory contains tools for TinyTorch maintainers and contributors.

Structure

  • dev/ - Development environment setup and utilities
  • build/ - Build scripts for generating notebooks and metadata
  • maintenance/ - Maintenance and cleanup scripts

For Students

Students don't need anything in this directory. Use the main setup scripts in the project root.

For Developers

See docs/development/DEVELOPER_SETUP.md for complete developer documentation.