File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
project :
2
2
type : website
3
3
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
5
8
resources :
6
9
- " *.txt"
7
10
preview :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ license = apache2
17
17
status = 5
18
18
nbs_path = nbs
19
19
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
21
21
git_url = https://github.com/fastai/fastcore/
22
22
lib_path = fastcore
23
23
title = fastcore
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments