Skip to content

Commit

Permalink
add cookbook table (#12043)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Oct 19, 2023
1 parent a4c3a44 commit 8cabb4e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions docs/.local_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cp -r . ../_dist
cd ../_dist
poetry run python scripts/model_feat_table.py
poetry run nbdoc_build --srcdir docs
cp ../cookbook/README.md src/pages/cookbook.mdx
poetry run python scripts/generate_api_reference_links.py
yarn install
yarn start
8 changes: 0 additions & 8 deletions docs/src/pages/cookbook.mdx

This file was deleted.

1 change: 1 addition & 0 deletions docs/vercel_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ python3.11 -m pip install --upgrade pip
python3.11 -m pip install -r vercel_requirements.txt
python3.11 scripts/model_feat_table.py
nbdoc_build --srcdir docs
cp ../cookbook/README.md src/pages/cookbook.mdx
python3.11 scripts/generate_api_reference_links.py

0 comments on commit 8cabb4e

Please sign in to comment.