Files
TinyTorch/nbdev.yaml
Vijay Janapa Reddi 7ddd1d097d Refactors to use .venv for virtual environment
Updates the project to use `.venv` as the standard virtual environment directory. This change:

- Updates `.gitignore` to ignore `.venv/`.
- Modifies the activation script to create and activate `.venv`.
- Adjusts the `tito.py` script to check for `.venv`'s existence and activation.
- Updates documentation and setup scripts to reflect the new virtual environment naming convention.

This change streamlines environment management and aligns with common Python practices.
2025-07-09 17:40:08 -04:00

33 lines
807 B
YAML

# nbdev configuration for TinyTorch
# This file tells nbdev how to compile notebooks into the tinytorch package
# Package settings
lib_name: tinytorch
lib_path: tinytorch
doc_path: docs
nbs_path: modules
recursive: true
# Documentation settings
doc_host: https://tinytorch.github.io
doc_baseurl: /TinyTorch/
git_url: https://github.com/tinytorch/TinyTorch
lib_https: https://github.com/tinytorch/TinyTorch/blob/main/
baseurl: https://tinytorch.github.io
# Build settings
custom_sidebar: false
use_relative_doc_path: true
use_github: true
github_username: tinytorch
github_repo: TinyTorch
# Notebook settings
tst_flags: notest
version: 0.1.0
title: TinyTorch
description: Build ML systems from scratch
author: TinyTorch Students
author_email: tinytorch@example.com
copyright: 2024 TinyTorch
license: MIT