Skip to content

Commit 97b6221

Browse files
authored
Merge pull request #624 from fastai/auto-ctx
auto-update context
2 parents dff7fc3 + ea19dd1 commit 97b6221

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

nbs/_quarto.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
project:
22
type: website
33
pre-render:
4-
- pysym2md --output_file apilist.txt fastcore # https://github.com/AnswerDotAI/pysymbol-llm
4+
- pysym2md --output_file apilist.txt fastcore
5+
post-render:
6+
- llms_txt2ctx llms.txt --optional true --save_nbdev_fname llms-ctx-full.txt
7+
- llms_txt2ctx llms.txt --save_nbdev_fname llms-ctx.txt
58
resources:
69
- "*.txt"
710
preview:

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license = apache2
1717
status = 5
1818
nbs_path = nbs
1919
doc_path = _docs
20-
dev_requirements = numpy nbdev>=0.2.39 matplotlib pillow torch pandas nbclassic pysymbol_llm
20+
dev_requirements = numpy nbdev>=0.2.39 matplotlib pillow torch pandas nbclassic pysymbol_llm llms-txt
2121
git_url = https://github.com/fastai/fastcore/
2222
lib_path = fastcore
2323
title = fastcore

tools/update.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)