Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nbs/_quarto.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project:
type: website
pre-render:
- pysym2md --output_file apilist.txt fasthtml
- pysym2md --output-file apilist.txt fasthtml
resources:
- "*.txt"
preview:
Expand Down
3 changes: 1 addition & 2 deletions tools/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
python tools/mk_pyi.py
llms_txt2ctx nbs/llms.txt --optional true > nbs/llms-ctx-full.txt
llms_txt2ctx nbs/llms.txt > nbs/llms-ctx.txt
pysym2md --output_file nbs/apilist.txt fasthtml --include_no_docstring

pysym2md --output-file nbs/apilist.txt fasthtml --include-no-docstring